CbmRoot
Loading...
Searching...
No Matches
CbmMatchRecoToMC Class Reference

#include <CbmMatchRecoToMC.h>

Inheritance diagram for CbmMatchRecoToMC:
[legend]
Collaboration diagram for CbmMatchRecoToMC:
[legend]

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< CbmLinkGetMcTrackMotherIdsForRichHit (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].
 
CbmMatchRecoToMCoperator= (const CbmMatchRecoToMC &)
 
 ClassDef (CbmMatchRecoToMC, 1)
 

Private Attributes

Bool_t fIsMvdActive = kTRUE
 
Bool_t fbDigiExpUsed = kTRUE
 
bool fbSuppressHitReMatching = false
 
CbmMCDataArrayfMCTracks = nullptr
 
CbmDigiManagerfDigiManager = nullptr
 Monte-Carlo tracks.
 
CbmMCDataArrayfMvdPoints = 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].
 
CbmMCDataArrayfStsPoints = 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].
 
CbmMCDataArrayfRichMcPoints = nullptr
 Track matches [out].
 
TClonesArray * fRichHits = nullptr
 MC points [in].
 
TClonesArray * fRichRings = nullptr
 Hits [in].
 
TClonesArray * fRichTrackMatches = nullptr
 Rings [in].
 
CbmMCDataArrayfMuchPoints = 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].
 
CbmMCDataArrayfTrdPoints = 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].
 
CbmMCDataArrayfTofPoints = 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].
 
CbmMCDataArrayfFsdPoints = 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
 

Detailed Description

Definition at line 32 of file CbmMatchRecoToMC.h.

Constructor & Destructor Documentation

◆ CbmMatchRecoToMC() [1/2]

CbmMatchRecoToMC::CbmMatchRecoToMC ( )

Constructor.

Definition at line 54 of file CbmMatchRecoToMC.cxx.

◆ ~CbmMatchRecoToMC()

◆ CbmMatchRecoToMC() [2/2]

CbmMatchRecoToMC::CbmMatchRecoToMC ( const CbmMatchRecoToMC & )
private

Hit matches [out].

Member Function Documentation

◆ ClassDef()

CbmMatchRecoToMC::ClassDef ( CbmMatchRecoToMC ,
1  )
private

◆ Exec()

◆ Finish()

void CbmMatchRecoToMC::Finish ( )
virtual

Derived from FairTask.

Definition at line 233 of file CbmMatchRecoToMC.cxx.

◆ GetMcTrackMotherIdsForRichHit() [1/3]

◆ GetMcTrackMotherIdsForRichHit() [2/3]

vector< pair< Int_t, Int_t > > CbmMatchRecoToMC::GetMcTrackMotherIdsForRichHit ( CbmDigiManager * digiMan,
const CbmRichHit * hit,
CbmMCDataArray * richPoints,
CbmMCDataArray * mcTracks,
Int_t eventNumber )
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.

◆ GetMcTrackMotherIdsForRichHit() [3/3]

