![]() |
AliPhysics
v5-07-15-01 (b3d7633)
|
#include <AliClusterContainer.h>
Public Member Functions | |
AliClusterContainer () | |
AliClusterContainer (const char *name) | |
virtual | ~AliClusterContainer () |
Bool_t | AcceptCluster (AliVCluster *vp) |
AliVCluster * | GetAcceptCluster (Int_t i) |
AliVCluster * | GetAcceptClusterWithLabel (Int_t lab) |
AliVCluster * | GetCluster (Int_t i) const |
AliVCluster * | GetClusterWithLabel (Int_t lab) const |
AliVCluster * | GetLeadingCluster (const char *opt="") |
void | GetMomentum (TLorentzVector &mom, Int_t i) const |
AliVCluster * | GetNextAcceptCluster (Int_t i=-1) |
AliVCluster * | GetNextCluster (Int_t i=-1) |
Int_t | GetNClusters () const |
Int_t | GetNAcceptedClusters () |
void | SetClassName (const char *clname) |
void | SetClusECut (Double_t cut) |
void | SetClusPtCut (Double_t cut) |
void | SetClusTimeCut (Double_t min, Double_t max) |
void | SetClusterBitMap (UInt_t m) |
void | SetMCClusterBitMap (UInt_t m) |
void | SetMinMCLabel (Int_t s) |
![]() | |
AliEmcalContainer () | |
AliEmcalContainer (const char *name) | |
virtual | ~AliEmcalContainer () |
TClonesArray * | GetArray () const |
const TString & | GetArrayName () const |
const TString & | GetClassName () const |
Int_t | GetCurrentID () const |
Bool_t | GetIsParticleLevel () const |
Int_t | GetIndexFromLabel (Int_t lab) const |
Int_t | GetNEntries () const |
void | ResetCurrentID (Int_t i=0) |
virtual void | SetArray (AliVEvent *event) |
void | SetArrayName (const char *n) |
void | SetIsParticleLevel (Bool_t b) |
void | SortArray () |
UInt_t | GetRejectionReason () const |
UInt_t | TestRejectionReason (UInt_t rs) const |
UShort_t | GetRejectionReasonBitPosition () const |
Protected Attributes | |
Double_t | fClusPtCut |
Double_t | fClusECut |
Double_t | fClusTimeCutLow |
Double_t | fClusTimeCutUp |
UInt_t | fClusterBitMap |
UInt_t | fMCClusterBitMap |
Int_t | fMinMCLabel |
![]() | |
TString | fClArrayName |
TString | fClassName |
Bool_t | fIsParticleLevel |
TClonesArray * | fClArray |
Int_t | fCurrentID |
TClonesArray. More... | |
AliNamedArrayI * | fLabelMap |
current ID for automatic loops More... | |
Double_t | fVertex [3] |
Label-Index map. More... | |
UInt_t | fRejectionReason |
event vertex array More... | |
Private Member Functions | |
AliClusterContainer (const AliClusterContainer &obj) | |
AliClusterContainer & | operator= (const AliClusterContainer &other) |
ClassDef (AliClusterContainer, 2) | |
Additional Inherited Members | |
![]() | |
enum | RejectionReason { kNullObject = 1<<0, kPtCut = 1<<1, kAcceptanceCut = 1<<2, kBitMapCut = 1<<3, kNotHybridTrack = 1<<7, kMCFlag = 1<<8, kMCGeneratorCut = 1<<9, kChargeCut = 1<<10, kMinDistanceTPCSectorEdgeCut = 1<<11, kMinMCLabelAccept = 1<<12, kIsEMCalCut = 1<<13, kTimeCut = 1<<14, kEnergyCut = 1<<15, kAreaCut = 1<<18, kAreaEmcCut = 1<<19, kZLeadingChCut = 1<<20, kZLeadingEmcCut = 1<<21, kNEFCut = 1<<22, kMinLeadPtCut = 1<<23, kMaxTrackPtCut = 1<<24, kMaxClusterPtCut = 1<<25, kFlavourCut = 1<<26, kTagStatus = 1<<27, kMinNConstituents = 1<<28 } |
Definition at line 13 of file AliClusterContainer.h.
AliClusterContainer::AliClusterContainer | ( | ) |
AliClusterContainer::AliClusterContainer | ( | const char * | name | ) |
Definition at line 33 of file AliClusterContainer.cxx.
|
inlinevirtual |
Definition at line 17 of file AliClusterContainer.h.
|
private |
Bool_t AliClusterContainer::AcceptCluster | ( | AliVCluster * | vp | ) |
Definition at line 174 of file AliClusterContainer.cxx.
Referenced by AliAnalysisTaskEmcal::AcceptCluster(), and GetAcceptCluster().
|
private |
AliVCluster * AliClusterContainer::GetAcceptCluster | ( | Int_t | i | ) |
Definition at line 97 of file AliClusterContainer.cxx.
Referenced by AliAnalysisTaskEmcal::GetAcceptClusterFromArray(), GetAcceptClusterWithLabel(), and GetNextAcceptCluster().
AliVCluster * AliClusterContainer::GetAcceptClusterWithLabel | ( | Int_t | lab | ) |
Definition at line 122 of file AliClusterContainer.cxx.
AliVCluster * AliClusterContainer::GetCluster | ( | Int_t | i | ) | const |
Definition at line 86 of file AliClusterContainer.cxx.
Referenced by AliAnalysisTaskEmcalSample::CheckClusTrackMatching(), GetAcceptCluster(), GetClusterWithLabel(), GetMomentum(), and GetNextCluster().
AliVCluster * AliClusterContainer::GetClusterWithLabel | ( | Int_t | lab | ) | const |
Definition at line 113 of file AliClusterContainer.cxx.
AliVCluster * AliClusterContainer::GetLeadingCluster | ( | const char * | opt = "" | ) |
Definition at line 49 of file AliClusterContainer.cxx.
|
virtual |
Implements AliEmcalContainer.
Definition at line 165 of file AliClusterContainer.cxx.
Int_t AliClusterContainer::GetNAcceptedClusters | ( | ) |
Definition at line 227 of file AliClusterContainer.cxx.
|
inline |
Definition at line 28 of file AliClusterContainer.h.
AliVCluster * AliClusterContainer::GetNextAcceptCluster | ( | Int_t | i = -1 | ) |
Definition at line 131 of file AliClusterContainer.cxx.
Referenced by AliAnalysisTaskEmcalSample::CheckClusTrackMatching(), AliAnalysisTaskEmcalSample::FillHistograms(), GetLeadingCluster(), and GetNAcceptedClusters().
AliVCluster * AliClusterContainer::GetNextCluster | ( | Int_t | i = -1 | ) |
Definition at line 148 of file AliClusterContainer.cxx.
|
private |
void AliClusterContainer::SetClassName | ( | const char * | clname | ) |
Definition at line 242 of file AliClusterContainer.cxx.
Referenced by AliAnalysisTaskEmcalSample::UserCreateOutputObjects().
|
inline |
Definition at line 31 of file AliClusterContainer.h.
|
inline |
Definition at line 32 of file AliClusterContainer.h.
Referenced by AliAnalysisTaskEmcal::SetClusPtCut().
|
inline |
Definition at line 34 of file AliClusterContainer.h.
|
inline |
Definition at line 33 of file AliClusterContainer.h.
Referenced by AliAnalysisTaskEmcal::SetClusTimeCut().
|
inline |
Definition at line 35 of file AliClusterContainer.h.
|
inline |
Definition at line 36 of file AliClusterContainer.h.
|
protected |
Definition at line 40 of file AliClusterContainer.h.
Referenced by AcceptCluster(), and SetClusECut().
|
protected |
Definition at line 39 of file AliClusterContainer.h.
Referenced by AcceptCluster(), and SetClusPtCut().
|
protected |
Definition at line 43 of file AliClusterContainer.h.
Referenced by AcceptCluster(), and SetClusterBitMap().
|
protected |
Definition at line 41 of file AliClusterContainer.h.
Referenced by AcceptCluster(), and SetClusTimeCut().
|
protected |
Definition at line 42 of file AliClusterContainer.h.
Referenced by AcceptCluster(), and SetClusTimeCut().
|
protected |
Definition at line 44 of file AliClusterContainer.h.
Referenced by AcceptCluster(), and SetMCClusterBitMap().
|
protected |
Definition at line 45 of file AliClusterContainer.h.
Referenced by AcceptCluster(), and SetMinMCLabel().