CbmRoot
|
#include <PairAnalysisEvent.h>
Public Member Functions | |
PairAnalysisEvent () | |
PairAnalysisEvent (const char *name, const char *title) | |
virtual | ~PairAnalysisEvent () |
void | SetInput (FairRootManager *man) |
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 |
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 |
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 |
Definition at line 25 of file PairAnalysisEvent.h.
PairAnalysisEvent::PairAnalysisEvent | ( | ) |
PairAnalysisEvent::PairAnalysisEvent | ( | const char * | name, |
const char * | title | ||
) |
Definition at line 61 of file PairAnalysisEvent.cxx.
References fTracks.
|
virtual |
Definition at line 72 of file PairAnalysisEvent.cxx.
References 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 574 of file PairAnalysisEvent.cxx.
References fTracks.
Referenced by AnalysisTaskMultiPairAnalysis::Exec().
TClonesArray * PairAnalysisEvent::GetCluster | ( | ECbmModuleId | det | ) | const |
Definition at line 558 of file PairAnalysisEvent.cxx.
References fTrdCluster, and kTrd.
Referenced by PairAnalysisVarManager::FillVarTrdHit().
TClonesArray * PairAnalysisEvent::GetHitMatches | ( | ECbmModuleId | det | ) | const |
Definition at line 525 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 508 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::FillVarStsTrack(), PairAnalysisVarManager::FillVarTrdTrack(), GetNumberOfHits(), and Init().
|
inline |
Definition at line 37 of file PairAnalysisEvent.h.
References fMCHeader.
Referenced by PairAnalysisVarManager::FillVarPairAnalysisEvent().
|
protected |
Definition at line 587 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 472 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 454 of file PairAnalysisEvent.cxx.
References fMuchMatches, fRichMatches, fStsMatches, fTrdMatches, kMuch, kRich, kSts, and kTrd.
|
inline |
Definition at line 42 of file PairAnalysisEvent.h.
References fMCTracks.
Int_t PairAnalysisEvent::GetNumberOfPoints | ( | ECbmModuleId | det | ) | const |
|
inline |
Definition at line 39 of file PairAnalysisEvent.h.
References fTracks.
Referenced by PairAnalysis::FillTrackArrays().
|
inline |
Definition at line 45 of file PairAnalysisEvent.h.
References fMultiMatch.
TClonesArray * PairAnalysisEvent::GetPoints | ( | ECbmModuleId | det | ) | const |
Definition at line 542 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 38 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 439 of file PairAnalysisEvent.cxx.
Referenced by PairAnalysis::FillTrackArrays().
|
inline |
Definition at line 57 of file PairAnalysisEvent.h.
References fTracks.
void PairAnalysisEvent::Init | ( | ) |
loop over all glbl tracks
Definition at line 181 of file PairAnalysisEvent.cxx.
References 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(), i, kMuch, kMvd, kRich, kSts, kTof, kTrd, richProj, PairAnalysisTrack::SetLabel(), and ToIntegralType().
Referenced by AnalysisTaskMultiPairAnalysis::Exec().
|
private |
void PairAnalysisEvent::SetInput | ( | FairRootManager * | man | ) |
Definition at line 122 of file PairAnalysisEvent.cxx.
References 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 108 of file PairAnalysisEvent.h.
Referenced by Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 82 of file PairAnalysisEvent.h.
Referenced by Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 68 of file PairAnalysisEvent.h.
Referenced by GetMCHeader(), Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 69 of file PairAnalysisEvent.h.
Referenced by GetNumberOfMCTracks(), Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 101 of file PairAnalysisEvent.h.
Referenced by GetHitMatches(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 90 of file PairAnalysisEvent.h.
Referenced by GetHits(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 91 of file PairAnalysisEvent.h.
Referenced by SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 71 of file PairAnalysisEvent.h.
Referenced by GetNumberOfMatches(), Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 77 of file PairAnalysisEvent.h.
Referenced by GetPoints(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 85 of file PairAnalysisEvent.h.
Referenced by Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 111 of file PairAnalysisEvent.h.
Referenced by GetNumberOfVageMatches(), and Init().
|
private |
Definition at line 98 of file PairAnalysisEvent.h.
Referenced by GetHitMatches(), GetMvdMatchingIndex(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 88 of file PairAnalysisEvent.h.
Referenced by GetHits(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 75 of file PairAnalysisEvent.h.
Referenced by GetMvdMatchingIndex(), GetPoints(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 107 of file PairAnalysisEvent.h.
Referenced by GetPrimaryVertex(), Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 100 of file PairAnalysisEvent.h.
Referenced by GetHitMatches(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 93 of file PairAnalysisEvent.h.
Referenced by GetHits(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 73 of file PairAnalysisEvent.h.
Referenced by GetNumberOfMatches(), Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 78 of file PairAnalysisEvent.h.
Referenced by GetPoints(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 96 of file PairAnalysisEvent.h.
Referenced by Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 86 of file PairAnalysisEvent.h.
Referenced by Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 99 of file PairAnalysisEvent.h.
Referenced by GetHitMatches(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 89 of file PairAnalysisEvent.h.
Referenced by GetHits(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 70 of file PairAnalysisEvent.h.
Referenced by GetNumberOfMatches(), Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 76 of file PairAnalysisEvent.h.
Referenced by GetPoints(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 84 of file PairAnalysisEvent.h.
Referenced by Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 103 of file PairAnalysisEvent.h.
Referenced by GetHitMatches(), Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 94 of file PairAnalysisEvent.h.
Referenced by GetHits(), Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 80 of file PairAnalysisEvent.h.
Referenced by GetPoints(), Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 109 of file PairAnalysisEvent.h.
Referenced by Clear(), GetNumberOfTracks(), GetTrack(), GetTracks(), Init(), and PairAnalysisEvent().
|
private |
Definition at line 105 of file PairAnalysisEvent.h.
Referenced by GetCluster(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 102 of file PairAnalysisEvent.h.
Referenced by GetHitMatches(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 92 of file PairAnalysisEvent.h.
Referenced by GetHits(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 72 of file PairAnalysisEvent.h.
Referenced by GetNumberOfMatches(), Init(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 79 of file PairAnalysisEvent.h.
Referenced by GetPoints(), SetInput(), and ~PairAnalysisEvent().
|
private |
Definition at line 83 of file PairAnalysisEvent.h.
Referenced by Init(), SetInput(), and ~PairAnalysisEvent().