24 :
AliVMultiplicity(), fNTracks(0), fTheta(0), fPhi(0), fDeltaPhi(0), fLabels(0), fLabelsL2(0)
25 ,fFastOrFiredChips(),fClusterFiredChips()
27 fFiredChips[0] = fFiredChips[1] = 0;
28 for (
int i=6;i--;) fITSClusters[i] = 0;
33 :
AliVMultiplicity(name, title), fNTracks(0), fTheta(0), fPhi(0), fDeltaPhi(0), fLabels(0), fLabelsL2(0)
34 , fFastOrFiredChips(),fClusterFiredChips()
59 for (Int_t i = 0; i <
fNTracks; i++) {
75 if(&tracklet ==
this)
return *
this;
81 for (Int_t i = 0; i <
fNTracks; i++) {
183 TString opts = opt; opts.ToLower();
185 if (opts.Contains(
"t")) {
187 printf(
"T#%3d| Eta:%+5.2f Th:%+6.3f Phi:%+6.3f DPhi:%+6.3f L1:%5d L2:%5d\n",
201 if(layer == 0)
fLabels[i] = label;
216 Error(
"GetLabel",
"Invalid track number %d",i);
230 Error(
"GetTheta",
"Invalid track number %d",i);
244 Error(
"GetPhi",
"Invalid track number %d",i);
258 Error(
"GetDeltaPhi",
"Invalid track number %d",i);
Bool_t GetScaleDThetaBySin2T() const
printf("Chi2/npoints = %f\n", TMath::Sqrt(chi2/npoints))
AliVMultiplicity & operator=(const AliVMultiplicity &m)
Double_t GetEta(Int_t i) const
virtual void Print(Option_t *opt="") const
Double32_t * fTheta
array with theta values
Bool_t SetTracklet(Int_t pos, Double32_t theta, Double32_t phi, Double32_t deltaPhi, Int_t labelL1, Int_t labelL2)
AliAODTracklets & operator=(const AliAODTracklets &evt)
Double32_t * fDeltaPhi
array with delta phi values
UInt_t fITSClusters[6]
Number of ITS cluster per layer.
AOD class to store tracklets.
virtual Int_t GetLabel(Int_t i, Int_t layer) const
virtual void SetLabel(Int_t i, Int_t layer, Int_t label)
Double32_t * fPhi
array with phi values
Short_t fFiredChips[2]
Number of fired chips in the two SPD layers.
virtual Double_t * GetTheta() const
Int_t * fLabelsL2
array with labels of cluster in L2 used for the tracklet
virtual Double_t GetDeltaPhi(Int_t i) const
TBits fFastOrFiredChips
Map of FastOr fired chips.
void CreateContainer(Int_t nTracks)
Int_t * fLabels
array with labels of cluster in L1 used for the tracklet
virtual Double_t * GetPhi() const
virtual ~AliAODTracklets()
TBits fClusterFiredChips
Map of fired chips (= at least one cluster)