Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
RecoVertexPlots.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MUONTRKPHYSMONITORING_RecoVertexPLOTS_H
6 #define MUONTRKPHYSMONITORING_RecoVertexPLOTS_H
7 
10 
11 
12 class RecoVertexPlots:public PlotBase {
13  public:
14  RecoVertexPlots(PlotBase *pParent, const std::string& sDir);
15 
16  void fill(const xAOD::Vertex& msVx);
17 
18  TH1* m_nMDT;
19  TH1* m_nRPC;
20  TH1* m_nTGC;
23 
24  private:
25  void initializePlots();
26 
27 };
28 
29 #endif
RecoVertexPlots::RecoVertexPlots
RecoVertexPlots(PlotBase *pParent, const std::string &sDir)
Definition: RecoVertexPlots.cxx:9
PlotBase
Definition: PlotBase.h:34
RecoVertexPlots::m_nMDT
TH1 * m_nMDT
Definition: RecoVertexPlots.h:18
RecoVertexPlots::fill
void fill(const xAOD::Vertex &msVx)
Definition: RecoVertexPlots.cxx:28
python.copyTCTOutput.sDir
sDir
Definition: copyTCTOutput.py:60
RecoVertexPlots::m_nRPC
TH1 * m_nRPC
Definition: RecoVertexPlots.h:19
RecoVertexPlots
Definition: RecoVertexPlots.h:12
RecoVertexPlots::m_nTracklets
TH1 * m_nTracklets
Definition: RecoVertexPlots.h:21
RecoVertexPlots::m_nTGC
TH1 * m_nTGC
Definition: RecoVertexPlots.h:20
RecoVertexPlots::m_VertexEtaPhi
TH2 * m_VertexEtaPhi
Definition: RecoVertexPlots.h:22
VertexContainer.h
xAOD::Vertex_v1
Class describing a Vertex.
Definition: Vertex_v1.h:42
PlotBase.h
RecoVertexPlots::initializePlots
void initializePlots()
Definition: RecoVertexPlots.cxx:17