Go to the documentation of this file.
13 #ifndef CBM_RICH_MATCH_RINGS
14 #define CBM_RICH_MATCH_RINGS
50 virtual InitStatus
Init();
55 virtual void Exec(Option_t* opt);
70 std::map<Int_t, Int_t>
ClassDef(CbmRichMatchRings, 1)
CbmRichMatchRings()
Default constructor.
virtual void Exec(Option_t *opt)
Inherited from FairTask.
virtual InitStatus Init()
Inherited from FairTask.
CbmRichMatchRings(const CbmRichMatchRings &)
Copy constructor.
std::map< Int_t, Int_t > fMatchMap
CbmRichMatchRings & operator=(const CbmRichMatchRings &)
Assignment operator.
virtual ~CbmRichMatchRings()
Destructor.
Task class for matching a reconstructed CbmRichRings with a simulated CbmMCTrack. The matching criter...
virtual void Finish()
Inherited from FairTask.