CMS 3D CMS Logo

DTLocalTriggerTest.h
Go to the documentation of this file.
1 #ifndef DTLocalTriggerTest_H
2 #define DTLocalTriggerTest_H
3 
4 
15 
16 
17 
19 
20 public:
21 
24 
26  ~DTLocalTriggerTest() override;
27 
28 protected:
29 
31  void beginRun(const edm::Run& r, const edm::EventSetup& c) override;
32 
34 
36 
38 
40 
41  const int wheelArrayShift = 3;
42 
43  private:
44 
45  int nMinEvts;
46 
47  bool bookingdone;
48 
49 
50 };
51 
52 #endif
void beginRun(const edm::Run &r, const edm::EventSetup &c) override
BeginRun.
void Bookings(DQMStore::IBooker &, DQMStore::IGetter &)
~DTLocalTriggerTest() override
Destructor.
void fillGlobalSummary(DQMStore::IGetter &)
DTLocalTriggerTest(const edm::ParameterSet &ps)
Constructor.
void runClientDiagnostic(DQMStore::IBooker &, DQMStore::IGetter &) override
Run client analysis.
Definition: Run.h:43