ATLAS Offline Software
MuonTriggerCount.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MUONNTRIGGERCOUNT_L1MUONMON_H
6 #define MUONNTRIGGERCOUNT_L1MUONMON_H
7 
9 
10 
11 /*
12 This is a class for monitoring L1Muon.
13  */
15 
16  public:
17  MuonTriggerCount(const std::string& name, ISvcLocator* pSvcLocator );
18 
19  protected:
20  virtual StatusCode fillVariables(const EventContext &ctx) const override;
21 
22 };
23 
24 #endif //MUONNTRIGGERCOUNT_L1MUONMON_H
TrigMuonMonitorAlgorithm.h
MuonTriggerCount::fillVariables
virtual StatusCode fillVariables(const EventContext &ctx) const override
Function that fills variables by just retrieving containers of trigger objects.
Definition: MuonTriggerCount.cxx:13
MuonTriggerCount
Definition: MuonTriggerCount.h:14
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigMuonMonitorAlgorithm
Base class from which analyzers can define a derived class to do specific analysis.
Definition: TrigMuonMonitorAlgorithm.h:22
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
MuonTriggerCount::MuonTriggerCount
MuonTriggerCount(const std::string &name, ISvcLocator *pSvcLocator)
Definition: MuonTriggerCount.cxx:8