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
#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::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
Handle.h
EDProducer.h
edm::EDGetTokenT< FEDRawDataCollection >
ESGetToken.h
HcalHistogramRawToDigi::produce
void produce(edm::Event &e, const edm::EventSetup &c) override
Definition:
HcalHistogramRawToDigi.cc:28
HcalHistogramRawToDigi::tok_dbService_
edm::ESGetToken< HcalDbService, HcalDbRecord > tok_dbService_
Definition:
HcalHistogramRawToDigi.h:38
HcalDbRecord.h
HcalHistogramRawToDigi::fedUnpackList_
std::vector< int > fedUnpackList_
Definition:
HcalHistogramRawToDigi.h:40
HcalHistogramRawToDigi::~HcalHistogramRawToDigi
~HcalHistogramRawToDigi() override
Definition:
HcalHistogramRawToDigi.cc:25
edm::ParameterSet
Definition:
ParameterSet.h:47
HcalHistogramRawToDigi::firstFED_
int firstFED_
Definition:
HcalHistogramRawToDigi.h:41
Event.h
FEDRawDataCollection.h
HcalHistogramRawToDigi::unpacker_
HcalUnpacker unpacker_
Definition:
HcalHistogramRawToDigi.h:39
edm::EventSetup
Definition:
EventSetup.h:58
edm::ESGetToken< HcalDbService, HcalDbRecord >
HcalHistogramRawToDigi::tok_data_
edm::EDGetTokenT< FEDRawDataCollection > tok_data_
Definition:
HcalHistogramRawToDigi.h:37
HcalUnpacker
Definition:
HcalUnpacker.h:21
HcalUnpacker.h
HcalHistogramRawToDigi::HcalHistogramRawToDigi
HcalHistogramRawToDigi(const edm::ParameterSet &ps)
Definition:
HcalHistogramRawToDigi.cc:8
EventSetup.h
edm::EDProducer
Definition:
EDProducer.h:35
HcalDbService.h
ParameterSet.h
c
auto & c
Definition:
CAHitNtupletGeneratorKernelsImpl.h:46
edm::Event
Definition:
Event.h:73
HcalHistogramRawToDigi
Definition:
HcalHistogramRawToDigi.h:30
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
Generated for CMSSW Reference Manual by
1.8.16