ATLAS Offline Software
Loading...
Searching...
No Matches
HLTriggerMuonPlots.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_HLTRIGGERMUONPLOTS_H
6#define MUONHISTUTILS_HLTRIGGERMUONPLOTS_H
7
10#include "xAODMuon/Muon.h"
14
15
16
18 public:
19 HLTriggerMuonPlots(PlotBase* pParent, const std::string& sDir);
20 void fill(const xAOD::Muon& Trigmu);
21 void fill(const xAOD::Muon& mu,const xAOD::Muon& Trigmu);
22 void fill(const xAOD::L2StandAloneMuon& L2SAmu);
23 void fill(const xAOD::L2CombinedMuon& L2CBmu);
24 void fill(const xAOD::L2IsoMuon& L2Isomu);
25 //
27};
28
29#endif
HLTriggerMuonPlots(PlotBase *pParent, const std::string &sDir)
void fill(const xAOD::Muon &Trigmu)
Trk::ParamPlots m_oHLTriggerPlots
PlotBase(PlotBase *parent, const std::string &sDir)
Definition PlotBase.cxx:29
L2CombinedMuon_v1 L2CombinedMuon
Define the latest version of the muon CB class.
Muon_v1 Muon
Reference the current persistent version:
L2StandAloneMuon_v2 L2StandAloneMuon
Define the latest version of the muon SA class.
L2IsoMuon_v1 L2IsoMuon
Define the latest version of the muon Iso class.
Definition L2IsoMuon.h:15