ATLAS Offline Software
Loading...
Searching...
No Matches
MuonResolutionPlots.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 MUONHISTUTILS_MUONRESOLUTIONPLOTS_H
6#define MUONHISTUTILS_MUONRESOLUTIONPLOTS_H
7
10
11#include "xAODMuon/Muon.h"
13
14namespace Muon{
15
17 public:
18 MuonResolutionPlots(PlotBase* pParent, const std::string& sDir, const std::string& sType="", bool doBinnedResolutions=false);
19 void fill(const xAOD::TrackParticle& muontp, const xAOD::TruthParticle& truthprt, float weight=1.0);
20
22 TH2* Res_pT_vs_lowpT{nullptr};
23 TH2* Res_pT_vs_highpT{nullptr};
24 TH2* Res_pT_vs_pT{nullptr};
25 TH2* Res_pT_vs_eta{nullptr};
26 TH2* Res_pT_vs_phi{nullptr};
27
28 TH2* Res_eta_vs_pT{nullptr};
29 TH2* Res_phi_vs_pT{nullptr};
30
31 private:
32 std::string m_sType;
34
35};
36
37
38}
39
40#endif
MuonResolutionPlots(PlotBase *pParent, const std::string &sDir, const std::string &sType="", bool doBinnedResolutions=false)
Trk::ResolutionPlots m_oResolutionPlots
void fill(const xAOD::TrackParticle &muontp, const xAOD::TruthParticle &truthprt, float weight=1.0)
PlotBase(PlotBase *parent, const std::string &sDir)
Definition PlotBase.cxx:29
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
TrackParticle_v1 TrackParticle
Reference the current persistent version:
TruthParticle_v1 TruthParticle
Typedef to implementation.