76 virtual void Exec(Option_t* opt);
87 TClonesArray* fMCTracks;
88 TClonesArray* fStsPoints;
89 TClonesArray* fStsHits;
90 TClonesArray* fMatches;
91 TClonesArray* fStsDigis;
92 TClonesArray* fStsClusters;
97 TH2F* fhHitPointCorrelation [100];
98 TH2F* fhHitPointCorrelationU[100];
99 TH2F* fhHitPointCorrelationB[100];
102 TH3F* fhEnergyLoss[20];
103 TH3F* fhIncAngle[20];
106 TH2F* fhRecoPoints[20];
108 TH1F* fhHitFindingEfficiency;
113 TH2F* fhHitPointPull;
114 TH2F* fhHitPointCorr;
116 TH1F* fhNofHits [20][300][3];
120 TList* fHistoListPS[20];
127 Int_t fNofHits [20][300][3];
128 Int_t fNofDigisPChip[20][300][2][20];
129 Int_t fNofPoints [20][300][3];
130 Int_t fNofRecoPoints[20][300][3];
131 Int_t fNofPointsIncAng [1000];
132 Int_t fNofRecoPointsIncAng [1000];
133 Int_t fNofPointsMom [1000];
134 Int_t fNofRecoPointsMom [1000];
135 Int_t fNofRecoPdgSec [20000];
136 Int_t fNofPointsPdgSec [20000];
137 Int_t fNofRecoPdgPrim [20000];
138 Int_t fNofPointsPdgPrim [20000];
140 Int_t fNofPointsPrim;
144 Int_t fNofPointsMomSum;
145 Int_t fNofRecoPointsMomSum;
147 virtual void SetParContainers();
151 virtual InitStatus Init();
155 virtual InitStatus ReInit();
157 Bool_t fOnlineAnalysis;