ATLAS Offline Software
Loading...
Searching...
No Matches
BasicTriggerFired.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//
6// Test that counts the number of triggers fired
7//
8#ifndef TRIGANALYSISTEST_BASICTRIGGERFIRED_H
9#define TRIGANALYSISTEST_BASICTRIGGERFIRED_H
10
12
13
14namespace TrigAnalysisTest {
15
16 class BasicTriggerFired : public ITest {
17 public:
19
20 void processEvent(Trig::TrigDecisionTool &trigDecTool);
21 int finalize();
22
23 private:
24 unsigned int m_passed_l1;
25 unsigned int m_passed_hlt;
27 std::map<std::string,int> m_trigger_counts;
28 };
29
30}
31
32#endif
std::map< std::string, int > m_trigger_counts
void processEvent(Trig::TrigDecisionTool &trigDecTool)