Go to the documentation of this file.
10 #ifndef CBM_RICH_EVENT_DISPLAY
11 #define CBM_RICH_EVENT_DISPLAY
14 #include <RtypesCore.h>
15 #include <TClonesArray.h>
25 class TMemberInspector;
50 virtual InitStatus
Init();
55 virtual void Exec(Option_t* opt);
void DrawOnePmtPlane(const std::string &plane)
void DrawCircle(CbmRichRing *ring)
TClonesArray * fRichProjections
TClonesArray * fRichRings
CbmRichEventDisplay(const CbmRichEventDisplay &)
Copy constructor.
CbmRichEventDisplay & operator=(const CbmRichEventDisplay &)
Assignment operator.
void SetOutputDir(const std::string &dir)
Set output directory where you want to write results (figures and json).
ClassDef(CbmRichEventDisplay, 1)
CbmRichEventDisplay()
Default constructor.
virtual void Finish()
Inherited from FairTask.
void SetDrawProjections(bool b)
virtual InitStatus Init()
Inherited from FairTask.
void SetDrawRings(bool b)
TClonesArray * fRichPoints
virtual void Exec(Option_t *opt)
Inherited from FairTask.
void SetDrawPoints(bool b)
Event display for the RICH detector.
TClonesArray * fRichMatches
virtual ~CbmRichEventDisplay()
Destructor.