ATLAS Offline Software
|
#include <ShowerShapesPlots.h>
Public Member Functions | |
ShowerShapesPlots (PlotBase *pParent, const std::string &sDir, std::string sParticleType) | |
void | fill (const xAOD::Egamma &egamma, const xAOD::EventInfo &eventInfo) |
void | initialize () |
void | finalize () |
void | setDetailLevel (int iDetailLevel) |
void | RegisterSubPlot (PlotBase *pPlotBase) |
std::vector< HistData > | retrieveBookedHistograms () |
Retrieve all booked histograms. More... | |
std::vector< TreeData > | retrieveBookedTrees () |
Retrieve all booked trees. More... | |
std::vector< EfficiencyData > | retrieveBookedEfficiencies () |
Retrieve all booked efficiency objects. More... | |
TTree * | BookTree (const std::string &name, bool prependDir=true) |
Book a TTree. More... | |
const std::string & | getDirectory () |
Public Attributes | |
std::string | m_sParticleType |
TH1 * | hadleak |
TH1 * | middlee |
TH1 * | reta37 |
TH1 * | reta33 |
TH1 * | weta1 |
TH1 * | weta2 |
TH1 * | demax1 |
TH1 * | demax2 |
TH1 * | de |
TH1 * | fracs1 |
TH1 * | wtots1 |
TH1 * | f1 |
TH1 * | f3 |
TH1 * | pos7 |
TH1 * | clusiso |
TH1 * | Eratio |
TH1 * | E0 |
TH1 * | E1 |
TH1 * | E2 |
TH1 * | E3 |
TH1 * | Rhad |
TH1 * | Rhad1 |
TH1 * | Reta |
TH1 * | Rphi |
TH2 * | hadleakvset |
TH2 * | middleevset |
TH2 * | reta37vset |
TH2 * | reta33vset |
TH2 * | weta1vset |
TH2 * | weta2vset |
TH2 * | demax1vset |
TH2 * | demax2vset |
TH2 * | devset |
TH2 * | fracs1vset |
TH2 * | wtots1vset |
TH2 * | f1vset |
TH2 * | f3vset |
TH2 * | pos7vset |
TH2 * | clusisovset |
TH2 * | Eratiovset |
TH2 * | Rhadvset |
TH2 * | Rhad1vset |
TH2 * | Retavset |
TH2 * | Rphivset |
TH2 * | hadleakvseta |
TH2 * | middleevseta |
TH2 * | reta37vseta |
TH2 * | reta33vseta |
TH2 * | weta1vseta |
TH2 * | weta2vseta |
TH2 * | demax1vseta |
TH2 * | demax2vseta |
TH2 * | devseta |
TH2 * | fracs1vseta |
TH2 * | wtots1vseta |
TH2 * | f1vseta |
TH2 * | f3vseta |
TH2 * | pos7vseta |
TH2 * | clusisovseta |
TH2 * | Eratiovseta |
TH2 * | Rhadvseta |
TH2 * | Rhad1vseta |
TH2 * | Retavseta |
TH2 * | Rphivseta |
Protected Attributes | |
std::vector< PlotBase * > | m_vSubNodes |
std::vector< HistData > | m_vBookedHistograms |
std::vector< TreeData > | m_vBookedTrees |
std::vector< EfficiencyData > | m_vBookedEfficiencies |
std::string | m_sDirectory |
int | m_iDetailLevel |
Private Member Functions | |
virtual void | initializePlots () |
virtual void | finalizePlots () |
Static Private Member Functions | |
static std::string | constructPrefix (std::string dir, bool prependDir) |
Definition at line 16 of file ShowerShapesPlots.h.
Egamma::ShowerShapesPlots::ShowerShapesPlots | ( | PlotBase * | pParent, |
const std::string & | sDir, | ||
std::string | sParticleType | ||
) |
Definition at line 14 of file ShowerShapesPlots.cxx.
|
inherited |
|
inherited |
Book a TH1D histogram using refHist as reference for number of bins and axis range.
Definition at line 108 of file PlotBase.cxx.
|
inherited |
|
inherited |
|
inherited |
Book a TH2D histogram using refHist as reference for number of bins and axis range.
Definition at line 138 of file PlotBase.cxx.
|
inherited |
|
inherited |
Book a TH3F histogram using refHist as reference for number of bins and axis range.
Definition at line 171 of file PlotBase.cxx.
|
inherited |
|
inherited |
|
inherited |
Book a TProfile histogram with variable binning in x-axis.
Definition at line 204 of file PlotBase.cxx.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
staticprivateinherited |
Definition at line 293 of file PlotBase.cxx.
void Egamma::ShowerShapesPlots::fill | ( | const xAOD::Egamma & | egamma, |
const xAOD::EventInfo & | eventInfo | ||
) |
Definition at line 154 of file ShowerShapesPlots.cxx.
|
inherited |
Definition at line 47 of file PlotBase.cxx.
|
inlineprivatevirtualinherited |
Reimplemented in TCCPlots, JetTagDQA::BTaggingValidationPlots, InDetPerfPlot_VertexTruthMatching, ZeeValidation::ReconElectronsPlots, InDetPerfPlot_Efficiency, InDetPerfPlot_Resolution, InDetPerfPlot_TRTExtension, InDetPerfPlot_TrackParameters, IDTPM::HitsOnTracksPlots, ZeeValidation::TrueElectronsPlots, ZeeValidation::TrueFwdElectronsPlots, IDTPM::OfflineElectronPlots, IDTPM::DuplicateRatePlots, IDTPM::EfficiencyPlots, IDTPM::FakeRatePlots, InDetPerfPlot_FakeRate, IDTPM::NtracksPlots, IDTPM::ResolutionPlots, IDTPM::TrackParametersPlots, InDetPerfPlot_Duplicate, InDetBasicPlot, and Trk::EfficiencyPlots.
Definition at line 92 of file PlotBase.h.
|
inlineinherited |
Definition at line 88 of file PlotBase.h.
|
inherited |
Definition at line 39 of file PlotBase.cxx.
|
privatevirtual |
Reimplemented from PlotBase.
Definition at line 83 of file ShowerShapesPlots.cxx.
|
inlineinherited |
Definition at line 41 of file PlotBase.h.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
Definition at line 55 of file PlotBase.cxx.
TH1* Egamma::ShowerShapesPlots::clusiso |
Definition at line 37 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::clusisovset |
Definition at line 62 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::clusisovseta |
Definition at line 83 of file ShowerShapesPlots.h.
TH1* Egamma::ShowerShapesPlots::de |
Definition at line 31 of file ShowerShapesPlots.h.
TH1* Egamma::ShowerShapesPlots::demax1 |
Definition at line 29 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::demax1vset |
Definition at line 54 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::demax1vseta |
Definition at line 75 of file ShowerShapesPlots.h.
TH1* Egamma::ShowerShapesPlots::demax2 |
Definition at line 30 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::demax2vset |
Definition at line 55 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::demax2vseta |
Definition at line 76 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::devset |
Definition at line 56 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::devseta |
Definition at line 77 of file ShowerShapesPlots.h.
TH1* Egamma::ShowerShapesPlots::E0 |
Definition at line 39 of file ShowerShapesPlots.h.
TH1* Egamma::ShowerShapesPlots::E1 |
Definition at line 40 of file ShowerShapesPlots.h.
TH1* Egamma::ShowerShapesPlots::E2 |
Definition at line 41 of file ShowerShapesPlots.h.
TH1* Egamma::ShowerShapesPlots::E3 |
Definition at line 42 of file ShowerShapesPlots.h.
TH1* Egamma::ShowerShapesPlots::Eratio |
Definition at line 38 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::Eratiovset |
Definition at line 63 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::Eratiovseta |
Definition at line 84 of file ShowerShapesPlots.h.
TH1* Egamma::ShowerShapesPlots::f1 |
Definition at line 34 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::f1vset |
Definition at line 59 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::f1vseta |
Definition at line 80 of file ShowerShapesPlots.h.
TH1* Egamma::ShowerShapesPlots::f3 |
Definition at line 35 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::f3vset |
Definition at line 60 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::f3vseta |
Definition at line 81 of file ShowerShapesPlots.h.
TH1* Egamma::ShowerShapesPlots::fracs1 |
Definition at line 32 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::fracs1vset |
Definition at line 57 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::fracs1vseta |
Definition at line 78 of file ShowerShapesPlots.h.
TH1* Egamma::ShowerShapesPlots::hadleak |
Definition at line 23 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::hadleakvset |
Definition at line 48 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::hadleakvseta |
Definition at line 69 of file ShowerShapesPlots.h.
|
protectedinherited |
Definition at line 101 of file PlotBase.h.
|
protectedinherited |
Definition at line 100 of file PlotBase.h.
std::string Egamma::ShowerShapesPlots::m_sParticleType |
Definition at line 21 of file ShowerShapesPlots.h.
|
protectedinherited |
Definition at line 99 of file PlotBase.h.
|
protectedinherited |
Definition at line 97 of file PlotBase.h.
|
protectedinherited |
Definition at line 98 of file PlotBase.h.
|
protectedinherited |
Definition at line 96 of file PlotBase.h.
TH1* Egamma::ShowerShapesPlots::middlee |
Definition at line 24 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::middleevset |
Definition at line 49 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::middleevseta |
Definition at line 70 of file ShowerShapesPlots.h.
TH1* Egamma::ShowerShapesPlots::pos7 |
Definition at line 36 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::pos7vset |
Definition at line 61 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::pos7vseta |
Definition at line 82 of file ShowerShapesPlots.h.
TH1* Egamma::ShowerShapesPlots::Reta |
Definition at line 45 of file ShowerShapesPlots.h.
TH1* Egamma::ShowerShapesPlots::reta33 |
Definition at line 26 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::reta33vset |
Definition at line 51 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::reta33vseta |
Definition at line 72 of file ShowerShapesPlots.h.
TH1* Egamma::ShowerShapesPlots::reta37 |
Definition at line 25 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::reta37vset |
Definition at line 50 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::reta37vseta |
Definition at line 71 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::Retavset |
Definition at line 66 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::Retavseta |
Definition at line 87 of file ShowerShapesPlots.h.
TH1* Egamma::ShowerShapesPlots::Rhad |
Definition at line 43 of file ShowerShapesPlots.h.
TH1* Egamma::ShowerShapesPlots::Rhad1 |
Definition at line 44 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::Rhad1vset |
Definition at line 65 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::Rhad1vseta |
Definition at line 86 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::Rhadvset |
Definition at line 64 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::Rhadvseta |
Definition at line 85 of file ShowerShapesPlots.h.
TH1* Egamma::ShowerShapesPlots::Rphi |
Definition at line 46 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::Rphivset |
Definition at line 67 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::Rphivseta |
Definition at line 88 of file ShowerShapesPlots.h.
TH1* Egamma::ShowerShapesPlots::weta1 |
Definition at line 27 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::weta1vset |
Definition at line 52 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::weta1vseta |
Definition at line 73 of file ShowerShapesPlots.h.
TH1* Egamma::ShowerShapesPlots::weta2 |
Definition at line 28 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::weta2vset |
Definition at line 53 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::weta2vseta |
Definition at line 74 of file ShowerShapesPlots.h.
TH1* Egamma::ShowerShapesPlots::wtots1 |
Definition at line 33 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::wtots1vset |
Definition at line 58 of file ShowerShapesPlots.h.
TH2* Egamma::ShowerShapesPlots::wtots1vseta |
Definition at line 79 of file ShowerShapesPlots.h.