CbmRoot
|
#include <CbmMatchRecoToMC.h>
Public Member Functions | |
CbmMatchRecoToMC () | |
Constructor. | |
virtual | ~CbmMatchRecoToMC () |
Destructor. | |
virtual InitStatus | Init () |
Derived from FairTask. | |
virtual void | Exec (Option_t *opt) |
Derived from FairTask. | |
virtual void | Finish () |
Derived from FairTask. | |
void | SuppressHitReMatching () |
Suppresses cluster and hit matching procedures. | |
Static Public Member Functions | |
static std::vector< CbmLink > | GetMcTrackMotherIdsForRichHit (CbmDigiManager *digiMan, const CbmRichHit *hit, CbmMCDataArray *richPoints, CbmMCDataArray *mcTracks) |
Get CbmLinks of Mother MC Tracks for RICH hit. | |
static std::vector< std::pair< Int_t, Int_t > > | GetMcTrackMotherIdsForRichHit (CbmDigiManager *digiMan, const CbmRichHit *hit, CbmMCDataArray *richPoints, CbmMCDataArray *mcTracks, Int_t eventNumber) |
Get [EventId, MCTrackId] pair of Mother MC Tracks for RICH hit. This matching is only for TimeBased simulation. | |
static std::vector< Int_t > | GetMcTrackMotherIdsForRichHit (CbmDigiManager *digiMan, const CbmRichHit *hit, const TClonesArray *richPoints, const TClonesArray *mcTracks) |
Get MCTrackId of Mother MC Tracks for RICH hit. This matching is only for EventBased simulation. | |
Private Member Functions | |
void | ReadAndCreateDataBranches () |
Read and create data branches. | |
void | MatchClusters (const TClonesArray *digiMatches, const TClonesArray *clusters, TClonesArray *clusterMatches) |
Generic creation of cluster match objects. | |
void | MatchClusters (ECbmModuleId systemId, const TClonesArray *clusters, TClonesArray *clusterMatches) |
Generic creation of cluster match objects, using CbmDigiManager. | |
void | MatchHits (const TClonesArray *matches, const TClonesArray *hits, TClonesArray *hitMatches) |
void | MatchHitsSts (const TClonesArray *clusterMmatches, const TClonesArray *hits, TClonesArray *hitMatches) |
Match STS hits, using cluster match objects. | |
void | MatchHitsMvd (const TClonesArray *hits, TClonesArray *hitMatches) |
void | MatchHitsFsd (const TClonesArray *hits, TClonesArray *hitMatches) |
void | MatchHitsTof (const TClonesArray *HitDigiMatches, const TClonesArray *hits, TClonesArray *hitMatches) |
void | MatchHitsToPoints (CbmMCDataArray *points, const TClonesArray *hits, TClonesArray *hitMatches) |
void | MatchTracks (const TClonesArray *hitMatches, CbmMCDataArray *points, const TClonesArray *tracks, TClonesArray *trackMatches) |
void | MatchStsTracks (const TClonesArray *mvdHitMatches, const TClonesArray *stsHitMatches, CbmMCDataArray *mvdPoints, CbmMCDataArray *stsPoints, const TClonesArray *tracks, TClonesArray *trackMatches) |
void | MatchRichRings (const TClonesArray *richRings, const TClonesArray *richHits, CbmMCDataArray *richMcPoints, CbmMCDataArray *mcTracks, TClonesArray *ringMatches) |
CbmMatchRecoToMC (const CbmMatchRecoToMC &) | |
Hit matches [out]. | |
CbmMatchRecoToMC & | operator= (const CbmMatchRecoToMC &) |
ClassDef (CbmMatchRecoToMC, 1) | |
Private Attributes | |
Bool_t | fIsMvdActive = kTRUE |
Bool_t | fbDigiExpUsed = kTRUE |
bool | fbSuppressHitReMatching = false |
CbmMCDataArray * | fMCTracks = nullptr |
CbmDigiManager * | fDigiManager = nullptr |
Monte-Carlo tracks. | |
CbmMCDataArray * | fMvdPoints = nullptr |
Interface to digi branches. | |
TClonesArray * | fMvdCluster = nullptr |
MC points [in]. | |
TClonesArray * | fMvdHits = nullptr |
Clusters [in]. | |
TClonesArray * | fMvdClusterMatches = nullptr |
Hits [in]. | |
TClonesArray * | fMvdHitMatches = nullptr |
Cluster matches [out]. | |
CbmMCDataArray * | fStsPoints = nullptr |
Hit matches [out]. | |
TClonesArray * | fStsClusters = nullptr |
MC points [in]. | |
TClonesArray * | fStsHits = nullptr |
Clusters [in]. | |
TClonesArray * | fStsTracks = nullptr |
Hits [in]. | |
TClonesArray * | fStsClusterMatches = nullptr |
Tracks [in]. | |
TClonesArray * | fStsHitMatches = nullptr |
Cluster matches [out]. | |
TClonesArray * | fStsTrackMatches = nullptr |
Hit matches [out]. | |
CbmMCDataArray * | fRichMcPoints = nullptr |
Track matches [out]. | |
TClonesArray * | fRichHits = nullptr |
MC points [in]. | |
TClonesArray * | fRichRings = nullptr |
Hits [in]. | |
TClonesArray * | fRichTrackMatches = nullptr |
Rings [in]. | |
CbmMCDataArray * | fMuchPoints = nullptr |
Match Ring -> MC track [out]. | |
TClonesArray * | fMuchClusters = nullptr |
MC points [in]. | |
TClonesArray * | fMuchPixelHits = nullptr |
Clusters [in]. | |
TClonesArray * | fMuchTracks = nullptr |
Hits [in]. | |
TClonesArray * | fMuchClusterMatches = nullptr |
Tracks [in]. | |
TClonesArray * | fMuchPixelHitMatches = nullptr |
Cluster matches [out]. | |
TClonesArray * | fMuchTrackMatches = nullptr |
Hit matches [out]. | |
CbmMCDataArray * | fTrdPoints = nullptr |
Track matches [out]. | |
TClonesArray * | fTrdClusters = nullptr |
MC points [in]. | |
TClonesArray * | fTrdHits = nullptr |
Clusters [in]. | |
TClonesArray * | fTrdTracks = nullptr |
Hits [in]. | |
TClonesArray * | fTrdClusterMatches = nullptr |
Tracks [in]. | |
TClonesArray * | fTrdHitMatches = nullptr |
Cluster matches [out]. | |
TClonesArray * | fTrdTrackMatches = nullptr |
Hit matches [out]. | |
CbmMCDataArray * | fTofPoints = nullptr |
Track matches [out]. | |
const std::vector< CbmTofDigi > * | fTofDigis = nullptr |
CbmTofPoint array. | |
const std::vector< CbmMatch > * | fTofDigiMatch = nullptr |
TClonesArray * | fTofHits = nullptr |
TClonesArray * | fTofHitDigiMatches = nullptr |
CbmTofHit array. | |
TClonesArray * | fTofHitMatches = nullptr |
Match Hit -> Digi [out]. | |
CbmMCDataArray * | fFsdPoints = nullptr |
Match Hit -> MC point [out]. | |
TClonesArray * | fFsdHits = nullptr |
MC points [in]. | |
TClonesArray * | fFsdHitMatches = nullptr |
Hits [in]. | |
Static Private Attributes | |
static Int_t | fEventNumber = 0 |
Definition at line 32 of file CbmMatchRecoToMC.h.
CbmMatchRecoToMC::CbmMatchRecoToMC | ( | ) |
Constructor.
Definition at line 54 of file CbmMatchRecoToMC.cxx.
|
virtual |
Destructor.
Definition at line 56 of file CbmMatchRecoToMC.cxx.
References fFsdHitMatches, fMuchClusterMatches, fMuchPixelHitMatches, fMuchTrackMatches, fMvdClusterMatches, fMvdHitMatches, fRichTrackMatches, fStsClusterMatches, fStsHitMatches, fStsTrackMatches, fTofHitMatches, fTrdClusterMatches, fTrdHitMatches, and fTrdTrackMatches.
|
private |
Hit matches [out].
|
private |
|
virtual |
Derived from FairTask.
Definition at line 139 of file CbmMatchRecoToMC.cxx.
References fbSuppressHitReMatching, fEventNumber, fFsdHitMatches, fFsdHits, fMCTracks, fMuchClusterMatches, fMuchClusters, fMuchPixelHitMatches, fMuchPixelHits, fMuchPoints, fMuchTrackMatches, fMuchTracks, fMvdCluster, fMvdClusterMatches, fMvdHitMatches, fMvdHits, fMvdPoints, fRichHits, fRichMcPoints, fRichRings, fRichTrackMatches, fStsClusterMatches, fStsClusters, fStsHitMatches, fStsHits, fStsPoints, fStsTrackMatches, fStsTracks, fTofHitDigiMatches, fTofHitMatches, fTofHits, fTrdClusterMatches, fTrdClusters, fTrdHitMatches, fTrdHits, fTrdPoints, fTrdTrackMatches, fTrdTracks, kMuch, kMvd, kSts, kTrd, MatchClusters(), MatchHits(), MatchHitsFsd(), MatchHitsMvd(), MatchHitsSts(), MatchHitsTof(), MatchHitsToPoints(), MatchRichRings(), MatchStsTracks(), and MatchTracks().
|
virtual |
Derived from FairTask.
Definition at line 233 of file CbmMatchRecoToMC.cxx.
|
static |
Get CbmLinks of Mother MC Tracks for RICH hit.
Definition at line 901 of file CbmMatchRecoToMC.cxx.
References CbmDigiManager::Get(), CbmMCDataArray::Get(), CbmMatch::GetLinks(), CbmDigiManager::GetMatch(), CbmMCTrack::GetMotherId(), CbmMCTrack::GetPdgCode(), CbmHit::GetRefId(), kRich, and mcTracks.
Referenced by CbmLitMCTrackCreator::AddRichHits(), CbmRichRecoQa::FillRichRingNofHits(), CbmRichUrqmdTest::FillRichRingNofHits(), MatchRichRings(), and CbmRichRecoTbQa::RingRecoEfficiency().
|
static |
Get [EventId, MCTrackId] pair of Mother MC Tracks for RICH hit. This matching is only for TimeBased simulation.
Definition at line 934 of file CbmMatchRecoToMC.cxx.
References CbmDigiManager::Get(), CbmMCDataArray::Get(), CbmMatch::GetLinks(), CbmDigiManager::GetMatch(), CbmMCTrack::GetMotherId(), CbmMCTrack::GetPdgCode(), CbmHit::GetRefId(), kRich, and mcTracks.
|
static |
Get MCTrackId of Mother MC Tracks for RICH hit. This matching is only for EventBased simulation.
Definition at line 976 of file CbmMatchRecoToMC.cxx.
References CbmDigiManager::Get(), CbmMatch::GetLinks(), CbmDigiManager::GetMatch(), CbmMCTrack::GetMotherId(), CbmMCTrack::GetPdgCode(), CbmHit::GetRefId(), kRich, and mcTracks.
|
virtual |
Derived from FairTask.
Definition at line 123 of file CbmMatchRecoToMC.cxx.
References fbSuppressHitReMatching, and ReadAndCreateDataBranches().
|
private |
Generic creation of cluster match objects.
digiMatches | Array of match objects for digis |
clusters | Arrays of clusters |
clusterMatches | Array of match objects for clusters |
The cluster match objects are created by summing up the match objects of all digis belonging to the cluster.
Definition at line 471 of file CbmMatchRecoToMC.cxx.
References CbmMatch::AddLinks(), CbmCluster::GetDigi(), and CbmCluster::GetNofDigis().
Referenced by Exec().
|
private |
Generic creation of cluster match objects, using CbmDigiManager.
clusters | Arrays of clusters |
clusterMatches | Array of match objects for clusters |
The cluster match objects are created by summing up the match objects of all digis belonging to the cluster.
Definition at line 487 of file CbmMatchRecoToMC.cxx.
References CbmMatch::AddLinks(), fDigiManager, CbmCluster::GetDigi(), CbmDigiManager::GetMatch(), CbmCluster::GetNofDigis(), and CbmDigiManager::IsMatchPresent().
|
private |
Definition at line 508 of file CbmMatchRecoToMC.cxx.
References CbmMatch::AddLinks(), CbmHit::GetRefId(), and hits.
Referenced by Exec().
|
private |
Definition at line 555 of file CbmMatchRecoToMC.cxx.
References CbmMatch::AddLinks(), fDigiManager, CbmDigiManager::Get(), CbmFsdDigi::GetAddress(), CbmHit::GetAddress(), CbmDigiManager::GetMatch(), CbmDigiManager::GetNofDigis(), hits, and kFsd.
Referenced by Exec().
|
private |
Definition at line 543 of file CbmMatchRecoToMC.cxx.
References CbmMatch::AddLinks(), fDigiManager, CbmDigiManager::GetMatch(), CbmHit::GetRefId(), hits, and kMvd.
Referenced by Exec().
|
private |
Match STS hits, using cluster match objects.
clusterMatches | TClonesArray with cluster matches |
hits | TClonesArray with CbmStsHit |
hitMatches | TClonesArray with hit matches (to be filled) |
Since a StsHit is constructed from two StsClusters (from front and back side of a sensor), its match object must also be constructed from the two match objects corresponding to the clusters. This makes it different from the method MatchHits, which just copies the cluster match object to the hit match object.
Definition at line 520 of file CbmMatchRecoToMC.cxx.
References CbmMatch::AddLink(), CbmStsHit::GetBackClusterId(), CbmStsHit::GetFrontClusterId(), CbmMatch::GetLink(), CbmMatch::GetNofLinks(), and hits.
Referenced by Exec().
|
private |
Definition at line 574 of file CbmMatchRecoToMC.cxx.
References CbmMatch::AddLink(), fTofDigiMatch, fTofDigis, CbmTofDigi::GetAddress(), CbmLink::GetEntry(), CbmLink::GetFile(), CbmLink::GetIndex(), CbmMatch::GetLink(), CbmMatch::GetMatchedLink(), CbmMatch::GetNofLinks(), CbmTofDigi::GetTot(), CbmPixelHit::GetX(), CbmPixelHit::GetY(), CbmHit::GetZ(), hits, and CbmLink::IsNoise().
Referenced by Exec().
|
private |
Definition at line 639 of file CbmMatchRecoToMC.cxx.
References CbmMatch::AddLink(), fEventNumber, CbmHit::GetRefId(), hits, and points.
Referenced by Exec().
|
private |
Definition at line 856 of file CbmMatchRecoToMC.cxx.
References CbmMatch::AddLink(), fDigiManager, CbmRichRing::GetHit(), CbmMatch::GetMatchedLink(), GetMcTrackMotherIdsForRichHit(), CbmRichRing::GetNofHits(), CbmMatch::GetNofLinks(), CbmLink::IsNoise(), mcTracks, CbmTrackMatchNew::SetNofTrueHits(), and CbmTrackMatchNew::SetNofWrongHits().
Referenced by Exec().
|
private |
fix low energy cut case on STS
Definition at line 716 of file CbmMatchRecoToMC.cxx.
References CbmMatch::AddLink(), fIsMvdActive, fMCTracks, CbmMCDataArray::Get(), CbmLink::GetEntry(), CbmLink::GetFile(), CbmLink::GetIndex(), CbmMatch::GetLink(), CbmMatch::GetMatchedLink(), CbmStsTrack::GetMvdHitIndex(), CbmMatch::GetNofLinks(), CbmStsTrack::GetNofMvdHits(), CbmStsTrack::GetNofStsHits(), CbmTrackMatchNew::GetNofTrueHits(), CbmTrackMatchNew::GetNofWrongHits(), CbmMCTrack::GetNPoints(), CbmStsTrack::GetStsHitIndex(), CbmStsAddress::GetSystemId(), CbmLink::IsNoise(), kSts, CbmTrackMatchNew::SetNofTrueHits(), CbmTrackMatchNew::SetNofWrongHits(), and tracks.
Referenced by Exec().
|
private |
Definition at line 651 of file CbmMatchRecoToMC.cxx.
References CbmMatch::AddLink(), fMCTracks, fMuchPixelHitMatches, CbmMCDataArray::Get(), CbmLink::GetEntry(), CbmLink::GetFile(), CbmTrack::GetHitIndex(), CbmTrack::GetHitType(), CbmLink::GetIndex(), CbmMatch::GetLink(), CbmMatch::GetMatchedLink(), CbmTrack::GetNofHits(), CbmMatch::GetNofLinks(), CbmTrackMatchNew::GetNofTrueHits(), CbmTrackMatchNew::GetNofWrongHits(), CbmMCTrack::GetNPoints(), CbmStsAddress::GetSystemId(), kMUCHPIXELHIT, kMUCHSTRAWHIT, kSts, points, CbmTrackMatchNew::SetNofTrueHits(), CbmTrackMatchNew::SetNofWrongHits(), and tracks.
Referenced by Exec().
|
private |
|
private |
Read and create data branches.
FIXME: Temporary fix to catch all versions of the TOF Hit to Digi Match array. To be removed after a full review of the TOF reco
FIXME: temporary hacks due to Digi array resizing and resorting in TOF clusterizer
Definition at line 235 of file CbmMatchRecoToMC.cxx.
References fbSuppressHitReMatching, fDigiManager, fFsdHitMatches, fFsdHits, fFsdPoints, fIsMvdActive, fMCTracks, fMuchClusterMatches, fMuchClusters, fMuchPixelHitMatches, fMuchPixelHits, fMuchPoints, fMuchTrackMatches, fMuchTracks, fMvdCluster, fMvdClusterMatches, fMvdHitMatches, fMvdHits, fMvdPoints, fRichHits, fRichMcPoints, fRichRings, fRichTrackMatches, fStsClusterMatches, fStsClusters, fStsHitMatches, fStsHits, fStsPoints, fStsTrackMatches, fStsTracks, fTofDigiMatch, fTofDigis, fTofHitDigiMatches, fTofHitMatches, fTofHits, fTofPoints, fTrdClusterMatches, fTrdClusters, fTrdHitMatches, fTrdHits, fTrdPoints, fTrdTrackMatches, fTrdTracks, CbmMCDataManager::GetObject(), CbmDigiManager::Init(), CbmMCDataManager::InitBranch(), and CbmDigiManager::Instance().
Referenced by Init().
|
inline |
Suppresses cluster and hit matching procedures.
The function sets a flag, which suppresses the cluster and hit matching procedures for MVD, STS, MuCh, TRD and TOF, if and only if all the corresponding match branches are presented in the simulation tree. If at least one of the branch is absent (and the corresponding cluster and hit branches are present), the flag will be set to false, and the cluster/hit matching will be executed.
Definition at line 150 of file CbmMatchRecoToMC.h.
References fbSuppressHitReMatching.
|
private |
Definition at line 156 of file CbmMatchRecoToMC.h.
|
private |
Definition at line 157 of file CbmMatchRecoToMC.h.
Referenced by Exec(), Init(), ReadAndCreateDataBranches(), and SuppressHitReMatching().
|
private |
Monte-Carlo tracks.
Definition at line 160 of file CbmMatchRecoToMC.h.
Referenced by MatchClusters(), MatchHitsFsd(), MatchHitsMvd(), MatchRichRings(), and ReadAndCreateDataBranches().
|
staticprivate |
Definition at line 153 of file CbmMatchRecoToMC.h.
Referenced by Exec(), and MatchHitsToPoints().
|
private |
Hits [in].
Definition at line 213 of file CbmMatchRecoToMC.h.
Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().
|
private |
MC points [in].
Definition at line 212 of file CbmMatchRecoToMC.h.
Referenced by Exec(), and ReadAndCreateDataBranches().
|
private |
Match Hit -> MC point [out].
Definition at line 211 of file CbmMatchRecoToMC.h.
Referenced by ReadAndCreateDataBranches().
|
private |
Definition at line 155 of file CbmMatchRecoToMC.h.
Referenced by MatchStsTracks(), and ReadAndCreateDataBranches().
|
private |
Definition at line 159 of file CbmMatchRecoToMC.h.
Referenced by Exec(), MatchStsTracks(), MatchTracks(), and ReadAndCreateDataBranches().
|
private |
Tracks [in].
Definition at line 189 of file CbmMatchRecoToMC.h.
Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().
|
private |
MC points [in].
Definition at line 186 of file CbmMatchRecoToMC.h.
Referenced by Exec(), and ReadAndCreateDataBranches().
|
private |
Cluster matches [out].
Definition at line 190 of file CbmMatchRecoToMC.h.
Referenced by Exec(), MatchTracks(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().
|
private |
Clusters [in].
Definition at line 187 of file CbmMatchRecoToMC.h.
Referenced by Exec(), and ReadAndCreateDataBranches().
|
private |
Match Ring -> MC track [out].
Definition at line 185 of file CbmMatchRecoToMC.h.
Referenced by Exec(), and ReadAndCreateDataBranches().
|
private |
Hit matches [out].
Definition at line 191 of file CbmMatchRecoToMC.h.
Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().
|
private |
Hits [in].
Definition at line 188 of file CbmMatchRecoToMC.h.
Referenced by Exec(), and ReadAndCreateDataBranches().
|
private |
MC points [in].
Definition at line 164 of file CbmMatchRecoToMC.h.
Referenced by Exec(), and ReadAndCreateDataBranches().
|
private |
Hits [in].
Definition at line 166 of file CbmMatchRecoToMC.h.
Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().
|
private |
Cluster matches [out].
Definition at line 167 of file CbmMatchRecoToMC.h.
Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().
|
private |
Clusters [in].
Definition at line 165 of file CbmMatchRecoToMC.h.
Referenced by Exec(), and ReadAndCreateDataBranches().
|
private |
Interface to digi branches.
Definition at line 163 of file CbmMatchRecoToMC.h.
Referenced by Exec(), and ReadAndCreateDataBranches().
|
private |
MC points [in].
Definition at line 180 of file CbmMatchRecoToMC.h.
Referenced by Exec(), and ReadAndCreateDataBranches().
|
private |
Track matches [out].
Definition at line 179 of file CbmMatchRecoToMC.h.
Referenced by Exec(), and ReadAndCreateDataBranches().
|
private |
Hits [in].
Definition at line 181 of file CbmMatchRecoToMC.h.
Referenced by Exec(), and ReadAndCreateDataBranches().
|
private |
Rings [in].
Definition at line 182 of file CbmMatchRecoToMC.h.
Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().
|
private |
Tracks [in].
Definition at line 174 of file CbmMatchRecoToMC.h.
Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().
|
private |
MC points [in].
Definition at line 171 of file CbmMatchRecoToMC.h.
Referenced by Exec(), and ReadAndCreateDataBranches().
|
private |
Cluster matches [out].
Definition at line 175 of file CbmMatchRecoToMC.h.
Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().
|
private |
Clusters [in].
Definition at line 172 of file CbmMatchRecoToMC.h.
Referenced by Exec(), and ReadAndCreateDataBranches().
|
private |
Hit matches [out].
Definition at line 170 of file CbmMatchRecoToMC.h.
Referenced by Exec(), and ReadAndCreateDataBranches().
|
private |
Hit matches [out].
Definition at line 176 of file CbmMatchRecoToMC.h.
Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().
|
private |
Hits [in].
Definition at line 173 of file CbmMatchRecoToMC.h.
Referenced by Exec(), and ReadAndCreateDataBranches().
|
private |
Definition at line 205 of file CbmMatchRecoToMC.h.
Referenced by MatchHitsTof(), and ReadAndCreateDataBranches().
|
private |
CbmTofPoint array.
Definition at line 204 of file CbmMatchRecoToMC.h.
Referenced by MatchHitsTof(), and ReadAndCreateDataBranches().
|
private |
CbmTofHit array.
Definition at line 207 of file CbmMatchRecoToMC.h.
Referenced by Exec(), and ReadAndCreateDataBranches().
|
private |
Match Hit -> Digi [out].
Definition at line 208 of file CbmMatchRecoToMC.h.
Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().
|
private |
Definition at line 206 of file CbmMatchRecoToMC.h.
Referenced by Exec(), and ReadAndCreateDataBranches().
|
private |
Track matches [out].
Definition at line 203 of file CbmMatchRecoToMC.h.
Referenced by ReadAndCreateDataBranches().
|
private |
Tracks [in].
Definition at line 198 of file CbmMatchRecoToMC.h.
Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().
|
private |
MC points [in].
Definition at line 195 of file CbmMatchRecoToMC.h.
Referenced by Exec(), and ReadAndCreateDataBranches().
|
private |
Cluster matches [out].
Definition at line 199 of file CbmMatchRecoToMC.h.
Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().
|
private |
Clusters [in].
Definition at line 196 of file CbmMatchRecoToMC.h.
Referenced by Exec(), and ReadAndCreateDataBranches().
|
private |
Track matches [out].
Definition at line 194 of file CbmMatchRecoToMC.h.
Referenced by Exec(), and ReadAndCreateDataBranches().
|
private |
Hit matches [out].
Definition at line 200 of file CbmMatchRecoToMC.h.
Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().
|
private |
Hits [in].
Definition at line 197 of file CbmMatchRecoToMC.h.
Referenced by Exec(), and ReadAndCreateDataBranches().