Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
RecoLumiPlots.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 MUONTRACKMONITORING_RECOLUMIPLOTS_H
6 #define MUONTRACKMONITORING_RECOLUMIPLOTS_H
7 
9 
10 
14 #include "xAODMuon/MuonContainer.h"
15 
16 class RecoLumiPlots:public PlotBase {
17 
18  public:
19  RecoLumiPlots(PlotBase* pParent, const std::string& sDir, std::string recObj);
20 
21  void fill(const xAOD::MuonSegmentContainer* MuonSegments, int current_lb, float inst_lumi_bcid, float inst_lumi_lb);
22  void fill(const xAOD::TrackParticleContainer* MSTracks, int current_lb, float inst_lumi_bcid, float inst_lumi_lb);
23  void fill_CB(const xAOD::MuonContainer* Muons, int current_lb, float inst_lumi_bcid, float inst_lumi_lb);
24  void fill_Other(const xAOD::MuonContainer* Muons, int current_lb, float inst_lumi_bcid, float inst_lumi_lb);
25  void fill(const std::vector<std::pair<const xAOD::Muon*, const xAOD::Muon*> >& resonances, int current_lb, float inst_lumi_bcid, float inst_lumi_lb);
26 
31 
36 
37  int n_lbs = 0;
38 
39  //for locating Z and Jpsi
40  std::string type;
41  std::string name;
42 
43  private:
44  void initializePlots();
45 
46 };
47 
48 #endif
RecoLumiPlots::m_hNSegment_LB
TH2 * m_hNSegment_LB
Definition: RecoLumiPlots.h:32
PlotBase
Definition: PlotBase.h:34
RecoLumiPlots::RecoLumiPlots
RecoLumiPlots(PlotBase *pParent, const std::string &sDir, std::string recObj)
Definition: RecoLumiPlots.cxx:9
RecoLumiPlots::m_hNMuon_LB
TH2 * m_hNMuon_LB
Definition: RecoLumiPlots.h:34
RecoLumiPlots::m_hNMuon_LB_1D
TH1 * m_hNMuon_LB_1D
Definition: RecoLumiPlots.h:29
python.copyTCTOutput.sDir
sDir
Definition: copyTCTOutput.py:60
RecoLumiPlots::fill
void fill(const xAOD::TrackParticleContainer *MSTracks, int current_lb, float inst_lumi_bcid, float inst_lumi_lb)
RecoLumiPlots::m_hNResonance_LB_1D
TH1 * m_hNResonance_LB_1D
Definition: RecoLumiPlots.h:30
RecoLumiPlots::name
std::string name
Definition: RecoLumiPlots.h:41
MuonPrepDataContainer.h
RecoLumiPlots
Definition: RecoLumiPlots.h:16
MuonSegmentContainer.h
RecoLumiPlots::m_hNMuonTrack_LB
TH2 * m_hNMuonTrack_LB
Definition: RecoLumiPlots.h:33
RecoLumiPlots::initializePlots
void initializePlots()
Definition: RecoLumiPlots.cxx:25
RecoLumiPlots::type
std::string type
Definition: RecoLumiPlots.h:40
DataVector
Derived DataVector<T>.
Definition: DataVector.h:794
RecoLumiPlots::m_hNSegment_LB_1D
TH1 * m_hNSegment_LB_1D
Definition: RecoLumiPlots.h:27
RecoLumiPlots::m_hNMuonTrack_LB_1D
TH1 * m_hNMuonTrack_LB_1D
Definition: RecoLumiPlots.h:28
MuonContainer.h
RecoLumiPlots::n_lbs
int n_lbs
Definition: RecoLumiPlots.h:37
RecoLumiPlots::fill_Other
void fill_Other(const xAOD::MuonContainer *Muons, int current_lb, float inst_lumi_bcid, float inst_lumi_lb)
Definition: RecoLumiPlots.cxx:96
Muons
Definition: Muons.py:1
RecoLumiPlots::fill_CB
void fill_CB(const xAOD::MuonContainer *Muons, int current_lb, float inst_lumi_bcid, float inst_lumi_lb)
Definition: RecoLumiPlots.cxx:79
RecoLumiPlots::m_hNResonance_LB
TH2 * m_hNResonance_LB
Definition: RecoLumiPlots.h:35
RecoLumiPlots::fill
void fill(const xAOD::MuonSegmentContainer *MuonSegments, int current_lb, float inst_lumi_bcid, float inst_lumi_lb)
Definition: RecoLumiPlots.cxx:65
PlotBase.h
TrackParticleContainer.h