ATLAS Offline Software
TriggerEfficiencyPlots.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 MUONPHYSVALMONITORING_TRIGGEREFFICIENCYPLOTS_H
6 #define MUONPHYSVALMONITORING_TRIGGEREFFICIENCYPLOTS_H
7 
10 #include "xAODMuon/Muon.h"
11 
14 public:
15  TriggerEfficiencyPlots(PlotBase* pParent, const std::string& dirName);
16  void fillNumerator(const xAOD::Muon& mu, float Treshold);
17  void fillDenominator(const xAOD::Muon& mu, float Treshold);
18  void fillFeatures(const xAOD::Muon& mu, float Treshold);
19 
23 
27 };
28 
29 #endif
Trk::ParamPlots
Definition: Tracking/TrkValidation/TrkValHistUtils/TrkValHistUtils/ParamPlots.h:13
TriggerEfficiencyPlots::fillNumerator
void fillNumerator(const xAOD::Muon &mu, float Treshold)
Definition: TriggerEfficiencyPlots.cxx:16
PlotBase
Definition: PlotBase.h:33
TriggerEfficiencyPlots::TriggerEfficiencyPlots
TriggerEfficiencyPlots(PlotBase *pParent, const std::string &dirName)
Definition: TriggerEfficiencyPlots.cxx:7
Muon.h
TriggerEfficiencyPlots
class holding Pt plots for Inner Detector RTT Validation and implementing fill methods
Definition: TriggerEfficiencyPlots.h:13
xAOD::Muon_v1
Class describing a Muon.
Definition: Muon_v1.h:38
TriggerEfficiencyPlots::m_pDenomPlots
Trk::ParamPlots m_pDenomPlots
Definition: TriggerEfficiencyPlots.h:20
TriggerEfficiencyPlots::fillDenominator
void fillDenominator(const xAOD::Muon &mu, float Treshold)
Definition: TriggerEfficiencyPlots.cxx:21
TriggerEfficiencyPlots::m_pNumPlots_threshold
Trk::ParamPlots m_pNumPlots_threshold
Definition: TriggerEfficiencyPlots.h:25
TriggerEfficiencyPlots::m_pFeatPlots
Trk::ParamPlots m_pFeatPlots
Definition: TriggerEfficiencyPlots.h:22
TriggerEfficiencyPlots::m_pNumPlots
Trk::ParamPlots m_pNumPlots
Definition: TriggerEfficiencyPlots.h:21
TriggerEfficiencyPlots::m_pFeatPlots_threshold
Trk::ParamPlots m_pFeatPlots_threshold
Definition: TriggerEfficiencyPlots.h:26
TriggerEfficiencyPlots::fillFeatures
void fillFeatures(const xAOD::Muon &mu, float Treshold)
Definition: TriggerEfficiencyPlots.cxx:26
TriggerEfficiencyPlots::m_pDenomPlots_threshold
Trk::ParamPlots m_pDenomPlots_threshold
Definition: TriggerEfficiencyPlots.h:24
PlotBase.h
CaloNoise_fillDB.mu
mu
Definition: CaloNoise_fillDB.py:53
ParamPlots.h