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
16 public:
17 HLTriggerMuonPlots(PlotBase* pParent, const std::string& sDir);
18 void fill(const xAOD::Muon& Trigmu);
19 void fill(const xAOD::Muon& mu, const xAOD::Muon& Trigmu);
20 void fill(const xAOD::L2StandAloneMuon& L2SAmu);
21 void fill(const xAOD::L2CombinedMuon& L2CBmu);
22 void fill(const xAOD::L2IsoMuon& L2Isomu);
23 //
25};
26
27#endif
HLTriggerMuonPlots(PlotBase *pParent, const std::string &sDir)
void fill(const xAOD::Muon &Trigmu)
Trk::ParamPlots m_oHLTriggerPlots
PlotBase(PlotBase *parent, std::string_view 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