CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
L1TCSCTFClient.h
Go to the documentation of this file.
1 #ifndef DQM_L1TMONITORCLIENT_L1TCSCTFCLIENT_H
2 #define DQM_L1TMONITORCLIENT_L1TCSCTFCLIENT_H
3 
10 
11 #include <string>
12 
14 public:
17 
19  ~L1TCSCTFClient() override;
20 
21 protected:
24  edm::LuminosityBlock const &,
25  edm::EventSetup const &) override; //performed in the endLumi
26  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override; //performed in the endJob
27 
28 private:
29  void initialize();
30 
32 
34 
36  int counterLS;
37  int counterEvt;
38  int prescaleLS;
40 
45 
46  // -------- member data --------
48 };
49 
50 #endif
void processHistograms(DQMStore::IGetter &)
bool m_runInEventLoop
prescale on number of events
int prescaleEvt
units of lumi sections
std::string input_dir
L1TCSCTFClient(const edm::ParameterSet &ps)
Constructor.
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
int counterEvt
counter
~L1TCSCTFClient() override
Destructor.
MonitorElement * csctferrors_
int prescaleLS
counter
edm::ParameterSet parameters
std::string output_dir
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override