|
CbmRoot
|
#include <CbmTofMergeMcPoints.h>
Public Member Functions | |
| CbmTofMergeMcPoints () | |
| Constructor. | |
| virtual | ~CbmTofMergeMcPoints () |
| Destructor. | |
| virtual InitStatus | Init () |
| Derived from FairTask. | |
| virtual void | Exec (Option_t *opt) |
| Derived from FairTask. | |
| virtual void | Finish () |
| Derived from FairTask. | |
Private Member Functions | |
| void | ReadAndCreateDataBranches () |
| Read and create data branches. | |
| void | MergeRealisticTofPoints (const TClonesArray *tracks, const TClonesArray *points, TClonesArray *realisticPoints, TClonesArray *pointsMatches) |
| CbmTofMergeMcPoints (const CbmTofMergeMcPoints &) | |
| CbmTofMergeMcPoints & | operator= (const CbmTofMergeMcPoints &) |
| ClassDef (CbmTofMergeMcPoints, 1) | |
Private Attributes | |
| CbmTofGeoHandler * | fGeoHandler |
| CbmTofDetectorId * | fTofId |
| TClonesArray * | fMcTracksColl |
| TClonesArray * | fTofPointsColl |
| std::map< Int_t, std::vector< Int_t > > | fTofPntTrkMap |
| TClonesArray * | fRealTofPoints |
| TClonesArray * | fTofRealPntMatches |
Definition at line 24 of file CbmTofMergeMcPoints.h.
| CbmTofMergeMcPoints::CbmTofMergeMcPoints | ( | ) |
Constructor.
Definition at line 33 of file CbmTofMergeMcPoints.cxx.
References fGeoHandler, fMcTracksColl, fRealTofPoints, fTofId, fTofPntTrkMap, fTofPointsColl, and fTofRealPntMatches.
Referenced by CbmTofMergeMcPoints(), ClassDef(), and operator=().
|
virtual |
Destructor.
Definition at line 45 of file CbmTofMergeMcPoints.cxx.
References fRealTofPoints, and fTofRealPntMatches.
|
private |
References CbmTofMergeMcPoints().
|
private |
References CbmTofMergeMcPoints().
|
virtual |
Derived from FairTask.
Definition at line 87 of file CbmTofMergeMcPoints.cxx.
References fMcTracksColl, fRealTofPoints, fTofPointsColl, fTofRealPntMatches, and MergeRealisticTofPoints().
|
virtual |
Derived from FairTask.
Definition at line 99 of file CbmTofMergeMcPoints.cxx.
|
virtual |
Derived from FairTask.
Definition at line 58 of file CbmTofMergeMcPoints.cxx.
References fGeoHandler, fTofId, k12b, k14a, and ReadAndCreateDataBranches().
|
private |
Definition at line 129 of file CbmTofMergeMcPoints.cxx.
References CbmMatch::AddLink(), fGeoHandler, fTofId, fTofPntTrkMap, CbmMCTrack::GetNPoints(), kTof, points, size(), and tracks.
Referenced by Exec().
|
private |
References CbmTofMergeMcPoints().
|
private |
Read and create data branches.
Definition at line 101 of file CbmTofMergeMcPoints.cxx.
References fMcTracksColl, fRealTofPoints, fTofPointsColl, and fTofRealPntMatches.
Referenced by Init().
|
private |
Definition at line 60 of file CbmTofMergeMcPoints.h.
Referenced by CbmTofMergeMcPoints(), Init(), and MergeRealisticTofPoints().
|
private |
Definition at line 63 of file CbmTofMergeMcPoints.h.
Referenced by CbmTofMergeMcPoints(), Exec(), and ReadAndCreateDataBranches().
|
private |
Definition at line 67 of file CbmTofMergeMcPoints.h.
Referenced by CbmTofMergeMcPoints(), Exec(), ReadAndCreateDataBranches(), and ~CbmTofMergeMcPoints().
|
private |
Definition at line 61 of file CbmTofMergeMcPoints.h.
Referenced by CbmTofMergeMcPoints(), Init(), and MergeRealisticTofPoints().
Definition at line 66 of file CbmTofMergeMcPoints.h.
Referenced by CbmTofMergeMcPoints(), and MergeRealisticTofPoints().
|
private |
Definition at line 64 of file CbmTofMergeMcPoints.h.
Referenced by CbmTofMergeMcPoints(), Exec(), and ReadAndCreateDataBranches().
|
private |
Definition at line 68 of file CbmTofMergeMcPoints.h.
Referenced by CbmTofMergeMcPoints(), Exec(), ReadAndCreateDataBranches(), and ~CbmTofMergeMcPoints().