ATLAS Offline Software
Loading...
Searching...
No Matches
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/*
12This 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
virtual StatusCode fillVariables(const EventContext &ctx) const override
Function that fills variables by just retrieving containers of trigger objects.
MuonTriggerCount(const std::string &name, ISvcLocator *pSvcLocator)
TrigMuonMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)