- private:
- Double_t *fCharge; //matrix with the charge of each track
- Int_t fNtrack; //number of tracks to compute the BF
-
- TLorentzVector *fV; //4-momentum vector - info for tracks used to compute the BF
-
- Int_t fNumberOfBins; //number of bins of the analyzed interval
- Int_t fAnalysisType; //0:y - 1:eta - 2:Qlong - 3:Qout - 4:Qside - 5:Qinv - 6:phi
- Int_t fAnalyzedEvents; //number of events that have been analyzed
-
- Double_t fP2_Start, fP2_Stop, fP2_Step; //inerval info
-
- Double_t fNnn[MAXIMUM_NUMBER_OF_STEPS]; //N(--)
- Double_t fNpp[MAXIMUM_NUMBER_OF_STEPS]; //N(++)
- Double_t fNpn[MAXIMUM_NUMBER_OF_STEPS]; //N(+-)
- Double_t fNn, fNp; //number of pos./neg. inside the analyzed interval
-
- Double_t fB[MAXIMUM_NUMBER_OF_STEPS]; //BF matrix
- Double_t ferror[MAXIMUM_NUMBER_OF_STEPS]; //error of the BF
-