Main Page
Namespaces
Classes
Package Documentation
EventFilter
CSCRawToDigi
interface
CSCDCCUnpacker.h
Go to the documentation of this file.
1
#ifndef CSCDCCUnpacker_h
2
#define CSCDCCUnpacker_h
3
10
#include <
FWCore/Framework/interface/ConsumesCollector.h
>
11
#include <
FWCore/Framework/interface/stream/EDProducer.h
>
12
#include <
FWCore/ParameterSet/interface/ParameterSet.h
>
13
#include <
DataFormats/FEDRawData/interface/FEDRawDataCollection.h
>
14
15
class
CSCMonitorInterface
;
16
17
class
CSCDCCUnpacker
:
public
edm::stream::EDProducer
<> {
18
public
:
20
CSCDCCUnpacker
(
const
edm::ParameterSet
&
pset
);
21
23
~CSCDCCUnpacker
()
override
;
24
25
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
26
28
void
produce
(
edm::Event
&
e
,
const
edm::EventSetup
&
c
)
override
;
29
31
void
visual_raw
(
int
hl,
int
id
,
int
run
,
int
event
,
bool
fedshort,
bool
fDump,
short
unsigned
int
* buf)
const
;
32
33
private
:
34
35
bool
debug
,
printEventNumber
,
goodEvent
,
useExaminer
,
unpackStatusDigis
;
36
bool
useSelectiveUnpacking
,
useFormatStatus
;
37
39
bool
visualFEDInspect
,
visualFEDShort
,
formatedEventDump
;
41
bool
SuppressZeroLCT
;
42
43
int
numOfEvents
;
44
unsigned
int
errorMask
,
examinerMask
;
45
bool
instantiateDQM
;
46
CSCMonitorInterface
*
monitor
;
47
49
edm::EDGetTokenT<FEDRawDataCollection>
i_token
;
50
51
52
};
53
54
#endif
CSCDCCUnpacker
Definition:
CSCDCCUnpacker.h:17
CSCDCCUnpacker::SuppressZeroLCT
bool SuppressZeroLCT
Suppress zeros LCTs.
Definition:
CSCDCCUnpacker.h:41
CSCDCCUnpacker::unpackStatusDigis
bool unpackStatusDigis
Definition:
CSCDCCUnpacker.h:35
CSCDCCUnpacker::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
CSCDCCUnpacker.cc:152
EnergyCorrector.c
c
Definition:
EnergyCorrector.py:44
CSCDCCUnpacker::monitor
CSCMonitorInterface * monitor
Definition:
CSCDCCUnpacker.h:46
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
FEDRawDataCollection.h
CSCDCCUnpacker::useExaminer
bool useExaminer
Definition:
CSCDCCUnpacker.h:35
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
edm::EDGetTokenT< FEDRawDataCollection >
CSCDCCUnpacker::visualFEDInspect
bool visualFEDInspect
Visualization of raw data.
Definition:
CSCDCCUnpacker.h:39
writedatasetfile.run
run
Definition:
writedatasetfile.py:27
CSCDCCUnpacker::instantiateDQM
bool instantiateDQM
Definition:
CSCDCCUnpacker.h:45
ParameterSet.h
EDProducer.h
CSCDCCUnpacker::printEventNumber
bool printEventNumber
Definition:
CSCDCCUnpacker.h:35
CSCDCCUnpacker::numOfEvents
int numOfEvents
Definition:
CSCDCCUnpacker.h:43
CSCDCCUnpacker::visual_raw
void visual_raw(int hl, int id, int run, int event, bool fedshort, bool fDump, short unsigned int *buf) const
Visualization of raw data in FED-less events (Robert Harr and Alexander Sakharov) ...
Definition:
CSCDCCUnpacker.cc:688
CSCDCCUnpacker::~CSCDCCUnpacker
~CSCDCCUnpacker() override
Destructor.
Definition:
CSCDCCUnpacker.cc:147
edm::EventSetup
Definition:
EventSetup.h:57
CSCDCCUnpacker::goodEvent
bool goodEvent
Definition:
CSCDCCUnpacker.h:35
CSCDCCUnpacker::visualFEDShort
bool visualFEDShort
Definition:
CSCDCCUnpacker.h:39
CSCDCCUnpacker::i_token
edm::EDGetTokenT< FEDRawDataCollection > i_token
Token for consumes interface & access to data.
Definition:
CSCDCCUnpacker.h:49
CSCDCCUnpacker::errorMask
unsigned int errorMask
Definition:
CSCDCCUnpacker.h:44
edm::stream::EDProducer
Definition:
EDProducer.h:38
CSCDCCUnpacker::examinerMask
unsigned int examinerMask
Definition:
CSCDCCUnpacker.h:44
CSCDCCUnpacker::useSelectiveUnpacking
bool useSelectiveUnpacking
Definition:
CSCDCCUnpacker.h:36
CSCDCCUnpacker::formatedEventDump
bool formatedEventDump
Definition:
CSCDCCUnpacker.h:39
CSCDCCUnpacker::useFormatStatus
bool useFormatStatus
Definition:
CSCDCCUnpacker.h:36
CSCDCCUnpacker::CSCDCCUnpacker
CSCDCCUnpacker(const edm::ParameterSet &pset)
Constructor.
Definition:
CSCDCCUnpacker.cc:75
CSCMonitorInterface
Definition:
CSCMonitorInterface.h:17
edm::ParameterSet
Definition:
ParameterSet.h:36
CSCDCCUnpacker::debug
bool debug
Definition:
CSCDCCUnpacker.h:35
edm::Event
Definition:
Event.h:71
ConsumesCollector.h
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
CSCDCCUnpacker::produce
void produce(edm::Event &e, const edm::EventSetup &c) override
Produce digis out of raw data.
Definition:
CSCDCCUnpacker.cc:172
event
Definition:
event.py:1
Generated for CMSSW Reference Manual by
1.8.11