ATLAS Offline Software
|
#include <RecoPhysPlots.h>
Public Member Functions | |
RecoPhysPlots (PlotBase *pParent, const std::string &sDir, std::string recObj) | |
void | fill (const std::vector< std::pair< const xAOD::Muon *, const xAOD::Muon * > > &mumucandidates) |
void | fill (const float eta_mu_plus, const float eta_mu_minus, const float invariant_mass) |
float | EtaRegionFine (double eta) |
float | EtaRegionCoarse (double eta) |
bool | LabelLargeEtaRegions (TAxis *axis) |
bool | LabelCombinedEtaRegions (TAxis *axis) |
bool | LabelSectorAxis (TAxis *axis) |
void | finalizeRecoPlots () |
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 | |
TH1 * | m_Mass |
TH1 * | m_occupancy |
TH1 * | m_2occupancy |
TH1 * | m_M_Mean |
TH1 * | m_M_Sigma |
TH1 * | m_M_EA_EA |
TH1 * | m_M_EA_BA |
TH1 * | m_M_EA_BC |
TH1 * | m_M_EA_EC |
TH1 * | m_M_BA_EA |
TH1 * | m_M_BA_BA |
TH1 * | m_M_BA_BC |
TH1 * | m_M_BA_EC |
TH1 * | m_M_BC_EA |
TH1 * | m_M_BC_BA |
TH1 * | m_M_BC_BC |
TH1 * | m_M_BC_EC |
TH1 * | m_M_EC_EA |
TH1 * | m_M_EC_BA |
TH1 * | m_M_EC_BC |
TH1 * | m_M_EC_EC |
std::string | type |
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 | SetResultsBin (int iBin, TH1 *pInputHist) |
void | initializePlots () |
virtual void | finalizePlots () |
Static Private Member Functions | |
static std::string | constructPrefix (std::string dir, bool prependDir) |
Definition at line 12 of file RecoPhysPlots.h.
Definition at line 10 of file RecoPhysPlots.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.
float RecoPhysPlots::EtaRegionCoarse | ( | double | eta | ) |
Definition at line 170 of file RecoPhysPlots.cxx.
float RecoPhysPlots::EtaRegionFine | ( | double | eta | ) |
Definition at line 155 of file RecoPhysPlots.cxx.
void RecoPhysPlots::fill | ( | const float | eta_mu_plus, |
const float | eta_mu_minus, | ||
const float | invariant_mass | ||
) |
Definition at line 103 of file RecoPhysPlots.cxx.
void RecoPhysPlots::fill | ( | const std::vector< std::pair< const xAOD::Muon *, const xAOD::Muon * > > & | mumucandidates | ) |
Definition at line 96 of file RecoPhysPlots.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.
void RecoPhysPlots::finalizeRecoPlots | ( | ) |
Definition at line 136 of file RecoPhysPlots.cxx.
|
inlineinherited |
Definition at line 88 of file PlotBase.h.
|
inherited |
Definition at line 39 of file PlotBase.cxx.
|
privatevirtual |
Error check for doZ and doJ both true here;
Reimplemented from PlotBase.
Definition at line 35 of file RecoPhysPlots.cxx.
bool RecoPhysPlots::LabelCombinedEtaRegions | ( | TAxis * | axis | ) |
Definition at line 196 of file RecoPhysPlots.cxx.
bool RecoPhysPlots::LabelLargeEtaRegions | ( | TAxis * | axis | ) |
Definition at line 181 of file RecoPhysPlots.cxx.
bool RecoPhysPlots::LabelSectorAxis | ( | TAxis * | axis | ) |
Definition at line 220 of file RecoPhysPlots.cxx.
|
inlineinherited |
Definition at line 41 of file PlotBase.h.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
Definition at line 55 of file PlotBase.cxx.
|
private |
Definition at line 251 of file RecoPhysPlots.cxx.
TH1* RecoPhysPlots::m_2occupancy |
Definition at line 27 of file RecoPhysPlots.h.
|
protectedinherited |
Definition at line 101 of file PlotBase.h.
TH1* RecoPhysPlots::m_M_BA_BA |
Definition at line 46 of file RecoPhysPlots.h.
TH1* RecoPhysPlots::m_M_BA_BC |
Definition at line 47 of file RecoPhysPlots.h.
TH1* RecoPhysPlots::m_M_BA_EA |
Definition at line 45 of file RecoPhysPlots.h.
TH1* RecoPhysPlots::m_M_BA_EC |
Definition at line 48 of file RecoPhysPlots.h.
TH1* RecoPhysPlots::m_M_BC_BA |
Definition at line 51 of file RecoPhysPlots.h.
TH1* RecoPhysPlots::m_M_BC_BC |
Definition at line 52 of file RecoPhysPlots.h.
TH1* RecoPhysPlots::m_M_BC_EA |
Definition at line 50 of file RecoPhysPlots.h.
TH1* RecoPhysPlots::m_M_BC_EC |
Definition at line 53 of file RecoPhysPlots.h.
TH1* RecoPhysPlots::m_M_EA_BA |
Definition at line 41 of file RecoPhysPlots.h.
TH1* RecoPhysPlots::m_M_EA_BC |
Definition at line 42 of file RecoPhysPlots.h.
TH1* RecoPhysPlots::m_M_EA_EA |
Definition at line 40 of file RecoPhysPlots.h.
TH1* RecoPhysPlots::m_M_EA_EC |
Definition at line 43 of file RecoPhysPlots.h.
TH1* RecoPhysPlots::m_M_EC_BA |
Definition at line 56 of file RecoPhysPlots.h.
TH1* RecoPhysPlots::m_M_EC_BC |
Definition at line 57 of file RecoPhysPlots.h.
TH1* RecoPhysPlots::m_M_EC_EA |
Definition at line 55 of file RecoPhysPlots.h.
TH1* RecoPhysPlots::m_M_EC_EC |
Definition at line 58 of file RecoPhysPlots.h.
TH1* RecoPhysPlots::m_M_Mean |
Definition at line 37 of file RecoPhysPlots.h.
TH1* RecoPhysPlots::m_M_Sigma |
Definition at line 38 of file RecoPhysPlots.h.
TH1* RecoPhysPlots::m_Mass |
Definition at line 25 of file RecoPhysPlots.h.
TH1* RecoPhysPlots::m_occupancy |
Definition at line 26 of file RecoPhysPlots.h.
|
protectedinherited |
Definition at line 100 of file PlotBase.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.
std::string RecoPhysPlots::type |
Definition at line 60 of file RecoPhysPlots.h.