ATLAS Offline Software
MomentumPullPlots.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MUONHISTUTILS_MOMENTUMPULLPLOTS_H
6 #define MUONHISTUTILS_MOMENTUMPULLPLOTS_H
7 
9 #include "xAODMuon/Muon.h"
10 
11 namespace Muon{
12 
13 class MomentumPullPlots: public PlotBase {
14  public:
15  MomentumPullPlots(PlotBase *pParent, const std::string& sDir) :
16  PlotBase(pParent, sDir){}
17  void fill(const xAOD::Muon& mu, float weight=1.0);
18 
19  TH1* dpt_idme{nullptr};
20  TH1* ddpt_idme{nullptr};
21  TH1* dphi_idme{nullptr};
22  TH1* deta_idme{nullptr};
23 
24  TH1* dpt_cbme{nullptr};
25  TH1* ddpt_cbme{nullptr};
26  TH1* dphi_cbme{nullptr};
27  TH1* deta_cbme{nullptr};
28 
29  TH2* pt_cbme{nullptr};
30  TH2* pt_cbid{nullptr};
31  TH2* pt_meid{nullptr};
32 
33  private:
34  void initializePlots();
35 
36 };
37 
38 }
39 
40 #endif
41 
Muon::MomentumPullPlots::dphi_idme
TH1 * dphi_idme
Definition: MomentumPullPlots.h:21
PlotBase
Definition: PlotBase.h:34
Muon::MomentumPullPlots
Definition: MomentumPullPlots.h:13
Muon::MomentumPullPlots::MomentumPullPlots
MomentumPullPlots(PlotBase *pParent, const std::string &sDir)
Definition: MomentumPullPlots.h:15
Muon.h
python.copyTCTOutput.sDir
sDir
Definition: copyTCTOutput.py:60
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition: TrackSystemController.h:45
xAOD::Muon_v1
Class describing a Muon.
Definition: Muon_v1.h:38
Muon::MomentumPullPlots::pt_meid
TH2 * pt_meid
Definition: MomentumPullPlots.h:31
dqt_zlumi_pandas.weight
int weight
Definition: dqt_zlumi_pandas.py:189
Muon::MomentumPullPlots::dpt_cbme
TH1 * dpt_cbme
Definition: MomentumPullPlots.h:24
Muon::MomentumPullPlots::deta_cbme
TH1 * deta_cbme
Definition: MomentumPullPlots.h:27
Muon::MomentumPullPlots::ddpt_idme
TH1 * ddpt_idme
Definition: MomentumPullPlots.h:20
Muon::MomentumPullPlots::pt_cbid
TH2 * pt_cbid
Definition: MomentumPullPlots.h:30
Muon::MomentumPullPlots::dpt_idme
TH1 * dpt_idme
Definition: MomentumPullPlots.h:19
Muon::MomentumPullPlots::deta_idme
TH1 * deta_idme
Definition: MomentumPullPlots.h:22
Muon::MomentumPullPlots::pt_cbme
TH2 * pt_cbme
Definition: MomentumPullPlots.h:29
Muon::MomentumPullPlots::initializePlots
void initializePlots()
Definition: MomentumPullPlots.cxx:13
PlotBase.h
CaloNoise_fillDB.mu
mu
Definition: CaloNoise_fillDB.py:53
Muon::MomentumPullPlots::fill
void fill(const xAOD::Muon &mu, float weight=1.0)
Definition: MomentumPullPlots.cxx:30
Muon::MomentumPullPlots::ddpt_cbme
TH1 * ddpt_cbme
Definition: MomentumPullPlots.h:25
Muon::MomentumPullPlots::dphi_cbme
TH1 * dphi_cbme
Definition: MomentumPullPlots.h:26