CMS 3D CMS Logo

ZDCQIE10Task.h
Go to the documentation of this file.
1 #ifndef ZDCQIE10Task_h
2 #define ZDCQIE10Task_h
3 
4 /*
5  * file: ZDCQIE10Task.h
6  * Author: Quan Wang
7  * Description:
8  * Task for ZDC Read out
9  */
10 
12 
14 {
15  public:
17  ~ZDCQIE10Task() override{}
18 
20  edm::Run const&, edm::EventSetup const&) override;
21 
22  protected:
23  void analyze(edm::Event const&, edm::EventSetup const&) override;
24 
25  // tags
28 
29  // hcaldqm::Containers
30  std::map<uint32_t,MonitorElement*> _cADC_EChannel;
31  std::map<uint32_t,MonitorElement*> _cADC_vs_TS_EChannel;
32 
33 };
34 
35 #endif
36 
37 
38 
std::map< uint32_t, MonitorElement * > _cADC_vs_TS_EChannel
Definition: ZDCQIE10Task.h:31
~ZDCQIE10Task() override
Definition: ZDCQIE10Task.h:17
ZDCQIE10Task(edm::ParameterSet const &)
Definition: ZDCQIE10Task.cc:4
edm::InputTag _tagQIE10
Definition: ZDCQIE10Task.h:26
edm::EDGetTokenT< QIE10DigiCollection > _tokQIE10
Definition: ZDCQIE10Task.h:27
std::map< uint32_t, MonitorElement * > _cADC_EChannel
Definition: ZDCQIE10Task.h:30
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
Definition: ZDCQIE10Task.cc:12
void analyze(edm::Event const &, edm::EventSetup const &) override
Definition: Run.h:44