Skip to content
Snippets Groups Projects

CA QA: Updates: simple event display, automatic setup scheme, bug fix in TOF MC points reading

Merged Sergei Zharko requested to merge s.zharko/cbmroot:ca-qa-bugfix-ghost-rate into master
Files
16
@@ -88,6 +88,11 @@ public:
/// @return Reference z position of the station [cm]
virtual double GetZref(int stationId) const = 0;
/// @brief Gets reference z of the detector module (e.g., RPC for TOF)
/// @param address Address of the module
/// @return Reference z of module (if not defined, the ref z of the station will be returned)
virtual double GetZrefModule(int address) { return GetZref(GetTrackingStationIndex(address)); }
/// @brief Gets min z of the station
/// @param stationId Tracking station ID in the setup (NOTE: must be in range [0..GetNstations()-1])
/// @return min Z of the station [cm]
Loading