Main Page
Namespaces
Classes
Package Documentation
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/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
{
29
public
:
30
explicit
HcalHistogramRawToDigi
(
const
edm::ParameterSet
& ps);
31
~HcalHistogramRawToDigi
()
override
;
32
void
produce
(
edm::Event
&
e
,
const
edm::EventSetup
&
c
)
override
;
33
private
:
34
edm::EDGetTokenT<FEDRawDataCollection>
tok_data_
;
35
HcalUnpacker
unpacker_
;
36
std::vector<int>
fedUnpackList_
;
37
int
firstFED_
;
38
};
39
40
#endif
HcalHistogramRawToDigi::tok_data_
edm::EDGetTokenT< FEDRawDataCollection > tok_data_
Definition:
HcalHistogramRawToDigi.h:34
HcalHistogramRawToDigi::~HcalHistogramRawToDigi
~HcalHistogramRawToDigi() override
Definition:
HcalHistogramRawToDigi.cc:29
HcalHistogramRawToDigi::fedUnpackList_
std::vector< int > fedUnpackList_
Definition:
HcalHistogramRawToDigi.h:36
Event.h
HcalHistogramRawToDigi::unpacker_
HcalUnpacker unpacker_
Definition:
HcalHistogramRawToDigi.h:35
HcalHistogramRawToDigi::firstFED_
int firstFED_
Definition:
HcalHistogramRawToDigi.h:37
EnergyCorrector.c
c
Definition:
EnergyCorrector.py:44
EventSetup.h
FEDRawDataCollection.h
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
edm::EDGetTokenT< FEDRawDataCollection >
edm::EDProducer
Definition:
EDProducer.h:36
ParameterSet.h
HcalHistogramRawToDigi::HcalHistogramRawToDigi
HcalHistogramRawToDigi(const edm::ParameterSet &ps)
Definition:
HcalHistogramRawToDigi.cc:11
edm::EventSetup
Definition:
EventSetup.h:57
EDProducer.h
HcalHistogramRawToDigi
Definition:
HcalHistogramRawToDigi.h:27
HcalUnpacker.h
HcalUnpacker
Definition:
HcalUnpacker.h:21
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:71
Handle.h
HcalHistogramRawToDigi::produce
void produce(edm::Event &e, const edm::EventSetup &c) override
Definition:
HcalHistogramRawToDigi.cc:32
Generated for CMSSW Reference Manual by
1.8.11