![]() |
ATLAS Offline Software
|
class holding plots for truth matched vertices More...
#include <InDetPerfPlot_VertexTruthMatching.h>
Public Member Functions | |
| InDetPerfPlot_VertexTruthMatching (InDetPlotBase *pParent, const std::string &dirName, const int detailLevel=10, bool isITk=false) | |
| void | fill (const xAOD::Vertex &vertex, const xAOD::TruthVertex *tvrt=0, float weight=1.0) |
| void | fill (const xAOD::Vertex *recoHardScatter, const xAOD::VertexContainer &vertexContainer, const std::vector< const xAOD::TruthVertex * > &truthHSVertices, const std::vector< const xAOD::TruthVertex * > &truthPUVertices, float actualMu, float weight=1.0) |
| SingleHistogramDefinition | retrieveDefinition (const std::string &histoIdentifier, const std::string &folder="default", const std::string &nameOverride="") |
| Retrieve a single histogram definition, given the unique string identifier. | |
| template<class Htype> | |
| void | book (Htype *&pHisto, const std::string &histoIdentifier, const std::string &nameOverride="", const std::string &folder="default") |
| Helper method to book histograms using an identifier string. | |
| void | book (TH1 *&pHisto, const SingleHistogramDefinition &hd) |
| Book a TH1 histogram. | |
| void | book (TProfile *&pHisto, const SingleHistogramDefinition &hd) |
| Book a TProfile histogram. | |
| void | book (TProfile2D *&pHisto, const SingleHistogramDefinition &hd) |
| Book a TProfile2D histogram. | |
| void | book (TH2 *&pHisto, const SingleHistogramDefinition &hd) |
| Book a 2D histogram (TH2) | |
| void | book (TEfficiency *&pHisto, const SingleHistogramDefinition &hd) |
| Book a (1-D) TEfficiency. | |
| void | initialize () |
| void | finalize () |
| void | setDetailLevel (int iDetailLevel) |
| void | RegisterSubPlot (PlotBase *pPlotBase) |
| std::vector< HistData > | retrieveBookedHistograms () |
| Retrieve all booked histograms. | |
| std::vector< TreeData > | retrieveBookedTrees () |
| Retrieve all booked trees. | |
| std::vector< EfficiencyData > | retrieveBookedEfficiencies () |
| Retrieve all booked efficiency objects. | |
| TTree * | BookTree (const std::string &name, bool prependDir=true) |
| Book a TTree. | |
| const std::string & | getDirectory () |
| bool | msgLvl (const MSG::Level lvl) const |
| Test the output level. | |
| MsgStream & | msg () const |
| The standard message stream. | |
| MsgStream & | msg (const MSG::Level lvl) const |
| The standard message stream. | |
| void | setLevel (MSG::Level lvl) |
| Change the current logging level. | |
Methods to book monitoring histograms | |
Note: methods starting with capitals should be deprecated in favour of camel-cased methods | |
| TH1D * | Book1D (const std::string &name, const std::string &labels, int nBins, float start, float end, bool prependDir=true) |
| Book a TH1D histogram. | |
| TH1D * | Book1D (const std::string &name, TH1 *refHist, const std::string &labels, bool prependDir=true) |
| Book a TH1D histogram using refHist as reference for number of bins and axis range. | |
| TH2F * | Book2D (const std::string &name, const std::string &labels, int nBinsX, float startX, float endX, int nBinsY, float startY, float endY, bool prependDir=true) |
| Book a TH2F histogram. | |
| TH2F * | Book2D (const std::string &name, TH2 *refHist, const std::string &labels, bool prependDir=true) |
| Book a TH2D histogram using refHist as reference for number of bins and axis range. | |
| TH2F * | 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) |
| Book a TH2F histogram with variable x axis binning. | |
| TH3F * | 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) |
| Book a TH3F histogram. | |
| TH3F * | Book3D (const std::string &name, TH3 *refHist, const std::string &labels, bool prependDir=true) |
| Book a TH3F histogram using refHist as reference for number of bins and axis range. | |
| TProfile * | 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) |
| Book a TProfile histogram. | |
| TProfile * | BookTProfile (const std::string &name, const std::string &labels, int nBinsX, float *binsX, bool prependDir=true) |
| Book a TProfile histogram with variable binning in x-axis. | |
| TProfile * | BookTProfileRangeY (const std::string &name, const std::string &labels, int nBinsX, double *binsX, double startY, double endY, bool prependDir=true) |
| Book a TProfile histogram with variable binning in x-axis and limits in y-values. | |
| TProfile2D * | 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) |
| Book a TProfile 2D histogram with variable binning in x-axis and limits in y-values. | |
| TProfile2D * | 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) |
| Book a TProfile 2D histogram with variable binning in x-axis and limits in y-values. | |
| TEfficiency * | BookTEfficiency (const std::string &name, const std::string &labels, const int nBinsX, const float xlo, const float xhi, const bool prependDir=true) |
| Book a (1-D) TEfficiency histogram. | |
| TEfficiency * | 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) |
| Book a (2-D) TEfficiency histogram. | |
Static Public Member Functions | |
| static void | fillHisto (TProfile *pTprofile, const float bin, const float weight, const float weight2=1.0) |
| static void | fillHisto (TProfile2D *pTprofile, const float xval, const float yval, const float weight, const float weight2=1.0) |
| static void | fillHisto (TH1 *pTh1, const float value) |
| static void | fillHisto (TH1 *pTh1, const float value, const float weight) |
| static void | fillHisto (TH2 *pTh2, const float xval, const float yval) |
| static void | fillHisto (TH2 *pTh2, const float xval, const float yval, const float weight) |
| static void | fillHisto (TH3 *pTh3, const float xval, const float yval, const float zval) |
| static void | fillHisto (TEfficiency *pTeff, const float value, const bool accepted, float weight) |
| static void | fillHisto (TEfficiency *eff2d, const float xvalue, const float yvalue, const bool accepted, const float weight) |
Protected Member Functions | |
| template<class T> | |
| void | mBook (T &pHisto, const std::string &histoIdentifier) |
| book, for use by macro | |
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 () |
| template<typename U, typename V> | |
| float | getRadialDiff2 (const U *vtx1, const V *vtx2) const |
| float | getLocalPUDensity (const xAOD::TruthVertex *vtxOfInterest, const std::vector< const xAOD::TruthVertex * > &truthHSVertices, const std::vector< const xAOD::TruthVertex * > &truthPUVertices, const float radialWindow=2.0) const |
| const xAOD::TruthVertex * | getTruthVertex (const xAOD::Vertex *recoVtx) const |
| void | finalizePlots () |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Static Private Member Functions | |
| static const xAOD::Vertex * | getHSRecoVertexSumPt2 (const xAOD::VertexContainer &recoVertices) |
| static float | getRecoLongitudinalReso (const xAOD::Vertex *recoVtx) |
| static float | getRecoTransverseReso (const xAOD::Vertex *recoVtx) |
| static void | fillResoHist (TH1 *resoHist, const TH2 *resoHist2D) |
| static std::string | constructPrefix (std::string dir, bool prependDir) |
class holding plots for truth matched vertices
Definition at line 41 of file InDetPerfPlot_VertexTruthMatching.h.
| InDetPerfPlot_VertexTruthMatching::InDetPerfPlot_VertexTruthMatching | ( | InDetPlotBase * | pParent, |
| const std::string & | dirName, | ||
| const int | detailLevel = 10, | ||
| bool | isITk = false ) |
Definition at line 21 of file InDetPerfPlot_VertexTruthMatching.cxx.
|
inherited |
Helper method to book histograms using an identifier string.
| pHisto | Pointer to the histogram to be booked (assumed to be initialized to nullptr) |
| histoIdentifier | Identifier (looked up in the XML file) |
| nameOverride | Allows to override the histo name w.r.t the identifier. Leave empty for no override. This can be used to instantiate multiple, identically binned plots from a single entry in the XML. |
| folder | Folder to place the plot (if any) |
|
inherited |
Book a (1-D) TEfficiency.
Definition at line 71 of file InDetPlotBase.cxx.
|
inherited |
Book a TH1 histogram.
Definition at line 43 of file InDetPlotBase.cxx.
|
inherited |
Book a 2D histogram (TH2)
Definition at line 63 of file InDetPlotBase.cxx.
|
inherited |
Book a TProfile histogram.
Definition at line 49 of file InDetPlotBase.cxx.
|
inherited |
Book a TProfile2D histogram.
Definition at line 56 of file InDetPlotBase.cxx.
|
inherited |
Book a TH1D histogram.
Definition at line 94 of file PlotBase.cxx.
|
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 |
Book a TH2F histogram with variable x axis binning.
Definition at line 144 of file PlotBase.cxx.
|
inherited |
Book a TH2F histogram.
Definition at line 123 of file PlotBase.cxx.
|
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 |
Book a TH3F histogram.
Definition at line 157 of file PlotBase.cxx.
|
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 |
Book a (1-D) TEfficiency histogram.
Definition at line 257 of file PlotBase.cxx.
|
inherited |
Book a (2-D) TEfficiency histogram.
Definition at line 270 of file PlotBase.cxx.
|
inherited |
Book a TProfile histogram with variable binning in x-axis.
Definition at line 204 of file PlotBase.cxx.
|
inherited |
Book a TProfile histogram.
Definition at line 186 of file PlotBase.cxx.
|
inherited |
Book a TProfile 2D histogram with variable binning in x-axis and limits in y-values.
Definition at line 231 of file PlotBase.cxx.
|
inherited |
Book a TProfile 2D histogram with variable binning in x-axis and limits in y-values.
Definition at line 245 of file PlotBase.cxx.
|
inherited |
Book a TProfile histogram with variable binning in x-axis and limits in y-values.
Definition at line 217 of file PlotBase.cxx.
|
inherited |
Book a TTree.
Definition at line 281 of file PlotBase.cxx.
|
staticprivateinherited |
Definition at line 293 of file PlotBase.cxx.
| void InDetPerfPlot_VertexTruthMatching::fill | ( | const xAOD::Vertex & | vertex, |
| const xAOD::TruthVertex * | tvrt = 0, | ||
| float | weight = 1.0 ) |
Definition at line 582 of file InDetPerfPlot_VertexTruthMatching.cxx.
| void InDetPerfPlot_VertexTruthMatching::fill | ( | const xAOD::Vertex * | recoHardScatter, |
| const xAOD::VertexContainer & | vertexContainer, | ||
| const std::vector< const xAOD::TruthVertex * > & | truthHSVertices, | ||
| const std::vector< const xAOD::TruthVertex * > & | truthPUVertices, | ||
| float | actualMu, | ||
| float | weight = 1.0 ) |
Definition at line 628 of file InDetPerfPlot_VertexTruthMatching.cxx.
|
staticinherited |
Definition at line 142 of file InDetPlotBase.cxx.
|
staticinherited |
Definition at line 134 of file InDetPlotBase.cxx.
|
staticinherited |
Definition at line 97 of file InDetPlotBase.cxx.
|
staticinherited |
Definition at line 104 of file InDetPlotBase.cxx.
|
staticinherited |
Definition at line 112 of file InDetPlotBase.cxx.
|
staticinherited |
Definition at line 120 of file InDetPlotBase.cxx.
|
staticinherited |
Definition at line 127 of file InDetPlotBase.cxx.
|
staticinherited |
Definition at line 82 of file InDetPlotBase.cxx.
|
staticinherited |
Definition at line 89 of file InDetPlotBase.cxx.
|
staticprivate |
Definition at line 483 of file InDetPerfPlot_VertexTruthMatching.cxx.
|
inherited |
Definition at line 47 of file PlotBase.cxx.
|
privatevirtual |
Reimplemented from PlotBase.
Definition at line 1233 of file InDetPerfPlot_VertexTruthMatching.cxx.
|
inlineinherited |
Definition at line 88 of file PlotBase.h.
|
staticprivate |
Definition at line 414 of file InDetPerfPlot_VertexTruthMatching.cxx.
|
private |
Definition at line 443 of file InDetPerfPlot_VertexTruthMatching.cxx.
|
private |
Definition at line 439 of file InDetPerfPlot_VertexTruthMatching.cxx.
|
staticprivate |
Definition at line 468 of file InDetPerfPlot_VertexTruthMatching.cxx.
|
staticprivate |
Definition at line 472 of file InDetPerfPlot_VertexTruthMatching.cxx.
|
private |
Definition at line 545 of file InDetPerfPlot_VertexTruthMatching.cxx.
|
inherited |
Definition at line 39 of file PlotBase.cxx.
|
privatevirtual |
Reimplemented from PlotBase.
Definition at line 216 of file InDetPerfPlot_VertexTruthMatching.cxx.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
|
inlineprotectedinherited |
book, for use by macro
Definition at line 83 of file InDetPlotBase.h.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 163 of file AthMessaging.h.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 178 of file AthMessaging.h.
|
inlineinherited |
Test the output level.
| lvl | The message level to test against |
| true | Messages at level "lvl" will be printed |
Definition at line 151 of file AthMessaging.h.
|
inlineinherited |
Definition at line 41 of file PlotBase.h.
|
inherited |
Retrieve all booked efficiency objects.
Definition at line 83 of file PlotBase.cxx.
|
inherited |
Retrieve all booked histograms.
Definition at line 63 of file PlotBase.cxx.
|
inherited |
Retrieve all booked trees.
Definition at line 73 of file PlotBase.cxx.
|
inherited |
Retrieve a single histogram definition, given the unique string identifier.
Definition at line 151 of file InDetPlotBase.cxx.
|
inherited |
Definition at line 55 of file PlotBase.cxx.
|
inherited |
Change the current logging level.
Use this rather than msg().setLevel() for proper operation with MT.
Definition at line 28 of file AthMessaging.cxx.
|
mutableprivateinherited |
Messaging initialized (initMessaging)
Definition at line 141 of file AthMessaging.h.
|
private |
Definition at line 49 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 48 of file InDetPerfPlot_VertexTruthMatching.h.
|
privateinherited |
Definition at line 88 of file InDetPlotBase.h.
|
protectedinherited |
Definition at line 101 of file PlotBase.h.
|
mutableprivateinherited |
|
private |
Definition at line 47 of file InDetPerfPlot_VertexTruthMatching.h.
|
mutableprivateinherited |
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels)
Definition at line 132 of file AthMessaging.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
private |
Definition at line 97 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 100 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 99 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 102 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 98 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 101 of file InDetPerfPlot_VertexTruthMatching.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.
|
private |
Definition at line 253 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 130 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 123 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 127 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 120 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 131 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 124 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 128 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 121 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 129 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 122 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 126 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 119 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 110 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 117 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 109 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 116 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 108 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 115 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 228 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 229 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 230 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 193 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 194 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 195 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 190 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 191 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 192 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
|
private |
Definition at line 254 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 74 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 88 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 94 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 80 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 92 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 95 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 76 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 82 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 86 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 84 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 78 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 90 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 144 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 137 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 141 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 134 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 145 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 138 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 142 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 135 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 143 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 136 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 140 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 133 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 107 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 114 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 106 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 113 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 105 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 112 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 224 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 225 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 226 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 186 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 187 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 188 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 183 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 184 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 185 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 68 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 67 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 66 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 70 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 71 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
vertex reco efficiency
Definition at line 62 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 69 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 63 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 64 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 72 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 65 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 153 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 154 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 155 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 150 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 151 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 152 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 147 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 148 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 149 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 257 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 258 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 242 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 239 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 240 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 241 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 250 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 246 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 243 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 244 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 245 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 247 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 248 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 249 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 256 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 211 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 212 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 213 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 159 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 160 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 161 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 156 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 157 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 158 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
|
private |
Definition at line 57 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 221 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 222 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 223 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 179 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 180 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 181 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 176 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 177 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 178 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
|
private |
Definition at line 235 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 236 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 237 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 206 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 207 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 208 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 203 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 204 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 205 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 232 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 233 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 234 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 200 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 201 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 202 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 197 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 198 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 199 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 215 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 216 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 217 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 166 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 167 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 168 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 163 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 164 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 165 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 218 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 219 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 220 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 172 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 173 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 174 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 169 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 170 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 171 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 52 of file InDetPerfPlot_VertexTruthMatching.h.
|
private |
Definition at line 53 of file InDetPerfPlot_VertexTruthMatching.h.