ATLAS Offline Software
|
#include <TruthTrkExtrapolationPlots.h>
Public Member Functions | |
ExtrRegionPlots (PlotBase *pParent, const std::string &sDir, std::string sRegionBegin, std::string sRegionEnd) | |
void | fill (const xAOD::TruthParticle &truthprt, const std::string &sRegionBegin, const std::string &sRegionEnd, float weight=1.0) |
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_sRegionBegin |
std::string | m_sRegionEnd |
TH1 * | dp |
TH1 * | dpt |
TH1 * | dpx |
TH1 * | dpy |
TH1 * | dpz |
TH1 * | dp_extr |
TH1 * | dpx_extr |
TH1 * | dpy_extr |
TH1 * | dpz_extr |
TH2 * | dp_vs_p |
TH2 * | dp_vs_phi |
TH2 * | dp_vs_eta |
TH2 * | dp_vs_eta_phi |
TH2 * | p_vs_p |
TH2 * | p_extr_vs_p_extr |
TH2 * | dp_extr_vs_eta |
TH1 * | dR |
TH2 * | dR_vs_p |
TH2 * | dR_vs_dp |
TH2 * | dR_vs_eta |
TH2 * | dR_vs_phi |
TH2 * | dR_vs_eta_phi |
TH1 * | dphi |
TH1 * | dtheta |
TH1 * | dAngle |
TH2 * | dp_CaloEntry_IP_dp_CaloEntry_etxr |
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 | |
void | initializePlots () |
virtual void | finalizePlots () |
Static Private Member Functions | |
static std::string | constructPrefix (std::string dir, bool prependDir) |
Definition at line 42 of file TruthTrkExtrapolationPlots.h.
Trk::ExtrRegionPlots::ExtrRegionPlots | ( | PlotBase * | pParent, |
const std::string & | sDir, | ||
std::string | sRegionBegin, | ||
std::string | sRegionEnd | ||
) |
Definition at line 121 of file TruthTrkExtrapolationPlots.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 Trk::ExtrRegionPlots::fill | ( | const xAOD::TruthParticle & | truthprt, |
const std::string & | sRegionBegin, | ||
const std::string & | sRegionEnd, | ||
float | weight = 1.0 |
||
) |
Definition at line 227 of file TruthTrkExtrapolationPlots.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 133 of file TruthTrkExtrapolationPlots.cxx.
|
inlineinherited |
Definition at line 41 of file PlotBase.h.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
Definition at line 55 of file PlotBase.cxx.
TH1* Trk::ExtrRegionPlots::dAngle |
Definition at line 78 of file TruthTrkExtrapolationPlots.h.
TH1* Trk::ExtrRegionPlots::dp |
Definition at line 50 of file TruthTrkExtrapolationPlots.h.
TH2* Trk::ExtrRegionPlots::dp_CaloEntry_IP_dp_CaloEntry_etxr |
Definition at line 80 of file TruthTrkExtrapolationPlots.h.
TH1* Trk::ExtrRegionPlots::dp_extr |
Definition at line 55 of file TruthTrkExtrapolationPlots.h.
TH2* Trk::ExtrRegionPlots::dp_extr_vs_eta |
Definition at line 66 of file TruthTrkExtrapolationPlots.h.
TH2* Trk::ExtrRegionPlots::dp_vs_eta |
Definition at line 62 of file TruthTrkExtrapolationPlots.h.
TH2* Trk::ExtrRegionPlots::dp_vs_eta_phi |
Definition at line 63 of file TruthTrkExtrapolationPlots.h.
TH2* Trk::ExtrRegionPlots::dp_vs_p |
Definition at line 60 of file TruthTrkExtrapolationPlots.h.
TH2* Trk::ExtrRegionPlots::dp_vs_phi |
Definition at line 61 of file TruthTrkExtrapolationPlots.h.
TH1* Trk::ExtrRegionPlots::dphi |
Definition at line 76 of file TruthTrkExtrapolationPlots.h.
TH1* Trk::ExtrRegionPlots::dpt |
Definition at line 51 of file TruthTrkExtrapolationPlots.h.
TH1* Trk::ExtrRegionPlots::dpx |
Definition at line 52 of file TruthTrkExtrapolationPlots.h.
TH1* Trk::ExtrRegionPlots::dpx_extr |
Definition at line 56 of file TruthTrkExtrapolationPlots.h.
TH1* Trk::ExtrRegionPlots::dpy |
Definition at line 53 of file TruthTrkExtrapolationPlots.h.
TH1* Trk::ExtrRegionPlots::dpy_extr |
Definition at line 57 of file TruthTrkExtrapolationPlots.h.
TH1* Trk::ExtrRegionPlots::dpz |
Definition at line 54 of file TruthTrkExtrapolationPlots.h.
TH1* Trk::ExtrRegionPlots::dpz_extr |
Definition at line 58 of file TruthTrkExtrapolationPlots.h.
TH1* Trk::ExtrRegionPlots::dR |
Definition at line 69 of file TruthTrkExtrapolationPlots.h.
TH2* Trk::ExtrRegionPlots::dR_vs_dp |
Definition at line 71 of file TruthTrkExtrapolationPlots.h.
TH2* Trk::ExtrRegionPlots::dR_vs_eta |
Definition at line 72 of file TruthTrkExtrapolationPlots.h.
TH2* Trk::ExtrRegionPlots::dR_vs_eta_phi |
Definition at line 74 of file TruthTrkExtrapolationPlots.h.
TH2* Trk::ExtrRegionPlots::dR_vs_p |
Definition at line 70 of file TruthTrkExtrapolationPlots.h.
TH2* Trk::ExtrRegionPlots::dR_vs_phi |
Definition at line 73 of file TruthTrkExtrapolationPlots.h.
TH1* Trk::ExtrRegionPlots::dtheta |
Definition at line 77 of file TruthTrkExtrapolationPlots.h.
|
protectedinherited |
Definition at line 101 of file PlotBase.h.
|
protectedinherited |
Definition at line 100 of file PlotBase.h.
std::string Trk::ExtrRegionPlots::m_sRegionBegin |
Definition at line 47 of file TruthTrkExtrapolationPlots.h.
std::string Trk::ExtrRegionPlots::m_sRegionEnd |
Definition at line 48 of file TruthTrkExtrapolationPlots.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.
TH2* Trk::ExtrRegionPlots::p_extr_vs_p_extr |
Definition at line 65 of file TruthTrkExtrapolationPlots.h.
TH2* Trk::ExtrRegionPlots::p_vs_p |
Definition at line 64 of file TruthTrkExtrapolationPlots.h.