1#ifndef BMNCSCSTATIONSET_H
2#define BMNCSCSTATIONSET_H
32 static unique_ptr<BmnCSCStationSet>
Create(Int_t period, Int_t stp = 0);
73 Bool_t CreateConfigurationFromXMLFile(TString xml_config_file);
74 Int_t CountNumberOfStations(TXMLNode* node);
75 Bool_t ParseStation(TXMLNode* node, Int_t iStation);
BmnCSCStation ** Stations
Double_t GetZStationPosition(Int_t station_num)
map< Int_t, TVector3 > * fStatShifts
void ProcessPointsInDetector()
Int_t GetPointStationOwnership(Double_t xcoord, Double_t ycoord, Double_t zcoord)
BmnCSCStation * GetStation(Int_t station_num)
Double_t * ZStationPositions
Bool_t AddPointToDetector(Double_t xcoord, Double_t ycoord, Double_t zcoord, Double_t px, Double_t py, Double_t pz, Double_t dEloss, Int_t refID)
Double_t * XStationPositions
Double_t GetYStationPosition(Int_t station_num)
Double_t GetXStationPosition(Int_t station_num)
virtual ~BmnCSCStationSet()
Double_t * YStationPositions
static unique_ptr< BmnCSCStationSet > Create(Int_t period, Int_t stp=0)
Int_t CountNAddedToDetectorPoints()
Int_t GetPointStationOwnership(Double_t zcoord)
BmnCSCStationSet(TString xml_config_file, map< Int_t, TVector3 > *shifts=nullptr)
Int_t CountNProcessedPointsInDetector()