CMS 3D CMS Logo

JetMETHLTOfflineClient.h
Go to the documentation of this file.
1 #ifndef DQMOFFLINE_TRIGGER_JETMETHLTOFFLINECLIENT
2 #define DQMOFFLINE_TRIGGER_JETMETHLTOFFLINECLIENT
3 
4 // -*- C++ -*-
5 //
6 // Package: JetMETHLTOffline
7 // Class: JetMETHLTOffline
8 //
9 /*
10  Description: This is a DQM client meant to plot high-level HLT trigger quantities
11  as stored in the HLT results object TriggerResults for the JetMET triggers
12 */
13 
14 //
15 // Originally create by: Kenichi Hatakeyama
16 // April 2009
17 //
18 // Migrated to use DQMEDHarvester by: Jyothsna Rani Komaragiri, Oct 2014
19 //
20 
21 #include <memory>
22 #include <unistd.h>
26 
33 
39 
43 
44 #include <iostream>
45 #include <fstream>
46 #include <vector>
47 
49 private:
51 
52  bool debug_;
53  bool verbose_;
54 
58 
59 public:
60  explicit JetMETHLTOfflineClient(const edm::ParameterSet &);
61  ~JetMETHLTOfflineClient() override;
62 
63  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override; //performed in the endJob
64 };
65 
66 #endif
~JetMETHLTOfflineClient() override
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
JetMETHLTOfflineClient(const edm::ParameterSet &)