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>
27 
34 
40 
44 
45 #include <iostream>
46 #include <fstream>
47 #include <vector>
48 
50 private:
52 
53  bool debug_;
54  bool verbose_;
55 
59 
60 public:
61  explicit JetMETHLTOfflineClient(const edm::ParameterSet &);
62  ~JetMETHLTOfflineClient() override;
63 
64  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override; //performed in the endJob
65 };
66 
67 #endif
~JetMETHLTOfflineClient() override
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
JetMETHLTOfflineClient(const edm::ParameterSet &)