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/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
24
#include "
EventFilter/HcalRawToDigi/interface/HcalUnpacker.h
"
25
#include "
DataFormats/FEDRawData/interface/FEDRawDataCollection.h
"
26
27
class
HcalHistogramRawToDigi
:
public
edm::EDProducer
{
28
public
:
29
explicit
HcalHistogramRawToDigi
(
const
edm::ParameterSet
& ps);
30
~HcalHistogramRawToDigi
()
override
;
31
void
produce
(
edm::Event
&
e
,
const
edm::EventSetup
&
c
)
override
;
32
33
private
:
34
edm::EDGetTokenT<FEDRawDataCollection>
tok_data_
;
35
HcalUnpacker
unpacker_
;
36
std::vector<int>
fedUnpackList_
;
37
int
firstFED_
;
38
};
39
40
#endif
Handle.h
EDProducer.h
edm::EDGetTokenT< FEDRawDataCollection >
HcalHistogramRawToDigi::produce
void produce(edm::Event &e, const edm::EventSetup &c) override
Definition:
HcalHistogramRawToDigi.cc:29
HcalHistogramRawToDigi::fedUnpackList_
std::vector< int > fedUnpackList_
Definition:
HcalHistogramRawToDigi.h:36
HcalHistogramRawToDigi::~HcalHistogramRawToDigi
~HcalHistogramRawToDigi() override
Definition:
HcalHistogramRawToDigi.cc:26
edm::ParameterSet
Definition:
ParameterSet.h:36
HcalHistogramRawToDigi::firstFED_
int firstFED_
Definition:
HcalHistogramRawToDigi.h:37
Event.h
FEDRawDataCollection.h
HcalHistogramRawToDigi::unpacker_
HcalUnpacker unpacker_
Definition:
HcalHistogramRawToDigi.h:35
edm::EventSetup
Definition:
EventSetup.h:57
HltBtagPostValidation_cff.c
c
Definition:
HltBtagPostValidation_cff.py:31
HcalHistogramRawToDigi::tok_data_
edm::EDGetTokenT< FEDRawDataCollection > tok_data_
Definition:
HcalHistogramRawToDigi.h:34
HcalUnpacker
Definition:
HcalUnpacker.h:21
HcalUnpacker.h
HcalHistogramRawToDigi::HcalHistogramRawToDigi
HcalHistogramRawToDigi(const edm::ParameterSet &ps)
Definition:
HcalHistogramRawToDigi.cc:10
EventSetup.h
edm::EDProducer
Definition:
EDProducer.h:36
ParameterSet.h
edm::Event
Definition:
Event.h:73
HcalHistogramRawToDigi
Definition:
HcalHistogramRawToDigi.h:27
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
Generated for CMSSW Reference Manual by
1.8.16