CMS 3D CMS Logo

SiPixelHLTSource.h
Go to the documentation of this file.
1 #ifndef SiPixelMonitorRawData_SiPixelHLTSource_h
2 #define SiPixelMonitorRawData_SiPixelHLTSource_h
3 // -*- C++ -*-
4 //
5 // Package: SiPixelMonitorRawData
6 // Class : SiPixelHLTSource
7 //
19 //
20 // Original Author: Andrew York
21 //
22 
23 #include <memory>
24 
25 // user include files
30 
33 
37 
43 
46 
47 #include <boost/cstdint.hpp>
48 
50  public:
51  explicit SiPixelHLTSource(const edm::ParameterSet& conf);
53 
54  virtual void analyze(const edm::Event&, const edm::EventSetup&) override;
55  virtual void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
56  virtual void dqmBeginRun(const edm::Run&, edm::EventSetup const&) override;
57  virtual void bookMEs(DQMStore::IBooker &);
58 
59 
60  private:
65  bool saveFile;
66  bool slowDown;
68  int eventNo;
72  bool firstRun;
73  };
74 
75 #endif
edm::ParameterSet conf_
SiPixelHLTSource(const edm::ParameterSet &conf)
MonitorElement * meNErrors_
edm::EDGetTokenT< edm::DetSetVector< SiPixelRawDataError > > errin_
MonitorElement * meNCRCs_
virtual void bookMEs(DQMStore::IBooker &)
std::string dirName_
edm::EDGetTokenT< FEDRawDataCollection > rawin_
MonitorElement * meRawWords_
virtual void dqmBeginRun(const edm::Run &, edm::EventSetup const &) override
virtual void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
edm::ESHandle< TrackerGeometry > pDD
virtual void analyze(const edm::Event &, const edm::EventSetup &) override
Definition: Run.h:42