src
EventFilter
HcalRawToDigi
plugins
HcalHistogramRawToDigi.h
Go to the documentation of this file.
1
#ifndef HcalHistogramRawToDigi_h
2
#define HcalHistogramRawToDigi_h
3
17
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
18
#include "
FWCore/Framework/interface/Event.h
"
19
#include "
DataFormats/Common/interface/Handle.h
"
20
21
#include "
FWCore/Framework/interface/EventSetup.h
"
22
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
23
#include "
FWCore/Utilities/interface/ESGetToken.h
"
24
25
#include "
EventFilter/HcalRawToDigi/interface/HcalUnpacker.h
"
26
#include "
DataFormats/FEDRawData/interface/FEDRawDataCollection.h
"
27
#include "
CalibFormats/HcalObjects/interface/HcalDbService.h
"
28
#include "
CalibFormats/HcalObjects/interface/HcalDbRecord.h
"
29
30
class
HcalHistogramRawToDigi
:
public
edm::stream::EDProducer
<> {
31
public
:
32
explicit
HcalHistogramRawToDigi
(
const
edm::ParameterSet
& ps);
33
~HcalHistogramRawToDigi
()
override
;
34
void
produce
(
edm::Event
&
e
,
const
edm::EventSetup
&
c
)
override
;
35
36
private
:
37
edm::EDGetTokenT<FEDRawDataCollection>
tok_data_
;
38
edm::ESGetToken<HcalDbService, HcalDbRecord>
tok_dbService_
;
39
HcalUnpacker
unpacker_
;
40
std::vector<int>
fedUnpackList_
;
41
int
firstFED_
;
42
};
43
44
#endif
HcalHistogramRawToDigi::tok_data_
edm::EDGetTokenT< FEDRawDataCollection > tok_data_
Definition:
HcalHistogramRawToDigi.h:37
HcalHistogramRawToDigi::~HcalHistogramRawToDigi
~HcalHistogramRawToDigi() override
Definition:
HcalHistogramRawToDigi.cc:25
HcalHistogramRawToDigi::fedUnpackList_
std::vector< int > fedUnpackList_
Definition:
HcalHistogramRawToDigi.h:40
EDProducer.h
HcalDbRecord.h
Event.h
HcalHistogramRawToDigi::unpacker_
HcalUnpacker unpacker_
Definition:
HcalHistogramRawToDigi.h:39
HcalHistogramRawToDigi::firstFED_
int firstFED_
Definition:
HcalHistogramRawToDigi.h:41
EventSetup.h
FEDRawDataCollection.h
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
edm::EDGetTokenT< FEDRawDataCollection >
HltBtagPostValidation_cff.c
c
Definition:
HltBtagPostValidation_cff.py:35
ParameterSet.h
HcalHistogramRawToDigi::HcalHistogramRawToDigi
HcalHistogramRawToDigi(const edm::ParameterSet &ps)
Definition:
HcalHistogramRawToDigi.cc:8
edm::ESGetToken< HcalDbService, HcalDbRecord >
edm::EventSetup
Definition:
EventSetup.h:56
edm::stream::EDProducer
Definition:
EDProducer.h:36
HcalHistogramRawToDigi
Definition:
HcalHistogramRawToDigi.h:30
HcalHistogramRawToDigi::tok_dbService_
edm::ESGetToken< HcalDbService, HcalDbRecord > tok_dbService_
Definition:
HcalHistogramRawToDigi.h:38
HcalUnpacker.h
HcalUnpacker
Definition:
HcalUnpacker.h:21
edm::ParameterSet
Definition:
ParameterSet.h:48
edm::Event
Definition:
Event.h:73
ESGetToken.h
HcalDbService.h
Handle.h
HcalHistogramRawToDigi::produce
void produce(edm::Event &e, const edm::EventSetup &c) override
Definition:
HcalHistogramRawToDigi.cc:28
Generated for CMSSW Reference Manual by
1.8.14