ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonValidation
MuonDQA
MuonTrackMonitoring
MuonTrackMonitoring
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
8
#include "
TrkValHistUtils/PlotBase.h
"
9
10
11
#include "
MuonPrepRawData/MuonPrepDataContainer.h
"
12
#include "
xAODMuon/MuonSegmentContainer.h
"
13
#include "
xAODTracking/TrackParticleContainer.h
"
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
27
TH1*
m_hNSegment_LB_1D
;
28
TH1*
m_hNMuonTrack_LB_1D
;
29
TH1*
m_hNMuon_LB_1D
;
30
TH1*
m_hNResonance_LB_1D
;
31
32
TH2*
m_hNSegment_LB
;
33
TH2*
m_hNMuonTrack_LB
;
34
TH2*
m_hNMuon_LB
;
35
TH2*
m_hNResonance_LB
;
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
MuonContainer.h
TrackParticleContainer.h
MuonPrepDataContainer.h
MuonSegmentContainer.h
PlotBase.h
PlotBase::PlotBase
PlotBase(PlotBase *parent, std::string_view sDir)
Definition
PlotBase.cxx:29
RecoLumiPlots::RecoLumiPlots
RecoLumiPlots(PlotBase *pParent, const std::string &sDir, std::string recObj)
Definition
RecoLumiPlots.cxx:9
RecoLumiPlots::name
std::string name
Definition
RecoLumiPlots.h:41
RecoLumiPlots::m_hNMuonTrack_LB
TH2 * m_hNMuonTrack_LB
Definition
RecoLumiPlots.h:33
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
RecoLumiPlots::m_hNSegment_LB
TH2 * m_hNSegment_LB
Definition
RecoLumiPlots.h:32
RecoLumiPlots::n_lbs
int n_lbs
Definition
RecoLumiPlots.h:37
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::fill_Other
void fill_Other(const xAOD::MuonContainer *Muons, int current_lb, float inst_lumi_bcid, float inst_lumi_lb)
Definition
RecoLumiPlots.cxx:96
RecoLumiPlots::m_hNResonance_LB
TH2 * m_hNResonance_LB
Definition
RecoLumiPlots.h:35
RecoLumiPlots::type
std::string type
Definition
RecoLumiPlots.h:40
RecoLumiPlots::m_hNResonance_LB_1D
TH1 * m_hNResonance_LB_1D
Definition
RecoLumiPlots.h:30
RecoLumiPlots::initializePlots
void initializePlots()
Definition
RecoLumiPlots.cxx:25
RecoLumiPlots::m_hNSegment_LB_1D
TH1 * m_hNSegment_LB_1D
Definition
RecoLumiPlots.h:27
RecoLumiPlots::fill
void fill(const xAOD::MuonSegmentContainer *MuonSegments, int current_lb, float inst_lumi_bcid, float inst_lumi_lb)
Definition
RecoLumiPlots.cxx:65
RecoLumiPlots::m_hNMuonTrack_LB_1D
TH1 * m_hNMuonTrack_LB_1D
Definition
RecoLumiPlots.h:28
Muons
Definition
Muons.py:1
xAOD::MuonSegmentContainer
MuonSegmentContainer_v1 MuonSegmentContainer
Definition of the current "MuonSegment container version".
Definition
MuonSegmentContainer.h:14
xAOD::TrackParticleContainer
TrackParticleContainer_v1 TrackParticleContainer
Definition of the current "TrackParticle container version".
Definition
Event/xAOD/xAODTracking/xAODTracking/TrackParticleContainer.h:14
xAOD::MuonContainer
MuonContainer_v1 MuonContainer
Definition of the current "Muon container version".
Definition
Event/xAOD/xAODMuon/xAODMuon/MuonContainer.h:14
Generated on
for ATLAS Offline Software by
1.17.0