CbmRoot
|
#include <PairAnalysisEvent.h>
Public Member Functions | |
PairAnalysisEvent () | |
PairAnalysisEvent (const char *name, const char *title) | |
virtual | ~PairAnalysisEvent () |
void | SetInput (FairRootManager *man) |
void | SetANNId (Int_t Id) |
void | Init () |
FairMCEventHeader * | GetMCHeader () const |
CbmVertex * | GetPrimaryVertex () const |
Int_t | GetNumberOfTracks () const |
Int_t | GetNumberOfMCTracks () const |
Int_t | GetNumberOfVageMatches () const |
Int_t | GetNumberOfMatches (ECbmModuleId det) const |
Int_t | GetNumberOfHits (ECbmModuleId det) const |
Int_t | GetNumberOfHitMatches (ECbmModuleId det) const |
Int_t | GetNumberOfPoints (ECbmModuleId det) const |
Double_t | GetEvStartTime () const |
TClonesArray * | GetHits (ECbmModuleId det) const |
TClonesArray * | GetHitMatches (ECbmModuleId det) const |
TClonesArray * | GetPoints (ECbmModuleId det) const |
TClonesArray * | GetCluster (ECbmModuleId det) const |
TObjArray * | GetTracks () const |
PairAnalysisTrack * | GetTrack (UInt_t pos) |
virtual void | Clear (Option_t *opt="C") |
Protected Member Functions | |
Int_t | GetMvdMatchingIndex (CbmStsTrack *track) const |
Private Member Functions | |
PairAnalysisEvent (const PairAnalysisEvent &event) | |
PairAnalysisEvent & | operator= (const PairAnalysisEvent &c) |
Private Attributes | |
FairMCEventHeader * | fMCHeader = NULL |
FairEventHeader * | fEvHeader = NULL |
TClonesArray * | fMCTracks = NULL |
TClonesArray * | fStsMatches = NULL |
TClonesArray * | fMuchMatches = NULL |
TClonesArray * | fTrdMatches = NULL |
TClonesArray * | fRichMatches = NULL |
TClonesArray * | fMvdPoints = NULL |
TClonesArray * | fStsPoints = NULL |
TClonesArray * | fMuchPoints = NULL |
TClonesArray * | fRichPoints = NULL |
TClonesArray * | fTrdPoints = NULL |
TClonesArray * | fTofPoints = NULL |
TClonesArray * | fGlobalTracks = NULL |
TClonesArray * | fTrdTracks = NULL |
TClonesArray * | fStsTracks = NULL |
TClonesArray * | fMuchTracks = NULL |
TClonesArray * | fRichRings = NULL |
TClonesArray * | fMvdHits = NULL |
TClonesArray * | fStsHits = NULL |
TClonesArray * | fMuchHits = NULL |
TClonesArray * | fMuchHitsStraw = NULL |
TClonesArray * | fTrdHits = NULL |
TClonesArray * | fRichHits = NULL |
TClonesArray * | fTofHits = NULL |
TClonesArray * | fRichProjection = NULL |
TClonesArray * | fMvdHitMatches = NULL |
TClonesArray * | fStsHitMatches = NULL |
TClonesArray * | fRichHitMatches = NULL |
TClonesArray * | fMuchHitMatches = NULL |
TClonesArray * | fTrdHitMatches = NULL |
TClonesArray * | fTofHitMatches = NULL |
TClonesArray * | fTrdCluster = NULL |
CbmVertex * | fPrimVertex = NULL |
TClonesArray * | fFastTracks = NULL |
TObjArray * | fTracks |
Int_t | fMultiMatch = 0 |
Bool_t | fANN = true |
Int_t | fANNId = 1 |
Definition at line 31 of file PairAnalysisEvent.h.
PairAnalysisEvent::PairAnalysisEvent | ( | ) |
PairAnalysisEvent::PairAnalysisEvent | ( | const char * | name, |
const char * | title ) |
Definition at line 57 of file PairAnalysisEvent.cxx.
References fTracks.
|
virtual |
Definition at line 68 of file PairAnalysisEvent.cxx.
References fEvHeader, fFastTracks, fGlobalTracks, fMCHeader, fMCTracks, fMuchHitMatches, fMuchHits, fMuchHitsStraw, fMuchMatches, fMuchPoints, fMuchTracks, fMvdHitMatches, fMvdHits, fMvdPoints, fPrimVertex, fRichHitMatches, fRichHits, fRichMatches, fRichPoints, fRichProjection, fRichRings, fStsHitMatches, fStsHits, fStsMatches, fStsPoints, fStsTracks, fTofHitMatches, fTofHits, fTofPoints, fTrdCluster, fTrdHitMatches, fTrdHits, fTrdMatches, fTrdPoints, and fTrdTracks.
|
private |
|
virtual |
Definition at line 477 of file PairAnalysisEvent.cxx.
References fTracks.
Referenced by AnalysisTaskMultiPairAnalysis::Exec().
TClonesArray * PairAnalysisEvent::GetCluster | ( | ECbmModuleId | det | ) | const |
Definition at line 460 of file PairAnalysisEvent.cxx.
References fTrdCluster, and kTrd.
Referenced by PairAnalysisVarManager::FillVarTrdHit().
|
inline |
Definition at line 53 of file PairAnalysisEvent.h.
References fEvHeader.
TClonesArray * PairAnalysisEvent::GetHitMatches | ( | ECbmModuleId | det | ) | const |
Definition at line 425 of file PairAnalysisEvent.cxx.
References fMuchHitMatches, fMvdHitMatches, fRichHitMatches, fStsHitMatches, fTofHitMatches, fTrdHitMatches, kMuch, kMvd, kRich, kSts, kTof, and kTrd.
Referenced by GetNumberOfHitMatches(), and Init().
TClonesArray * PairAnalysisEvent::GetHits | ( | ECbmModuleId | det | ) | const |
Definition at line 407 of file PairAnalysisEvent.cxx.
References fMuchHits, fMvdHits, fRichHits, fStsHits, fTofHits, fTrdHits, kMuch, kMvd, kRich, kSts, kTof, and kTrd.
Referenced by PairAnalysisVarManager::CalculateHitTypes(), PairAnalysis::FillHistogramsHits(), PairAnalysisVarManager::FillVarPairAnalysisPair(), PairAnalysisVarManager::FillVarPairAnalysisTrack(), PairAnalysisVarManager::FillVarStsTrack(), PairAnalysisVarManager::FillVarTrdTrack(), GetNumberOfHits(), and Init().
|
inline |
Definition at line 44 of file PairAnalysisEvent.h.
References fMCHeader.
Referenced by PairAnalysisVarManager::FillVarPairAnalysisEvent().
|
protected |
Definition at line 491 of file PairAnalysisEvent.cxx.
References CbmMatch::AddLink(), fMvdHitMatches, fMvdPoints, CbmLink::GetEntry(), CbmLink::GetFile(), CbmLink::GetIndex(), CbmMatch::GetLink(), CbmMatch::GetMatchedLink(), CbmStsTrack::GetMvdHitIndex(), CbmMatch::GetNofLinks(), and CbmStsTrack::GetNofMvdHits().
Referenced by Init().
Int_t PairAnalysisEvent::GetNumberOfHitMatches | ( | ECbmModuleId | det | ) | const |
Definition at line 371 of file PairAnalysisEvent.cxx.
References GetHitMatches().
Referenced by Init().
Int_t PairAnalysisEvent::GetNumberOfHits | ( | ECbmModuleId | det | ) | const |
Int_t PairAnalysisEvent::GetNumberOfMatches | ( | ECbmModuleId | det | ) | const |
Definition at line 356 of file PairAnalysisEvent.cxx.
References fMuchMatches, fRichMatches, fStsMatches, fTrdMatches, kMuch, kRich, kSts, and kTrd.
|
inline |
Definition at line 47 of file PairAnalysisEvent.h.
References fMCTracks.
Int_t PairAnalysisEvent::GetNumberOfPoints | ( | ECbmModuleId | det | ) | const |
|
inline |
Definition at line 46 of file PairAnalysisEvent.h.
References fTracks.
Referenced by PairAnalysis::FillTrackArrays().
|
inline |
Definition at line 48 of file PairAnalysisEvent.h.
References fMultiMatch.
TClonesArray * PairAnalysisEvent::GetPoints | ( | ECbmModuleId | det | ) | const |
Definition at line 443 of file PairAnalysisEvent.cxx.
References fMuchPoints, fMvdPoints, fRichPoints, fStsPoints, fTofPoints, fTrdPoints, kMuch, kMvd, kRich, kSts, kTof, and kTrd.
Referenced by PairAnalysisVarManager::CalculateHitTypes(), PairAnalysis::FillHistogramsHits(), PairAnalysis::FillMCHistograms(), GetNumberOfPoints(), and Init().
|
inline |
Definition at line 45 of file PairAnalysisEvent.h.
References fPrimVertex.
Referenced by PairAnalysisVarManager::FillVarPairAnalysisEvent(), PairAnalysisVarManager::FillVarPairAnalysisPair(), PairAnalysis::Process(), and PairAnalysisVarManager::SetEvent().
PairAnalysisTrack * PairAnalysisEvent::GetTrack | ( | UInt_t | pos | ) |
Definition at line 342 of file PairAnalysisEvent.cxx.
Referenced by PairAnalysis::FillTrackArrays().
|
inline |
Definition at line 61 of file PairAnalysisEvent.h.
References fTracks.
Referenced by PairAnalysisVarManager::FillVarPairAnalysisTrack().
void PairAnalysisEvent::Init | ( | ) |
loop over all glbl tracks
Definition at line 178 of file PairAnalysisEvent.cxx.
References BIT, fFastTracks, fGlobalTracks, fMCHeader, fMCTracks, fMuchMatches, fMuchTracks, fMultiMatch, fPrimVertex, fRichMatches, fRichProjection, fRichRings, fStsMatches, fStsTracks, fTofHitMatches, fTofHits, fTofPoints, fTracks, fTrdMatches, fTrdTracks, GetHitMatches(), GetHits(), CbmLink::GetIndex(), CbmMatch::GetMatchedLink(), CbmGlobalTrack::GetMuchTrackIndex(), GetMvdMatchingIndex(), CbmTrackMatchNew::GetNofHits(), CbmMatch::GetNofLinks(), GetNumberOfHitMatches(), GetNumberOfHits(), GetNumberOfPoints(), GetPoints(), CbmGlobalTrack::GetRichRingIndex(), CbmGlobalTrack::GetStsTrackIndex(), CbmGlobalTrack::GetTofHitIndex(), CbmGlobalTrack::GetTrdTrackIndex(), kMuch, kMvd, kRich, kSts, kTof, kTrd, richProj, PairAnalysisTrack::SetLabel(), and ToIntegralType().
Referenced by AnalysisTaskMultiPairAnalysis::Exec().
|
private |
|
inline |
Definition at line 39 of file PairAnalysisEvent.h.
References fANNId.
Referenced by AnalysisTaskMultiPairAnalysis::Init().
void PairAnalysisEvent::SetInput | ( | FairRootManager * | man | ) |
Definition at line 120 of file PairAnalysisEvent.cxx.
References fEvHeader, fFastTracks, fGlobalTracks, fMCHeader, fMCTracks, fMuchHitMatches, fMuchHits, fMuchHitsStraw, fMuchMatches, fMuchPoints, fMuchTracks, fMvdHitMatches, fMvdHits, fMvdPoints, fPrimVertex, fRichHitMatches, fRichHits, fRichMatches, fRichPoints, fRichProjection, fRichRings, fStsHitMatches, fStsHits, fStsMatches, fStsPoints, fStsTracks, fTofHitMatches, fTofHits, fTofPoints, fTrdCluster, fTrdHitMatches, fTrdHits, fTrdMatches, fTrdPoints, and fTrdTracks.
Referenced by AnalysisTaskMultiPairAnalysis::Init().
|
private |
Definition at line 117 of file PairAnalysisEvent.h.
|
private |
Definition at line 118 of file PairAnalysisEvent.h.
Referenced by SetANNId().
|
private |
Definition at line 73 of file PairAnalysisEvent.h.
Referenced by GetEvStartTime(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 113 of file PairAnalysisEvent.h.
Referenced by Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 87 of file PairAnalysisEvent.h.
Referenced by Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 72 of file PairAnalysisEvent.h.
Referenced by GetMCHeader(), Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 74 of file PairAnalysisEvent.h.
Referenced by GetNumberOfMCTracks(), Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 106 of file PairAnalysisEvent.h.
Referenced by GetHitMatches(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 95 of file PairAnalysisEvent.h.
Referenced by GetHits(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 96 of file PairAnalysisEvent.h.
Referenced by SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 76 of file PairAnalysisEvent.h.
Referenced by GetNumberOfMatches(), Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 82 of file PairAnalysisEvent.h.
Referenced by GetPoints(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 90 of file PairAnalysisEvent.h.
Referenced by Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 116 of file PairAnalysisEvent.h.
Referenced by GetNumberOfVageMatches(), and Init().
|
private |
Definition at line 103 of file PairAnalysisEvent.h.
Referenced by GetHitMatches(), GetMvdMatchingIndex(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 93 of file PairAnalysisEvent.h.
Referenced by GetHits(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 80 of file PairAnalysisEvent.h.
Referenced by GetMvdMatchingIndex(), GetPoints(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 112 of file PairAnalysisEvent.h.
Referenced by GetPrimaryVertex(), Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 105 of file PairAnalysisEvent.h.
Referenced by GetHitMatches(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 98 of file PairAnalysisEvent.h.
Referenced by GetHits(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 78 of file PairAnalysisEvent.h.
Referenced by GetNumberOfMatches(), Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 83 of file PairAnalysisEvent.h.
Referenced by GetPoints(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 101 of file PairAnalysisEvent.h.
Referenced by Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 91 of file PairAnalysisEvent.h.
Referenced by Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 104 of file PairAnalysisEvent.h.
Referenced by GetHitMatches(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 94 of file PairAnalysisEvent.h.
Referenced by GetHits(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 75 of file PairAnalysisEvent.h.
Referenced by GetNumberOfMatches(), Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 81 of file PairAnalysisEvent.h.
Referenced by GetPoints(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 89 of file PairAnalysisEvent.h.
Referenced by Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 108 of file PairAnalysisEvent.h.
Referenced by GetHitMatches(), Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 99 of file PairAnalysisEvent.h.
Referenced by GetHits(), Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 85 of file PairAnalysisEvent.h.
Referenced by GetPoints(), Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 114 of file PairAnalysisEvent.h.
Referenced by Clear(), GetNumberOfTracks(), GetTrack(), GetTracks(), Init(), and PairAnalysisEvent().
|
private |
Definition at line 110 of file PairAnalysisEvent.h.
Referenced by GetCluster(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 107 of file PairAnalysisEvent.h.
Referenced by GetHitMatches(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 97 of file PairAnalysisEvent.h.
Referenced by GetHits(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 77 of file PairAnalysisEvent.h.
Referenced by GetNumberOfMatches(), Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 84 of file PairAnalysisEvent.h.
Referenced by GetPoints(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 88 of file PairAnalysisEvent.h.
Referenced by Init(), SetInput(), and ~PairAnalysisEvent().