5#ifndef CBM_RICH_RECO_QA
6#define CBM_RICH_RECO_QA
40 virtual InitStatus
Init();
45 virtual void Exec(Option_t* option);
65 void DrawFromFile(
const string& fileName,
const string& outputDir);
TClonesArray * fRichProjections
void RingTrackMismatchSource()
Fill histograms related to study of the source of ring-track mismatch.
virtual ~CbmRichRecoQa()
Standard destructor.
void DrawRingTrackDistHistWithSuffix(const string &suffix)
Draw histograms related to ring-track distance for pions or electrons (+/-).
bool WasRichProjectionMatched(Int_t stsTrackId)
TClonesArray * fGlobalTracks
std::map< Int_t, Int_t > fNofHitsInRingMap
TClonesArray * fRichDigis
void FillRingTrackDistance()
Fill histogramms related to ring track distance.
void InitHistograms()
Initialize histograms.
string GetMeanRmsOverflowString(TH1 *h, Bool_t withOverflow=true)
Return string with mean, RMS and overflow percent for input TH1.
void SetCorrection(string s)
static Bool_t IsMcPrimaryElectron(const CbmMCTrack *mctrack)
TClonesArray * fRichRings
virtual InitStatus Init()
Inherited from FairTask.
void SetOutputDir(const string &dir)
Set output directory where you want to write results (figures and json).
bool HasRichProjection(Int_t stsTrackId)
void DrawRingTrackDistHistWithSuffixPmtHalf(const string &suffix)
bool WasRingMatched(Int_t mcTrackId)
TClonesArray * fRichRingMatches
void DrawFromFile(const string &fileName, const string &outputDir)
Draw histogram from file.
TClonesArray * fStsTracks
TClonesArray * fStsTrackMatches
CbmRichRecoQa(const CbmRichRecoQa &)
Copy constructor.
bool WasRingFound(Int_t mcTrackId)
static Bool_t IsMcPion(const CbmMCTrack *mctrack)
vector< TCanvas * > fCanvas
TClonesArray * fRichPoints
void DrawHist()
Draw histograms.
virtual void Exec(Option_t *option)
Inherited from FairTask.
CbmRichRecoQa()
Standard constructor.
virtual void Finish()
Inherited from FairTask.
void FillRichRingNofHits()
Fill map mcTrackId -> nof RICH hits.
CbmRichRecoQa & operator=(const CbmRichRecoQa &)
Assignment operator.
Data class with information on a STS local track.