ATLAS Offline Software
|
This is the complete list of members for IDTPM::TrackAnalysisPlotsMgr, including all inherited members.
anaTag() const | IDTPM::TrackAnalysisPlotsMgr | inline |
AthMessaging(IMessageSvc *msgSvc, const std::string &name) | AthMessaging | |
AthMessaging(const std::string &name) | AthMessaging | |
AthMessaging() | AthMessaging | private |
AthMessaging(const AthMessaging &rhs) | AthMessaging | private |
ATLAS_THREAD_SAFE | AthMessaging | mutableprivate |
book(TH1 *&pHisto, const SinglePlotDefinition &def) | IDTPM::PlotMgr | |
book(TH2 *&pHisto, const SinglePlotDefinition &def) | IDTPM::PlotMgr | |
book(TH3 *&pHisto, const SinglePlotDefinition &def) | IDTPM::PlotMgr | |
book(TProfile *&pHisto, const SinglePlotDefinition &def) | IDTPM::PlotMgr | |
book(TProfile2D *&pHisto, const SinglePlotDefinition &def) | IDTPM::PlotMgr | |
book(TEfficiency *&pHisto, const SinglePlotDefinition &def) | IDTPM::PlotMgr | |
Book1D(const std::string &name, const std::string &labels, int nBins, float start, float end, bool prependDir=true) | PlotBase | |
Book1D(const std::string &name, TH1 *refHist, const std::string &labels, bool prependDir=true) | PlotBase | |
Book2D(const std::string &name, const std::string &labels, int nBinsX, float startX, float endX, int nBinsY, float startY, float endY, bool prependDir=true) | PlotBase | |
Book2D(const std::string &name, TH2 *refHist, const std::string &labels, bool prependDir=true) | PlotBase | |
Book2D(const std::string &name, const std::string &labels, int nBinsX, Double_t *binsX, int nBinsY, Double_t startY, Double_t endY, bool prependDir=true) | PlotBase | |
Book3D(const std::string &name, const std::string &labels, int nBinsX, float startX, float endX, int nBinsY, float startY, float endY, int nBinsZ, float startZ, float endZ, bool prependDir=true) | PlotBase | |
Book3D(const std::string &name, TH3 *refHist, const std::string &labels, bool prependDir=true) | PlotBase | |
BookTEfficiency(const std::string &name, const std::string &labels, const int nBinsX, const float xlo, const float xhi, const bool prependDir=true) | PlotBase | |
BookTEfficiency(const std::string &name, const std::string &labels, const int nBinsX, const float xlo, const float xhi, const int nBinsy, const float ylo, const float yhi, const bool prependDir=true) | PlotBase | |
BookTProfile(const std::string &name, const std::string &labels, int nBinsX, float startX, float endX, float startY=-1, float endY=-1, bool prependDir=true, bool useRMS=false) | PlotBase | |
BookTProfile(const std::string &name, const std::string &labels, int nBinsX, float *binsX, bool prependDir=true) | PlotBase | |
BookTProfile2D(const std::string &name, const std::string &labels, const int nBinsX, const double xlo, const double xhi, const int nBinsY, const double ylo, const double yhi, bool prependDir=true, bool useRMS=false) | PlotBase | |
BookTProfile2D(const std::string &name, const std::string &labels, const int nBinsX, double *binsX, const int nBinsY, double *binsY, bool prependDir=true, bool useRMS=false) | PlotBase | |
BookTProfileRangeY(const std::string &name, const std::string &labels, int nBinsX, double *binsX, double startY, double endY, bool prependDir=true) | PlotBase | |
BookTree(const std::string &name, bool prependDir=true) | PlotBase | |
chain() const | IDTPM::TrackAnalysisPlotsMgr | inline |
constructPrefix(std::string dir, bool prependDir) | PlotBase | privatestatic |
directory() const | IDTPM::TrackAnalysisPlotsMgr | inline |
fill(TrackAnalysisCollections &trkAnaColls, float weight=1.0) | IDTPM::TrackAnalysisPlotsMgr | |
IDTPM::PlotMgr::fill(TH1 *pTh1, float value, float weight=1.) const | IDTPM::PlotMgr | |
IDTPM::PlotMgr::fill(TH2 *pTh2, float xval, float yval, float weight=1.) const | IDTPM::PlotMgr | |
IDTPM::PlotMgr::fill(TH3 *pTh3, float xval, float yval, float zval, float weight=1.) const | IDTPM::PlotMgr | |
IDTPM::PlotMgr::fill(TProfile *pTprofile, float xval, float yval, float weight=1.) const | IDTPM::PlotMgr | |
IDTPM::PlotMgr::fill(TProfile2D *pTprofile, float xval, float yval, float zval, float weight=1.) const | IDTPM::PlotMgr | |
IDTPM::PlotMgr::fill(TEfficiency *pTeff, float value, bool accepted, float weight=1.) const | IDTPM::PlotMgr | |
IDTPM::PlotMgr::fill(TEfficiency *pTeff2d, float xvalue, float yvalue, bool accepted, float weight=1.) const | IDTPM::PlotMgr | |
fillPlotsReference(const std::vector< const PARTICLE * > &particles, const ITrackMatchingLookup &matches, float truthMu=0., float actualMu=0., float weight=1.0) | IDTPM::TrackAnalysisPlotsMgr | |
fillPlotsTest(const std::vector< const PARTICLE * > &particles, const ITrackMatchingLookup &matches, float truthMu=0., float actualMu=0., float weight=1.0) | IDTPM::TrackAnalysisPlotsMgr | |
fillPlotsTruth(const std::vector< const xAOD::TrackParticle * > &testTracks, const std::vector< const xAOD::TrackParticle * > &refTracks, const std::vector< const xAOD::TruthParticle * > &truths, const ITrackMatchingLookup &matches, float truthMu=0., float actualMu=0., float weight=1.0) | IDTPM::TrackAnalysisPlotsMgr | |
finalize() | PlotBase | |
finalizePlots() | PlotBase | inlineprivatevirtual |
getDirectory() | PlotBase | inline |
getLogLinearBins(unsigned int nBins, float absMin, float absMax, bool symmetriseAroundZero=false) | IDTPM::PlotMgr | protected |
initialize() | IDTPM::TrackAnalysisPlotsMgr | |
initializePlots() | PlotBase | inlineprivatevirtual |
initMessaging() const | AthMessaging | private |
m_anaTag | IDTPM::TrackAnalysisPlotsMgr | private |
m_chain | IDTPM::TrackAnalysisPlotsMgr | private |
m_directory | IDTPM::TrackAnalysisPlotsMgr | private |
m_iDetailLevel | PlotBase | protected |
m_imsg | AthMessaging | mutableprivate |
m_lvl | AthMessaging | mutableprivate |
m_msg_tls | AthMessaging | mutableprivate |
m_nm | AthMessaging | private |
m_plots_duplRate | IDTPM::TrackAnalysisPlotsMgr | private |
m_plots_eff_vsOffEle | IDTPM::TrackAnalysisPlotsMgr | private |
m_plots_eff_vsRef | IDTPM::TrackAnalysisPlotsMgr | private |
m_plots_eff_vsTest | IDTPM::TrackAnalysisPlotsMgr | private |
m_plots_eff_vsTruth | IDTPM::TrackAnalysisPlotsMgr | private |
m_plots_fakeRate | IDTPM::TrackAnalysisPlotsMgr | private |
m_plots_hitsOnFakeTrk | IDTPM::TrackAnalysisPlotsMgr | private |
m_plots_hitsOnMatchedTrk | IDTPM::TrackAnalysisPlotsMgr | private |
m_plots_hitsOnMatchedTrk_vsRef | IDTPM::TrackAnalysisPlotsMgr | private |
m_plots_hitsOnTrk_vsRef | IDTPM::TrackAnalysisPlotsMgr | private |
m_plots_hitsOnTrk_vsTest | IDTPM::TrackAnalysisPlotsMgr | private |
m_plots_hitsOnUnlinkedTrk | IDTPM::TrackAnalysisPlotsMgr | private |
m_plots_missingTruth | IDTPM::TrackAnalysisPlotsMgr | private |
m_plots_nTracks_ref | IDTPM::TrackAnalysisPlotsMgr | private |
m_plots_nTracks_test | IDTPM::TrackAnalysisPlotsMgr | private |
m_plots_offEle | IDTPM::TrackAnalysisPlotsMgr | private |
m_plots_resolution | IDTPM::TrackAnalysisPlotsMgr | private |
m_plots_tech_eff_vsRef | IDTPM::TrackAnalysisPlotsMgr | private |
m_plots_tech_eff_vsTest | IDTPM::TrackAnalysisPlotsMgr | private |
m_plots_tech_eff_vsTruth | IDTPM::TrackAnalysisPlotsMgr | private |
m_plots_trkParam_vsRef | IDTPM::TrackAnalysisPlotsMgr | private |
m_plots_trkParam_vsTest | IDTPM::TrackAnalysisPlotsMgr | private |
m_sDirectory | PlotBase | protected |
m_trkAnaDefSvc | IDTPM::TrackAnalysisPlotsMgr | private |
m_vBookedEfficiencies | PlotBase | protected |
m_vBookedHistograms | PlotBase | protected |
m_vBookedTrees | PlotBase | protected |
m_vSubNodes | PlotBase | protected |
msg() const | AthMessaging | inline |
msg(const MSG::Level lvl) const | AthMessaging | inline |
msgLvl(const MSG::Level lvl) const | AthMessaging | inline |
operator=(const AthMessaging &rhs) | AthMessaging | private |
PlotBase(PlotBase *parent, const std::string &sDir) | PlotBase | |
PlotMgr(const std::string &dirName, const std::string &anaTag, PlotMgr *pParent=nullptr) | IDTPM::PlotMgr | |
RegisterSubPlot(PlotBase *pPlotBase) | PlotBase | inline |
retrieveAndBook(P *&pHisto, const std::string &identifier, const std::string &folderOverride="", const std::string &nameOverride="") | IDTPM::PlotMgr | inline |
retrieveBookedEfficiencies() | PlotBase | |
retrieveBookedHistograms() | PlotBase | |
retrieveBookedTrees() | PlotBase | |
retrieveDefinition(const std::string &identifier, const std::string &folderOverride="", const std::string &nameOverride="") const | IDTPM::PlotMgr | |
setDetailLevel(int iDetailLevel) | PlotBase | |
setLevel(MSG::Level lvl) | AthMessaging | |
setLogLinearBins(P *&pHisto, unsigned int nBins, float absMin, float absMax, char axis) | IDTPM::PlotMgr | inlineprotected |
setLogLinearBinsEff(P *&pHisto, unsigned int nBins, float absMin, float absMax, char axis) | IDTPM::PlotMgr | inlineprotected |
setVariableBins(P *&pHisto, const std::vector< float > &binning, char axis) | IDTPM::PlotMgr | inlineprotected |
setVariableBinsEff(P *&pHisto, const std::vector< float > &binning, char axis) | IDTPM::PlotMgr | inlineprotected |
TrackAnalysisPlotsMgr(const std::string &dirName, const std::string &anaTag, const std::string &chain, PlotMgr *pParent=nullptr) | IDTPM::TrackAnalysisPlotsMgr | |
~AthMessaging() | AthMessaging | virtual |
~PlotBase() | PlotBase | inlinevirtual |
~PlotMgr()=default | IDTPM::PlotMgr | virtual |
~TrackAnalysisPlotsMgr()=default | IDTPM::TrackAnalysisPlotsMgr | virtual |