CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMScalInfo.h
Go to the documentation of this file.
1 #ifndef DQMSCALINFO_H
2 #define DQMSCALINFO_H
3 
4 /*
5  * \file DQMDcsInfo.h
6  *
7  * \author A.Meyer - DESY
8  *
9 */
10 
18 
22 //DataFormats
26 
27 class DQMScalInfo: public DQMEDAnalyzer{
28 
29 public:
30 
32  DQMScalInfo(const edm::ParameterSet& ps);
33 
35  virtual ~DQMScalInfo();
36 
37 protected:
38 
40  void analyze(const edm::Event& e, const edm::EventSetup& c);
41  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
42 
43 private:
44 
45  void makeL1Scalars(const edm::Event& e);
46 
52  // histograms
59 
60 };
61 
62 #endif
MonitorElement * hlOC0_
Definition: DQMScalInfo.h:54
std::string scalfolder_
Definition: DQMScalInfo.h:48
void makeL1Scalars(const edm::Event &e)
Definition: DQMScalInfo.cc:57
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
Definition: DQMScalInfo.cc:34
edm::EDGetTokenT< DcsStatusCollection > dcsStatusCollection_
Definition: DQMScalInfo.h:50
DQMScalInfo(const edm::ParameterSet &ps)
Constructor.
Definition: DQMScalInfo.cc:20
virtual ~DQMScalInfo()
Destructor.
Definition: DQMScalInfo.cc:31
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
Definition: DQMScalInfo.cc:51
MonitorElement * hlstart_
Definition: DQMScalInfo.h:56
MonitorElement * hlTE_
Definition: DQMScalInfo.h:55
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord > gtCollection_
Definition: DQMScalInfo.h:49
MonitorElement * hlEC0_
Definition: DQMScalInfo.h:57
edm::ParameterSet parameters_
Definition: DQMScalInfo.h:47
Definition: Run.h:41
edm::EDGetTokenT< Level1TriggerScalersCollection > l1tscollectionToken_
Definition: DQMScalInfo.h:51
MonitorElement * hlHR_
Definition: DQMScalInfo.h:58
MonitorElement * hlresync_
Definition: DQMScalInfo.h:53