ATLAS Offline Software
PhotonCnvPlots.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef EGAMMAPHYSVALMONITORING_PHOTONCNVPLOTS_H
6 #define EGAMMAPHYSVALMONITORING_PHOTONCNVPLOTS_H
7 
10 #include "KinematicsPlots.h"
11 
12 #include "xAODEgamma/Photon.h"
15 
16 namespace Egamma{
17 
18 class PhotonCnvPlots:public PlotBase {
19  public:
20  PhotonCnvPlots(PlotBase* pParent, const std::string& sDir, const std::string& sParticleType);
21  void fill(const xAOD::Photon& photon, const xAOD::EventInfo& eventInfo, bool isPrompt);
22 
23  // Reco only information
26 
27  std::string m_sParticleType;
28 
31  TH1* m_nVtx;
32  TH1* m_convR;
35  TH1* m_convType;
38 
39  private:
40  virtual void initializePlots();
41 
42 };
43 
44 }
45 
46 #endif
Egamma::PhotonCnvPlots::m_convR
TH1 * m_convR
Definition: PhotonCnvPlots.h:32
KinematicsPlots.h
PlotBase
Definition: PlotBase.h:34
Egamma::KinematicsPlots
Definition: Reconstruction/egamma/EgammaPhysValMonitoring/src/KinematicsPlots.h:18
Egamma
Definition: ClusMomentumPlots.cxx:11
python.copyTCTOutput.sDir
sDir
Definition: copyTCTOutput.py:60
Egamma::PhotonCnvPlots::m_convType
TH1 * m_convType
Definition: PhotonCnvPlots.h:35
Egamma::PhotonCnvPlots
Definition: PhotonCnvPlots.h:18
Egamma::PhotonCnvPlots::initializePlots
virtual void initializePlots()
Definition: PhotonCnvPlots.cxx:30
Egamma::PhotonCnvPlots::m_nParticles
TH1 * m_nParticles
Definition: PhotonCnvPlots.h:29
Egamma::PhotonCnvPlots::m_convRvsType
TH2 * m_convRvsType
Definition: PhotonCnvPlots.h:34
Egamma::PhotonCnvPlots::m_nParticles_weighted
TH1 * m_nParticles_weighted
Definition: PhotonCnvPlots.h:30
Egamma::PhotonCnvPlots::PhotonCnvPlots
PhotonCnvPlots(PlotBase *pParent, const std::string &sDir, const std::string &sParticleType)
Definition: PhotonCnvPlots.cxx:13
Egamma::PhotonCnvPlots::m_convDeltaEta
TH1 * m_convDeltaEta
Definition: PhotonCnvPlots.h:36
Egamma::PhotonCnvPlots::fill
void fill(const xAOD::Photon &photon, const xAOD::EventInfo &eventInfo, bool isPrompt)
Definition: PhotonCnvPlots.cxx:44
Photon.h
PhotonxAODHelpers.h
Egamma::PhotonCnvPlots::m_nVtx
TH1 * m_nVtx
Definition: PhotonCnvPlots.h:31
Egamma::PhotonCnvPlots::m_oKinAllPlots
Egamma::KinematicsPlots m_oKinAllPlots
Definition: PhotonCnvPlots.h:24
EventInfo.h
xAOD::EventInfo_v1
Class describing the basic event information.
Definition: EventInfo_v1.h:43
xAOD::photon
@ photon
Definition: TrackingPrimitives.h:199
Egamma::PhotonCnvPlots::m_oKinIsoPlots
Egamma::KinematicsPlots m_oKinIsoPlots
Definition: PhotonCnvPlots.h:25
xAOD::Photon_v1
Definition: Photon_v1.h:37
MCTruthPartClassifier::isPrompt
int isPrompt(const unsigned int classify, bool allow_prompt_tau_decays=true)
Definition: TruthClassifiers.h:180
Egamma::PhotonCnvPlots::m_convRvsEta
TH2 * m_convRvsEta
Definition: PhotonCnvPlots.h:33
PlotBase.h
Egamma::PhotonCnvPlots::m_convDeltaPhi
TH1 * m_convDeltaPhi
Definition: PhotonCnvPlots.h:37
ParamPlots.h
Egamma::PhotonCnvPlots::m_sParticleType
std::string m_sParticleType
Definition: PhotonCnvPlots.h:27