ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetValidation
InDetPhysValMonitoring
src
InDetPerfPlot_VerticesVsMu.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef INDETPHYSVALMONITORING_INDETPERFPLOT_VERTEXCONTAINER
6
#define INDETPHYSVALMONITORING_INDETPERFPLOT_VERTEXCONTAINER
11
12
13
// std includes
14
#include <string>
15
16
// local includes
17
#include "
InDetPlotBase.h
"
18
#include "
xAODTracking/VertexFwd.h
"
19
#include "
xAODTracking/VertexContainerFwd.h
"
20
#include "
xAODEventInfo/EventInfo.h
"
21
22
class
TH2;
23
25
class
InDetPerfPlot_VerticesVsMu
:
public
InDetPlotBase
{
26
public
:
27
InDetPerfPlot_VerticesVsMu
(
InDetPlotBase
* pParent,
const
std::string& dirName);
28
29
// Fills vertex container information; also uses EventInfo
30
void
fill
(
const
xAOD::VertexContainer
& vertices,
unsigned
int
truthMu,
float
actualMu,
float
weight=1.0);
31
private
:
34
TH2*
m_vx_n_vs_truthMu
{};
35
TH2*
m_vx_n_vs_actualMu
{};
37
38
// plot base has nop default implementation of this; we use it to book the histos
39
void
initializePlots
();
40
};
41
42
43
44
45
#endif
InDetPlotBase.h
VertexContainerFwd.h
VertexFwd.h
InDetPerfPlot_VerticesVsMu::initializePlots
void initializePlots()
Definition
InDetPerfPlot_VerticesVsMu.cxx:26
InDetPerfPlot_VerticesVsMu::m_vx_n_vs_actualMu
TH2 * m_vx_n_vs_actualMu
Definition
InDetPerfPlot_VerticesVsMu.h:35
InDetPerfPlot_VerticesVsMu::m_vx_n_vs_truthMu
TH2 * m_vx_n_vs_truthMu
Definition
InDetPerfPlot_VerticesVsMu.h:34
InDetPerfPlot_VerticesVsMu::fill
void fill(const xAOD::VertexContainer &vertices, unsigned int truthMu, float actualMu, float weight=1.0)
Definition
InDetPerfPlot_VerticesVsMu.cxx:33
InDetPerfPlot_VerticesVsMu::InDetPerfPlot_VerticesVsMu
InDetPerfPlot_VerticesVsMu(InDetPlotBase *pParent, const std::string &dirName)
Definition
InDetPerfPlot_VerticesVsMu.cxx:18
InDetPlotBase::InDetPlotBase
InDetPlotBase(InDetPlotBase *pParent, const std::string &dirName)
Constructor taking parent node and directory name for plots.
Definition
InDetPlotBase.cxx:35
xAOD::VertexContainer
VertexContainer_v1 VertexContainer
Definition of the current "Vertex container version".
Definition
VertexContainer.h:14
EventInfo.h
Generated on
for ATLAS Offline Software by
1.17.0