vector< Int_t > CbmMatchRecoToMC::GetMcTrackMotherIdsForRichHit ( CbmDigiManager * digiMan,
const CbmRichHit * hit,
const TClonesArray * richPoints,
const TClonesArray * 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.

◆ Init()

InitStatus CbmMatchRecoToMC::Init ( )
virtual

Derived from FairTask.

Definition at line 123 of file CbmMatchRecoToMC.cxx.

References fbSuppressHitReMatching, and ReadAndCreateDataBranches().

◆ MatchClusters() [1/2]

void CbmMatchRecoToMC::MatchClusters ( const TClonesArray * digiMatches,
const TClonesArray * clusters,
TClonesArray * clusterMatches )
private

Generic creation of cluster match objects.

Parameters
digiMatchesArray of match objects for digis
clustersArrays of clusters
clusterMatchesArray 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().

◆ MatchClusters() [2/2]

void CbmMatchRecoToMC::MatchClusters ( ECbmModuleId systemId,
const TClonesArray * clusters,
TClonesArray * clusterMatches )
private

Generic creation of cluster match objects, using CbmDigiManager.

Parameters
clustersArrays of clusters
clusterMatchesArray 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().

◆ MatchHits()

void CbmMatchRecoToMC::MatchHits ( const TClonesArray * matches,
const TClonesArray * hits,
TClonesArray * hitMatches )
private

Definition at line 508 of file CbmMatchRecoToMC.cxx.

References CbmMatch::AddLinks(), CbmHit::GetRefId(), and hits.

Referenced by Exec().

◆ MatchHitsFsd()

void CbmMatchRecoToMC::MatchHitsFsd ( const TClonesArray * hits,
TClonesArray * hitMatches )
private

◆ MatchHitsMvd()

void CbmMatchRecoToMC::MatchHitsMvd ( const TClonesArray * hits,
TClonesArray * hitMatches )
private

◆ MatchHitsSts()

void CbmMatchRecoToMC::MatchHitsSts ( const TClonesArray * clusterMmatches,
const TClonesArray * hits,
TClonesArray * hitMatches )
private

Match STS hits, using cluster match objects.

Parameters
clusterMatchesTClonesArray with cluster matches
hitsTClonesArray with CbmStsHit
hitMatchesTClonesArray 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().

◆ MatchHitsTof()

void CbmMatchRecoToMC::MatchHitsTof ( const TClonesArray * HitDigiMatches,
const TClonesArray * hits,
TClonesArray * hitMatches )
private

◆ MatchHitsToPoints()

void CbmMatchRecoToMC::MatchHitsToPoints ( CbmMCDataArray * points,
const TClonesArray * hits,
TClonesArray * hitMatches )
private

Definition at line 639 of file CbmMatchRecoToMC.cxx.

References CbmMatch::AddLink(), fEventNumber, CbmHit::GetRefId(), hits, and points.

Referenced by Exec().

◆ MatchRichRings()

void CbmMatchRecoToMC::MatchRichRings ( const TClonesArray * richRings,
const TClonesArray * richHits,
CbmMCDataArray * richMcPoints,
CbmMCDataArray * mcTracks,
TClonesArray * ringMatches )
private

◆ MatchStsTracks()

◆ MatchTracks()

◆ operator=()

CbmMatchRecoToMC & CbmMatchRecoToMC::operator= ( const CbmMatchRecoToMC & )
private

◆ ReadAndCreateDataBranches()

void CbmMatchRecoToMC::ReadAndCreateDataBranches ( )
private

◆ SuppressHitReMatching()

void CbmMatchRecoToMC::SuppressHitReMatching ( )
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.

Member Data Documentation

◆ fbDigiExpUsed

Bool_t CbmMatchRecoToMC::fbDigiExpUsed = kTRUE
private

Definition at line 156 of file CbmMatchRecoToMC.h.

◆ fbSuppressHitReMatching

bool CbmMatchRecoToMC::fbSuppressHitReMatching = false
private

Definition at line 157 of file CbmMatchRecoToMC.h.

Referenced by Exec(), Init(), ReadAndCreateDataBranches(), and SuppressHitReMatching().

◆ fDigiManager

CbmDigiManager* CbmMatchRecoToMC::fDigiManager = nullptr
private

Monte-Carlo tracks.

Definition at line 160 of file CbmMatchRecoToMC.h.

Referenced by MatchClusters(), MatchHitsFsd(), MatchHitsMvd(), MatchRichRings(), and ReadAndCreateDataBranches().

◆ fEventNumber

Int_t CbmMatchRecoToMC::fEventNumber = 0
staticprivate

Definition at line 153 of file CbmMatchRecoToMC.h.

Referenced by Exec(), and MatchHitsToPoints().

◆ fFsdHitMatches

TClonesArray* CbmMatchRecoToMC::fFsdHitMatches = nullptr
private

Hits [in].

Definition at line 213 of file CbmMatchRecoToMC.h.

Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().

◆ fFsdHits

TClonesArray* CbmMatchRecoToMC::fFsdHits = nullptr
private

MC points [in].

Definition at line 212 of file CbmMatchRecoToMC.h.

Referenced by Exec(), and ReadAndCreateDataBranches().

◆ fFsdPoints

CbmMCDataArray* CbmMatchRecoToMC::fFsdPoints = nullptr
private

Match Hit -> MC point [out].

Definition at line 211 of file CbmMatchRecoToMC.h.

Referenced by ReadAndCreateDataBranches().

◆ fIsMvdActive

Bool_t CbmMatchRecoToMC::fIsMvdActive = kTRUE
private

Definition at line 155 of file CbmMatchRecoToMC.h.

Referenced by MatchStsTracks(), and ReadAndCreateDataBranches().

◆ fMCTracks

CbmMCDataArray* CbmMatchRecoToMC::fMCTracks = nullptr
private

Definition at line 159 of file CbmMatchRecoToMC.h.

Referenced by Exec(), MatchStsTracks(), MatchTracks(), and ReadAndCreateDataBranches().

◆ fMuchClusterMatches

TClonesArray* CbmMatchRecoToMC::fMuchClusterMatches = nullptr
private

Tracks [in].

Definition at line 189 of file CbmMatchRecoToMC.h.

Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().

◆ fMuchClusters

TClonesArray* CbmMatchRecoToMC::fMuchClusters = nullptr
private

MC points [in].

Definition at line 186 of file CbmMatchRecoToMC.h.

Referenced by Exec(), and ReadAndCreateDataBranches().

◆ fMuchPixelHitMatches

TClonesArray* CbmMatchRecoToMC::fMuchPixelHitMatches = nullptr
private

Cluster matches [out].

Definition at line 190 of file CbmMatchRecoToMC.h.

Referenced by Exec(), MatchTracks(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().

◆ fMuchPixelHits

TClonesArray* CbmMatchRecoToMC::fMuchPixelHits = nullptr
private

Clusters [in].

Definition at line 187 of file CbmMatchRecoToMC.h.

Referenced by Exec(), and ReadAndCreateDataBranches().

◆ fMuchPoints

CbmMCDataArray* CbmMatchRecoToMC::fMuchPoints = nullptr
private

Match Ring -> MC track [out].

Definition at line 185 of file CbmMatchRecoToMC.h.

Referenced by Exec(), and ReadAndCreateDataBranches().

◆ fMuchTrackMatches

TClonesArray* CbmMatchRecoToMC::fMuchTrackMatches = nullptr
private

Hit matches [out].

Definition at line 191 of file CbmMatchRecoToMC.h.

Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().

◆ fMuchTracks

TClonesArray* CbmMatchRecoToMC::fMuchTracks = nullptr
private

Hits [in].

Definition at line 188 of file CbmMatchRecoToMC.h.

Referenced by Exec(), and ReadAndCreateDataBranches().

◆ fMvdCluster

TClonesArray* CbmMatchRecoToMC::fMvdCluster = nullptr
private

MC points [in].

Definition at line 164 of file CbmMatchRecoToMC.h.

Referenced by Exec(), and ReadAndCreateDataBranches().

◆ fMvdClusterMatches

TClonesArray* CbmMatchRecoToMC::fMvdClusterMatches = nullptr
private

Hits [in].

Definition at line 166 of file CbmMatchRecoToMC.h.

Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().

◆ fMvdHitMatches

TClonesArray* CbmMatchRecoToMC::fMvdHitMatches = nullptr
private

Cluster matches [out].

Definition at line 167 of file CbmMatchRecoToMC.h.

Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().

◆ fMvdHits

TClonesArray* CbmMatchRecoToMC::fMvdHits = nullptr
private

Clusters [in].

Definition at line 165 of file CbmMatchRecoToMC.h.

Referenced by Exec(), and ReadAndCreateDataBranches().

◆ fMvdPoints

CbmMCDataArray* CbmMatchRecoToMC::fMvdPoints = nullptr
private

Interface to digi branches.

Definition at line 163 of file CbmMatchRecoToMC.h.

Referenced by Exec(), and ReadAndCreateDataBranches().

◆ fRichHits

TClonesArray* CbmMatchRecoToMC::fRichHits = nullptr
private

MC points [in].

Definition at line 180 of file CbmMatchRecoToMC.h.

Referenced by Exec(), and ReadAndCreateDataBranches().

◆ fRichMcPoints

CbmMCDataArray* CbmMatchRecoToMC::fRichMcPoints = nullptr
private

Track matches [out].

Definition at line 179 of file CbmMatchRecoToMC.h.

Referenced by Exec(), and ReadAndCreateDataBranches().

◆ fRichRings

TClonesArray* CbmMatchRecoToMC::fRichRings = nullptr
private

Hits [in].

Definition at line 181 of file CbmMatchRecoToMC.h.

Referenced by Exec(), and ReadAndCreateDataBranches().

◆ fRichTrackMatches

TClonesArray* CbmMatchRecoToMC::fRichTrackMatches = nullptr
private

Rings [in].

Definition at line 182 of file CbmMatchRecoToMC.h.

Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().

◆ fStsClusterMatches

TClonesArray* CbmMatchRecoToMC::fStsClusterMatches = nullptr
private

Tracks [in].

Definition at line 174 of file CbmMatchRecoToMC.h.

Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().

◆ fStsClusters

TClonesArray* CbmMatchRecoToMC::fStsClusters = nullptr
private

MC points [in].

Definition at line 171 of file CbmMatchRecoToMC.h.

Referenced by Exec(), and ReadAndCreateDataBranches().

◆ fStsHitMatches

TClonesArray* CbmMatchRecoToMC::fStsHitMatches = nullptr
private

Cluster matches [out].

Definition at line 175 of file CbmMatchRecoToMC.h.

Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().

◆ fStsHits

TClonesArray* CbmMatchRecoToMC::fStsHits = nullptr
private

Clusters [in].

Definition at line 172 of file CbmMatchRecoToMC.h.

Referenced by Exec(), and ReadAndCreateDataBranches().

◆ fStsPoints

CbmMCDataArray* CbmMatchRecoToMC::fStsPoints = nullptr
private

Hit matches [out].

Definition at line 170 of file CbmMatchRecoToMC.h.

Referenced by Exec(), and ReadAndCreateDataBranches().

◆ fStsTrackMatches

TClonesArray* CbmMatchRecoToMC::fStsTrackMatches = nullptr
private

Hit matches [out].

Definition at line 176 of file CbmMatchRecoToMC.h.

Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().

◆ fStsTracks

TClonesArray* CbmMatchRecoToMC::fStsTracks = nullptr
private

Hits [in].

Definition at line 173 of file CbmMatchRecoToMC.h.

Referenced by Exec(), and ReadAndCreateDataBranches().

◆ fTofDigiMatch

const std::vector<CbmMatch>* CbmMatchRecoToMC::fTofDigiMatch = nullptr
private

Definition at line 205 of file CbmMatchRecoToMC.h.

Referenced by MatchHitsTof(), and ReadAndCreateDataBranches().

◆ fTofDigis

const std::vector<CbmTofDigi>* CbmMatchRecoToMC::fTofDigis = nullptr
private

CbmTofPoint array.

Definition at line 204 of file CbmMatchRecoToMC.h.

Referenced by MatchHitsTof(), and ReadAndCreateDataBranches().

◆ fTofHitDigiMatches

TClonesArray* CbmMatchRecoToMC::fTofHitDigiMatches = nullptr
private

CbmTofHit array.

Definition at line 207 of file CbmMatchRecoToMC.h.

Referenced by Exec(), and ReadAndCreateDataBranches().

◆ fTofHitMatches

TClonesArray* CbmMatchRecoToMC::fTofHitMatches = nullptr
private

Match Hit -> Digi [out].

Definition at line 208 of file CbmMatchRecoToMC.h.

Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().

◆ fTofHits

TClonesArray* CbmMatchRecoToMC::fTofHits = nullptr
private

Definition at line 206 of file CbmMatchRecoToMC.h.

Referenced by Exec(), and ReadAndCreateDataBranches().

◆ fTofPoints

CbmMCDataArray* CbmMatchRecoToMC::fTofPoints = nullptr
private

Track matches [out].

Definition at line 203 of file CbmMatchRecoToMC.h.

Referenced by ReadAndCreateDataBranches().

◆ fTrdClusterMatches

TClonesArray* CbmMatchRecoToMC::fTrdClusterMatches = nullptr
private

Tracks [in].

Definition at line 198 of file CbmMatchRecoToMC.h.

Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().

◆ fTrdClusters

TClonesArray* CbmMatchRecoToMC::fTrdClusters = nullptr
private

MC points [in].

Definition at line 195 of file CbmMatchRecoToMC.h.

Referenced by Exec(), and ReadAndCreateDataBranches().

◆ fTrdHitMatches

TClonesArray* CbmMatchRecoToMC::fTrdHitMatches = nullptr
private

Cluster matches [out].

Definition at line 199 of file CbmMatchRecoToMC.h.

Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().

◆ fTrdHits

TClonesArray* CbmMatchRecoToMC::fTrdHits = nullptr
private

Clusters [in].

Definition at line 196 of file CbmMatchRecoToMC.h.

Referenced by Exec(), and ReadAndCreateDataBranches().

◆ fTrdPoints

CbmMCDataArray* CbmMatchRecoToMC::fTrdPoints = nullptr
private

Track matches [out].

Definition at line 194 of file CbmMatchRecoToMC.h.

Referenced by Exec(), and ReadAndCreateDataBranches().

◆ fTrdTrackMatches

TClonesArray* CbmMatchRecoToMC::fTrdTrackMatches = nullptr
private

Hit matches [out].

Definition at line 200 of file CbmMatchRecoToMC.h.

Referenced by Exec(), ReadAndCreateDataBranches(), and ~CbmMatchRecoToMC().

◆ fTrdTracks

TClonesArray* CbmMatchRecoToMC::fTrdTracks = nullptr
private

Hits [in].

Definition at line 197 of file CbmMatchRecoToMC.h.

Referenced by Exec(), and ReadAndCreateDataBranches().


The documentation for this class was generated from the following files: