ATLAS Offline Software
Loading...
Searching...
No Matches
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
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
PlotBase(PlotBase *parent, const std::string &sDir)
Definition PlotBase.cxx:29
void fill(const xAOD::Vertex &msVx)
RecoVertexPlots(PlotBase *pParent, const std::string &sDir)
Vertex_v1 Vertex
Define the latest version of the vertex class.