CbmRoot
|
#include <CbmAnaJpsiReport.h>
Public Member Functions | |
CbmAnaJpsiReport () | |
Constructor. More... | |
virtual | ~CbmAnaJpsiReport () |
Destructor. More... | |
void | Create (CbmHistManager *histManager, const std::string &outputDir) |
Main function which creates report data. More... | |
void | Create (const std::string &fileName, const std::string &outputDir) |
Main function which creates report data. More... | |
TH1 * | H1 (const std::string &name) const |
Return pointer to TH1 histogram. More... | |
TH2 * | H2 (const std::string &name) const |
Return pointer to TH2 histogram. More... | |
TH3 * | H3 (const std::string &name) const |
Return pointer to TH3 histogram. More... | |
CbmHistManager * | HM () const |
Return pointer to Histogram manager. More... | |
void | DrawH1ByPattern (const std::string &histNamePattern) |
Select by pattern TH1 histograms and draw each histogram on separate canvas. More... | |
void | DrawH1ByPattern (const std::string &histNamePattern, std::string(*labelFormatter)(const std::string &, const CbmHistManager *)) |
Select by pattern TH1 histograms and draw all histograms on the same canvas. More... | |
void | DrawH2ByPattern (const std::string &histNamePattern, HistScale logx=kLinear, HistScale logy=kLinear, HistScale logz=kLinear, const std::string &drawOpt="") |
Select by pattern TH2 histograms and draw each histogram on separate canvas. More... | |
const CbmReportElement * | R () const |
Accessor to CbmReportElement object. User has to write the report using available tags from CbmReportElement class. More... | |
std::ostream & | Out () const |
All text output goes to this stream. More... | |
void | SetReportName (const std::string &name) |
void | SetReportTitle (const std::string &title) |
void | SetOutputDir (const std::string &outputDir) |
const std::string & | GetReportName () const |
const std::string & | GetReportTitle () const |
const std::string & | GetOutputDir () const |
Protected Member Functions | |
virtual void | Create () |
Inherited from CbmSimulationReport. More... | |
virtual void | Draw () |
Inherited from CbmSimulationReport. More... | |
void | DrawAnalysisStepsH2 (const std::string &hName, bool DoDrawEfficiency) |
void | DrawAnalysisStepsH1 (const std::string &hName, bool doScale, double min=-1., double max=-1.) |
void | DrawSourceTypesH1 (const std::string &hName, bool doScale=false) |
void | DrawCutH1 (const std::string &hName, double cutValue, bool doScale=false) |
void | Draw2DCut (const std::string &hist) |
void | DrawCutDistributions () |
void | DrawSignalMinv () |
void | DrawMinvMismatches (int step) |
void | DrawMinvMismatchesAll () |
void | DrawEfficiency (const std::string &h, const std::string &hMC) |
void | DrawPtYEfficiency (int step) |
void | DrawPtYEfficiencyAll () |
void | SetAnalysisStepLabels (TH1 *h) |
double | SignalOverBg (int step) |
void | SignalOverBgAllSteps () |
void | DrawMinvSAndBg (int step) |
void | DrawMinvSAndBgAllSteps () |
void | DrawMomEffAllSteps () |
void | DrawMomMcVsRec () |
void | DrawPairSourceAnaSteps (int step) |
void | DrawPairSource () |
void | DrawBgSource2D (const std::string &histName, const std::vector< std::string > &yLabels, const std::string &zTitle) |
ClassDef (CbmAnaJpsiReport, 1) | |
void | Draw (Option_t *) |
Inherited from TObject. This method is implemented in order to avoid warnings. More... | |
void | CreateReports () |
Create all available report types. More... | |
TCanvas * | CreateCanvas (const char *name, const char *title, Int_t ww, Int_t wh) |
Create canvas and put it to vector of TCanvases. Canvases created with this function will be automatically saved to image and printed in the report. More... | |
void | SaveCanvasesAsImages () const |
Save all canvases to images. More... | |
void | WriteCanvases () const |
Write canvases to file. More... | |
void | PrintCanvases () const |
Print images created from canvases in the report. More... | |
Private Member Functions | |
void | CreateReportElement (ReportType reportType) |
Create concrete CbmReportElement instance based on report type. More... | |
void | DeleteReportElement () |
Delete report element. Normally should be called at the end of Create function. More... | |
Private Attributes | |
CbmHistManager * | fHM |
std::string | fReportName |
std::string | fReportTitle |
std::string | fOutputDir |
ReportType | fReportType |
CbmReportElement * | fR |
std::ostream * | fOut |
std::vector< TCanvas * > | fCanvases |
Definition at line 13 of file CbmAnaJpsiReport.h.
CbmAnaJpsiReport::CbmAnaJpsiReport | ( | ) |
Constructor.
Definition at line 32 of file CbmAnaJpsiReport.cxx.
References CbmReport::SetReportName().
|
virtual |
Destructor.
Definition at line 36 of file CbmAnaJpsiReport.cxx.
|
protected |
|
protectedvirtual |
Inherited from CbmSimulationReport.
Implements CbmSimulationReport.
Definition at line 38 of file CbmAnaJpsiReport.cxx.
References CbmReportElement::DocumentBegin(), CbmReportElement::DocumentEnd(), CbmReport::Out(), CbmReport::PrintCanvases(), CbmReport::R(), and CbmReportElement::Title().
|
inherited |
Main function which creates report data.
Non virtual interface pattern is used here. User always creates simulation report using this public non virtual method. In order to configure concrete report generation class user has to implement protected Create() method.
[in] | histManager | Pointer to histogram manager for which report is created. |
[in] | outputDir | Path to directory for output results. |
Referenced by CbmStsDigitizeQa::Finish(), CbmLitRadLengthQa::Finish(), CbmLitClusteringQa::Finish(), CbmLitTrackingQa::Finish(), CbmLitTofQa::Finish(), CbmLitFitQa::Finish(), CbmLitFieldQa::Init(), and CbmLitFieldApproximationQa::Init().
|
inherited |
Main function which creates report data.
Same pattern is used here.
[in] | fileName | Name of the file with histograms. |
[in] | outputDir | Path to directory for output results. |
|
protectedinherited |
Create canvas and put it to vector of TCanvases. Canvases created with this function will be automatically saved to image and printed in the report.
Definition at line 82 of file CbmReport.cxx.
References CbmReport::fCanvases.
Referenced by Draw(), CbmAnaJpsiSuperEventReport::Draw(), Draw2DCut(), CbmStsDigitizeQaReport::Draw2dHistograms(), CbmLitTrackingQaReport::DrawAccAndRec(), CbmLitTrackingQaStudyReport::DrawAccAndRec(), DrawAnalysisStepsH1(), DrawAnalysisStepsH2(), CbmLitFieldApproximationQaReport::DrawApr(), CbmAnaDielectronStudyReportAll::DrawBgMinv(), DrawBgSource2D(), CbmAnaJpsiSuperEventReport::DrawComparison(), DrawCutH1(), CbmLitRadLengthQaReport::DrawDetector(), CbmLitTrackingQaReport::DrawEfficiency(), CbmLitTrackingQaStudyReport::DrawEfficiency(), CbmLitTrackingQaReport::DrawEfficiencyHistos(), CbmSimulationReport::DrawH2ByPattern(), CbmStsDigitizeQaReport::DrawHistograms(), CbmLitTrackingQaReport::DrawHitsHistos(), CbmStsDigitizeQaReport::DrawLogHistograms(), CbmAnaJpsiSuperEventReport::DrawMinvDiffPtBins(), DrawMinvMismatchesAll(), CbmAnaJpsiSuperEventReport::DrawMinvMismatchPt(), DrawMinvSAndBgAllSteps(), CbmAnaJpsiSuperEventReport::DrawMinvSignalBg(), DrawMomEffAllSteps(), DrawMomMcVsRec(), CbmStsDigitizeQaReport::DrawNofObjectsHistograms(), CbmLitClusteringQaReport::DrawNofObjectsHistograms(), CbmAnaJpsiSuperEventReport::DrawPairSource(), DrawPairSource(), CbmLitTrackingQaReport::DrawPionSuppression(), DrawPtYEfficiencyAll(), CbmLitFitQaReport::DrawResidualAndPullHistograms(), CbmLitClusteringQaReport::DrawResidualsAndPulls(), CbmAnaDielectronStudyReportAll::DrawSBgMinv(), DrawSignalMinv(), CbmLitFieldApproximationQaReport::DrawSlices(), CbmLitFitQaReport::DrawTrackMomentumAtVertex(), CbmLitFitQaReport::DrawTrackParams(), CbmLitFitQaStudyReport::DrawTrackParamsAtVertex(), CbmLitFitQaReport::DrawTrackParamsAtVertex(), CbmLitTrackingQaReport::DrawYPt(), CbmLitTofQaReport::FitHistograms(), CbmAnaJpsiSuperEventReport::SignalOverBgAllSteps(), and SignalOverBgAllSteps().
|
privateinherited |
Create concrete CbmReportElement instance based on report type.
[in] | reportType | Type of the report to be produced. |
Definition at line 36 of file CbmReport.cxx.
References CbmReport::fOut, CbmReport::fR, CbmReport::fReportName, CbmReport::fReportType, CbmReport::GetOutputDir(), kCoutReport, kHtmlReport, kLatexReport, and kTextReport.
Referenced by CbmReport::CreateReports().
|
protectedinherited |
Create all available report types.
Definition at line 60 of file CbmReport.cxx.
References CbmReport::Create(), CbmReport::CreateReportElement(), CbmReport::DeleteReportElement(), CbmReport::Draw(), kCoutReport, kHtmlReport, kLatexReport, kTextReport, and CbmReport::SaveCanvasesAsImages().
|
privateinherited |
Delete report element. Normally should be called at the end of Create function.
Definition at line 55 of file CbmReport.cxx.
Referenced by CbmReport::CreateReports().
|
protectedvirtual |
Inherited from CbmSimulationReport.
Implements CbmReport.
Definition at line 48 of file CbmAnaJpsiReport.cxx.
References CbmReport::CreateCanvas(), Draw2DCut(), DrawAnalysisStepsH1(), DrawAnalysisStepsH2(), DrawBgSource2D(), DrawCutDistributions(), DrawH1(), DrawH2(), DrawMinvMismatchesAll(), DrawMinvSAndBgAllSteps(), DrawMomEffAllSteps(), DrawMomMcVsRec(), DrawPairSource(), DrawPtYEfficiencyAll(), DrawSignalMinv(), DrawTextOnPad(), CbmAnaJpsiHist::fAnaSteps, CbmAnaJpsiHist::fAnaStepsLatex, CbmAnaJpsiHist::fNofAnaSteps, CbmSimulationReport::H1(), CbmSimulationReport::H2(), CbmSimulationReport::HM(), i, CbmHistManager::RebinByPattern(), CbmHistManager::ScaleByPattern(), SetAnalysisStepLabels(), SetDefaultDrawStyle(), and SignalOverBgAllSteps().
|
inlineprotectedinherited |
Inherited from TObject. This method is implemented in order to avoid warnings.
Definition at line 87 of file CbmReport.h.
|
protected |
Definition at line 239 of file CbmAnaJpsiReport.cxx.
References CbmReport::CreateCanvas(), DrawH2(), DrawTextOnPad(), CbmAnaJpsiHist::fNofSourceTypes, CbmAnaJpsiHist::fSourceTypes, CbmAnaJpsiHist::fSourceTypesLatex, CbmSimulationReport::H2(), and i.
Referenced by Draw(), and DrawCutDistributions().
|
protected |
Definition at line 188 of file CbmAnaJpsiReport.cxx.
References CbmReport::CreateCanvas(), DrawH1(), CbmAnaJpsiHist::fAnaSteps, CbmAnaJpsiHist::fAnaStepsColor, CbmAnaJpsiHist::fAnaStepsLatex, CbmAnaJpsiHist::fNofAnaSteps, CbmSimulationReport::H1(), i, kLinear, kLog, max(), and min().
Referenced by Draw(), and DrawMomEffAllSteps().
|
protected |
Definition at line 171 of file CbmAnaJpsiReport.cxx.
References CbmReport::CreateCanvas(), DrawEfficiency(), DrawH2(), DrawTextOnPad(), CbmAnaJpsiHist::fAnaSteps, CbmAnaJpsiHist::fAnaStepsLatex, CbmAnaJpsiHist::fNofAnaSteps, CbmSimulationReport::H2(), i, and kJpsiMc.
Referenced by Draw().
|
protected |
Definition at line 605 of file CbmAnaJpsiReport.cxx.
References CbmReport::CreateCanvas(), DrawH2(), CbmAnaJpsiHist::fNofAnaSteps, CbmSimulationReport::H2(), kJpsiReco, kLinear, kLog, SetAnalysisStepLabels(), x, and y.
Referenced by Draw().
|
protected |
Definition at line 250 of file CbmAnaJpsiReport.cxx.
References Draw2DCut(), DrawCutH1(), CbmAnaJpsiCuts::fChiPrimCut, CbmAnaJpsiCuts::fPtCut, CbmLitGlobalElectronId::GetInstance(), and CbmAnaJpsiCuts::SetDefaultCuts().
Referenced by Draw().
|
protected |
Definition at line 227 of file CbmAnaJpsiReport.cxx.
References CbmReport::CreateCanvas(), and DrawSourceTypesH1().
Referenced by DrawCutDistributions().
|
protected |
Definition at line 344 of file CbmAnaJpsiReport.cxx.
References DrawTextOnPad(), CbmSimulationReport::H2(), and Cbm::NumberToString().
Referenced by DrawAnalysisStepsH2(), and DrawPtYEfficiency().
|
inherited |
Select by pattern TH1 histograms and draw each histogram on separate canvas.
[in] | histNamePattern | Name pattern for histogram. |
Referenced by CbmStsDigitizeQaReport::Draw(), CbmLitTofQaReport::Draw(), CbmLitClusteringQaReport::Draw(), and CbmLitRadLengthQaReport::DrawDetectorStation().
|
inherited |
Select by pattern TH1 histograms and draw all histograms on the same canvas.
[in] | histNamePattern | Name pattern for histogram. |
|
inherited |
Select by pattern TH2 histograms and draw each histogram on separate canvas.
[in] | histNamePattern | Name pattern for histogram. |
[in] | logx | Specify logarithmic or linear scale for X axis. |
[in] | logy | Specify logarithmic or linear scale for Y axis. |
[in] | logz | Specify logarithmic or linear scale for Z axis. |
[in] | drawOpt | Other drawing options (see ROOT documentation for details). |
Definition at line 81 of file CbmSimulationReport.cxx.
References CbmReport::CreateCanvas(), DrawH2(), CbmReport::GetReportName(), CbmHistManager::H2Vector(), and CbmSimulationReport::HM().
Referenced by CbmLitTofQaReport::Draw(), CbmLitClusteringQaReport::Draw(), CbmLitRadLengthQaReport::DrawDetectorStation(), and CbmLitClusteringQaReport::DrawResidualsAndPulls().
|
protected |
Definition at line 292 of file CbmAnaJpsiReport.cxx.
References DrawH1(), DrawTextOnPad(), CbmAnaJpsiHist::fAnaSteps, CbmAnaJpsiHist::fAnaStepsLatex, CbmSimulationReport::H1(), kLinear, kLog, and Cbm::NumberToString().
Referenced by DrawMinvMismatchesAll().
|
protected |
Definition at line 328 of file CbmAnaJpsiReport.cxx.
References CbmReport::CreateCanvas(), DrawMinvMismatches(), CbmAnaJpsiHist::fNofAnaSteps, kJpsiPtCut, and kJpsiReco.
Referenced by Draw().
|
protected |
Definition at line 445 of file CbmAnaJpsiReport.cxx.
References DrawH1(), DrawTextOnPad(), CbmAnaJpsiHist::fAnaSteps, CbmAnaJpsiHist::fAnaStepsLatex, CbmSimulationReport::H1(), kLinear, kLog, and CbmDrawingOptions::MarkerStyle().
Referenced by DrawMinvSAndBgAllSteps().
|
protected |
Definition at line 484 of file CbmAnaJpsiReport.cxx.
References CbmReport::CreateCanvas(), DrawMinvSAndBg(), CbmAnaJpsiHist::fNofAnaSteps, i, and kJpsiPtCut.
Referenced by Draw().
|
protected |
Definition at line 502 of file CbmAnaJpsiReport.cxx.
References CbmReport::CreateCanvas(), Cbm::DivideH1(), DrawAnalysisStepsH1(), DrawH1(), CbmAnaJpsiHist::fAnaSteps, CbmAnaJpsiHist::fAnaStepsLatex, CbmSimulationReport::H1(), kJpsiAcc, kJpsiChi2Prim, kJpsiElId, kJpsiMc, kJpsiPtCut, kJpsiReco, and kLinear.
Referenced by Draw().
|
protected |
Definition at line 558 of file CbmAnaJpsiReport.cxx.
References CbmReport::CreateCanvas(), DrawH2(), and CbmSimulationReport::H2().
Referenced by Draw().
|
protected |
Definition at line 594 of file CbmAnaJpsiReport.cxx.
References CbmReport::CreateCanvas(), DrawPairSourceAnaSteps(), DrawTextOnPad(), CbmAnaJpsiHist::fAnaStepsLatex, CbmAnaJpsiHist::fNofAnaSteps, and i.
Referenced by Draw().
|
protected |
Definition at line 564 of file CbmAnaJpsiReport.cxx.
References DrawH1(), CbmAnaJpsiHist::fAnaSteps, CbmSimulationReport::H1(), kLinear, and kLog.
Referenced by DrawPairSource().
|
protected |
Definition at line 358 of file CbmAnaJpsiReport.cxx.
References Cbm::DivideH2(), DrawEfficiency(), DrawH2(), DrawTextOnPad(), CbmAnaJpsiHist::fAnaSteps, CbmAnaJpsiHist::fAnaStepsLatex, CbmSimulationReport::H2(), and kJpsiMc.
Referenced by DrawPtYEfficiencyAll().
|
protected |
Definition at line 368 of file CbmAnaJpsiReport.cxx.
References CbmReport::CreateCanvas(), DrawPtYEfficiency(), CbmAnaJpsiHist::fNofAnaSteps, and i.
Referenced by Draw().
|
protected |
Definition at line 267 of file CbmAnaJpsiReport.cxx.
References CbmReport::CreateCanvas(), DrawH1(), CbmAnaJpsiHist::fAnaSteps, CbmAnaJpsiHist::fAnaStepsColor, CbmAnaJpsiHist::fAnaStepsLatex, CbmAnaJpsiHist::fNofAnaSteps, CbmSimulationReport::H1(), i, kLinear, kLog, max(), and min().
Referenced by Draw().
|
protected |
Definition at line 210 of file CbmAnaJpsiReport.cxx.
References DrawH1(), CbmAnaJpsiHist::fNofSourceTypes, CbmAnaJpsiHist::fSourceTypes, CbmAnaJpsiHist::fSourceTypesColor, CbmAnaJpsiHist::fSourceTypesLatex, CbmSimulationReport::H1(), i, kLinear, and kLog.
Referenced by DrawCutH1().
|
inlineinherited |
Definition at line 66 of file CbmReport.h.
References CbmReport::fOutputDir.
Referenced by CbmReport::CreateReportElement(), CbmReport::SaveCanvasesAsImages(), and CbmReport::WriteCanvases().
|
inlineinherited |
Definition at line 64 of file CbmReport.h.
References CbmReport::fReportName.
Referenced by CbmStsDigitizeQaReport::Draw2dHistograms(), CbmLitFieldApproximationQaReport::DrawApr(), CbmSimulationReport::DrawH2ByPattern(), CbmStsDigitizeQaReport::DrawHistograms(), CbmStsDigitizeQaReport::DrawLogHistograms(), CbmStsDigitizeQaReport::DrawNofObjectsHistograms(), CbmLitClusteringQaReport::DrawNofObjectsHistograms(), CbmLitClusteringQaReport::DrawResidualsAndPulls(), and CbmLitFieldApproximationQaReport::DrawSlices().
|
inlineinherited |
Definition at line 65 of file CbmReport.h.
References CbmReport::fReportTitle.
|
inlineinherited |
Return pointer to TH1 histogram.
[in] | name | Name of histogram. |
Definition at line 73 of file CbmSimulationReport.h.
References CbmHistManager::H1(), and CbmSimulationReport::HM().
Referenced by CbmLitClusteringQaReport::CalculateEfficiencyHistos(), CbmLitTrackingQaReport::CalculateEfficiencyHistos(), CbmLitTrackingQaReport::CalculatePionSuppressionHistos(), Draw(), DrawAnalysisStepsH1(), CbmLitRadLengthQaReport::DrawDetector(), CbmLitTrackingQaReport::DrawEfficiency(), CbmStsDigitizeQaReport::DrawHistograms(), CbmStsDigitizeQaReport::DrawLogHistograms(), CbmAnaJpsiSuperEventReport::DrawMinvDiffPtBins(), DrawMinvMismatches(), DrawMinvSAndBg(), CbmAnaJpsiSuperEventReport::DrawMinvSignalBg(), DrawMomEffAllSteps(), CbmStsDigitizeQaReport::DrawNofObjectsHistograms(), CbmLitClusteringQaReport::DrawNofObjectsHistograms(), CbmAnaJpsiSuperEventReport::DrawPairSource(), DrawPairSourceAnaSteps(), CbmLitTrackingQaReport::DrawPionSuppression(), DrawSignalMinv(), DrawSourceTypesH1(), CbmLitTrackingQaReport::PrintTrackHits(), SignalOverBg(), and SignalOverBgAllSteps().
|
inlineinherited |
Return pointer to TH2 histogram.
[in] | name | Name of histogram. |
Definition at line 80 of file CbmSimulationReport.h.
References CbmHistManager::H2(), and CbmSimulationReport::HM().
Referenced by Draw(), Draw2DCut(), CbmStsDigitizeQaReport::Draw2dHistograms(), DrawAnalysisStepsH2(), DrawBgSource2D(), DrawEfficiency(), CbmLitTrackingQaReport::DrawEfficiencyHistos(), DrawMomMcVsRec(), DrawPtYEfficiency(), and CbmLitFitQaReport::DrawTrackParamsAtVertex().
|
inlineinherited |
Return pointer to TH3 histogram.
[in] | name | Name of histogram. |
Definition at line 87 of file CbmSimulationReport.h.
References CbmHistManager::H3(), and CbmSimulationReport::HM().
|
inlineinherited |
Return pointer to Histogram manager.
Definition at line 92 of file CbmSimulationReport.h.
References CbmSimulationReport::fHM.
Referenced by CbmLitClusteringQaReport::CalculateEfficiencyHistos(), CbmLitTrackingQaReport::CalculateEfficiencyHistos(), CbmLitTrackingQaReport::CalculatePionSuppressionHistos(), CbmStsDigitizeQaReport::Create(), CbmLitTrackingQaReport::Create(), CbmLitClusteringQaReport::Create(), Draw(), CbmLitTofQaReport::Draw(), CbmStsDigitizeQaReport::Draw2dHistograms(), CbmLitTrackingQaReport::DrawAccAndRec(), CbmLitFieldApproximationQaReport::DrawApr(), CbmLitRadLengthQaReport::DrawDetector(), CbmLitTrackingQaReport::DrawEfficiency(), CbmLitTrackingQaReport::DrawEfficiencyHistos(), CbmSimulationReport::DrawH2ByPattern(), CbmStsDigitizeQaReport::DrawHistograms(), CbmLitTrackingQaReport::DrawHitsHistos(), CbmStsDigitizeQaReport::DrawLogHistograms(), CbmStsDigitizeQaReport::DrawNofObjectsHistograms(), CbmLitClusteringQaReport::DrawNofObjectsHistograms(), CbmLitTrackingQaReport::DrawPionSuppression(), CbmLitFitQaReport::DrawResidualAndPullHistograms(), CbmLitClusteringQaReport::DrawResidualsAndPulls(), CbmLitFieldApproximationQaReport::DrawSlices(), CbmLitFitQaReport::DrawTrackMomentumAtVertex(), CbmLitFitQaReport::DrawTrackParams(), CbmLitFitQaReport::DrawTrackParamsAtVertex(), CbmLitTrackingQaReport::DrawYPt(), CbmLitTrackingQaReport::FillGlobalTrackVariants(), CbmLitTofQaReport::FitHistograms(), CbmSimulationReport::H1(), CbmSimulationReport::H2(), CbmSimulationReport::H3(), CbmLitTrackingQaReport::PrintNofGhosts(), CbmLitClusteringQaReport::PrintNofObjects(), CbmLitTrackingQaReport::PrintNofObjects(), CbmLitTrackingQaReport::PrintPionSuppression(), CbmLitFitQaReport::PrintResAndPullRow(), CbmLitTrackingQaReport::PrintTrackHits(), CbmLitTrackingQaReport::PrintTrackingEfficiency(), CbmLitClusteringQaReport::ScaleAndShrinkHistograms(), CbmStsDigitizeQaReport::ScaleHistograms(), and SignalOverBgAllSteps().
|
inlineinherited |
All text output goes to this stream.
Definition at line 56 of file CbmReport.h.
References CbmReport::fOut.
Referenced by CbmStsDigitizeQaReport::Create(), CbmAnaDielectronStudyReportAll::Create(), Create(), CbmAnaJpsiSuperEventReport::Create(), CbmLitTofQaReport::Create(), CbmLitFieldApproximationQaReport::Create(), CbmLitClusteringQaStudyReport::Create(), CbmLitFitQaReport::Create(), CbmLitFitQaStudyReport::Create(), CbmLitRadLengthQaReport::Create(), CbmLitTrackingQaReport::Create(), CbmLitClusteringQaReport::Create(), CbmRichGeoTestStudyReport::Create(), CbmLitTrackingQaStudyReport::Create(), and CbmReport::PrintCanvases().
|
protectedinherited |
Print images created from canvases in the report.
Definition at line 109 of file CbmReport.cxx.
References CbmReport::fCanvases, i, CbmReportElement::Image(), CbmReport::Out(), and CbmReport::R().
Referenced by CbmStsDigitizeQaReport::Create(), CbmAnaDielectronStudyReportAll::Create(), Create(), CbmAnaJpsiSuperEventReport::Create(), CbmLitTofQaReport::Create(), CbmLitFieldApproximationQaReport::Create(), CbmLitFitQaReport::Create(), CbmLitFitQaStudyReport::Create(), CbmLitTrackingQaReport::Create(), CbmLitRadLengthQaReport::Create(), CbmLitClusteringQaReport::Create(), and CbmLitTrackingQaStudyReport::Create().
|
inlineinherited |
Accessor to CbmReportElement object. User has to write the report using available tags from CbmReportElement class.
Definition at line 51 of file CbmReport.h.
References CbmReport::fR.
Referenced by CbmStsDigitizeQaReport::Create(), CbmAnaDielectronStudyReportAll::Create(), Create(), CbmAnaJpsiSuperEventReport::Create(), CbmLitTofQaReport::Create(), CbmLitFieldApproximationQaReport::Create(), CbmLitFitQaStudyReport::Create(), CbmLitClusteringQaStudyReport::Create(), CbmLitFitQaReport::Create(), CbmLitRadLengthQaReport::Create(), CbmLitTrackingQaReport::Create(), CbmLitClusteringQaReport::Create(), CbmLitTrackingQaStudyReport::Create(), CbmRichGeoTestStudyReport::Create(), CbmReport::PrintCanvases(), CbmLitTrackingQaStudyReport::PrintEfficiencyTable(), CbmLitTrackingQaReport::PrintNofGhosts(), CbmLitClusteringQaStudyReport::PrintNofObjects(), CbmLitTrackingQaReport::PrintNofObjects(), CbmLitClusteringQaReport::PrintNofObjects(), CbmLitTrackingQaReport::PrintPionSuppression(), CbmLitFitQaReport::PrintResAndPullRow(), CbmRichGeoTestStudyReport::PrintRow(), CbmLitTrackingQaStudyReport::PrintTable(), CbmLitTrackingQaReport::PrintTrackHits(), and CbmLitTrackingQaReport::PrintTrackingEfficiency().
|
protectedinherited |
Save all canvases to images.
Definition at line 91 of file CbmReport.cxx.
References CbmReport::fCanvases, CbmReport::GetOutputDir(), i, and Cbm::SaveCanvasAsImage().
Referenced by CbmReport::CreateReports().
|
protected |
Definition at line 379 of file CbmAnaJpsiReport.cxx.
References CbmAnaJpsiHist::fAnaStepsLatex, CbmAnaJpsiHist::fNofAnaSteps, and x.
Referenced by Draw(), DrawBgSource2D(), and SignalOverBgAllSteps().
|
inlineinherited |
Definition at line 61 of file CbmReport.h.
References CbmReport::fOutputDir.
|
inlineinherited |
Definition at line 59 of file CbmReport.h.
References CbmReport::fReportName.
Referenced by CbmAnaDielectronStudyReportAll::CbmAnaDielectronStudyReportAll(), CbmAnaJpsiReport(), CbmAnaJpsiSuperEventReport::CbmAnaJpsiSuperEventReport(), CbmLitClusteringQaReport::CbmLitClusteringQaReport(), CbmLitClusteringQaStudyReport::CbmLitClusteringQaStudyReport(), CbmLitFieldApproximationQaReport::CbmLitFieldApproximationQaReport(), CbmLitFitQaReport::CbmLitFitQaReport(), CbmLitFitQaStudyReport::CbmLitFitQaStudyReport(), CbmLitRadLengthQaReport::CbmLitRadLengthQaReport(), CbmLitTofQaReport::CbmLitTofQaReport(), CbmLitTrackingQaReport::CbmLitTrackingQaReport(), CbmLitTrackingQaStudyReport::CbmLitTrackingQaStudyReport(), CbmRichGeoTestStudyReport::CbmRichGeoTestStudyReport(), and CbmStsDigitizeQaReport::CbmStsDigitizeQaReport().
|
inlineinherited |
Definition at line 60 of file CbmReport.h.
References CbmReport::fReportTitle.
Referenced by CbmAnaDielectronStudyReportAll::CbmAnaDielectronStudyReportAll(), CbmLitFitQaStudyReport::CbmLitFitQaStudyReport(), and CbmLitTrackingQaStudyReport::CbmLitTrackingQaStudyReport().
|
protected |
Definition at line 388 of file CbmAnaJpsiReport.cxx.
References CbmAnaJpsiHist::fAnaSteps, CbmSimulationReport::H1(), and i.
Referenced by SignalOverBgAllSteps().
|
protected |
Definition at line 423 of file CbmAnaJpsiReport.cxx.
References CbmHistManager::Create1(), CbmReport::CreateCanvas(), DrawH1(), CbmAnaJpsiHist::fNofAnaSteps, CbmSimulationReport::H1(), CbmHistManager::H1(), CbmSimulationReport::HM(), i, SetAnalysisStepLabels(), and SignalOverBg().
Referenced by Draw().
|
protectedinherited |
Write canvases to file.
Definition at line 101 of file CbmReport.cxx.
References CbmReport::fCanvases, CbmReport::GetOutputDir(), and i.
|
privateinherited |
Definition at line 140 of file CbmReport.h.
Referenced by CbmReport::CreateCanvas(), CbmReport::PrintCanvases(), CbmReport::SaveCanvasesAsImages(), and CbmReport::WriteCanvases().
|
privateinherited |
Definition at line 123 of file CbmSimulationReport.h.
Referenced by CbmSimulationReport::HM().
|
mutableprivateinherited |
Definition at line 135 of file CbmReport.h.
Referenced by CbmReport::CreateReportElement(), and CbmReport::Out().
|
privateinherited |
Definition at line 132 of file CbmReport.h.
Referenced by CbmReport::GetOutputDir(), and CbmReport::SetOutputDir().
|
privateinherited |
Definition at line 134 of file CbmReport.h.
Referenced by CbmReport::CreateReportElement(), and CbmReport::R().
|
privateinherited |
Definition at line 130 of file CbmReport.h.
Referenced by CbmReport::CreateReportElement(), CbmReport::GetReportName(), and CbmReport::SetReportName().
|
privateinherited |
Definition at line 131 of file CbmReport.h.
Referenced by CbmReport::GetReportTitle(), and CbmReport::SetReportTitle().
|
privateinherited |
Definition at line 133 of file CbmReport.h.
Referenced by CbmReport::CreateReportElement().