Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
EventFilter
ESRawToDigi
interface
ESRawToDigi.h
Go to the documentation of this file.
1
#ifndef _ESRAWTODIGI_H_
2
#define _ESRAWTODIGI_H_
3
4
#include "
DataFormats/Common/interface/Handle.h
"
5
#include "
FWCore/Framework/interface/Event.h
"
6
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
7
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
8
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
9
#include "
EventFilter/ESRawToDigi/interface/ESUnpacker.h
"
10
#include "
DataFormats/FEDRawData/interface/FEDRawDataCollection.h
"
11
#include "
DataFormats/EcalRawData/interface/ESListOfFEDS.h
"
12
13
14
class
ESRawToDigi
:
public
edm::stream::EDProducer
<> {
15
16
public
:
17
18
ESRawToDigi
(
const
edm::ParameterSet
& ps);
19
virtual
~ESRawToDigi
();
20
21
void
produce
(
edm::Event
&
e
,
const
edm::EventSetup
& es);
22
23
private
:
24
25
26
27
std::string
ESdigiCollection_
;
28
edm::EDGetTokenT<FEDRawDataCollection>
dataToken_
;
29
edm::EDGetTokenT<ESListOfFEDS>
fedsToken_
;
30
31
32
bool
regional_
;
33
34
bool
debug_
;
35
36
ESUnpacker
*
ESUnpacker_
;
37
38
};
39
40
#endif
ESRawToDigi::dataToken_
edm::EDGetTokenT< FEDRawDataCollection > dataToken_
Definition:
ESRawToDigi.h:28
MessageLogger.h
Event.h
FEDRawDataCollection.h
ESRawToDigi::ESUnpacker_
ESUnpacker * ESUnpacker_
Definition:
ESRawToDigi.h:36
Handle.h
ESRawToDigi
Definition:
ESRawToDigi.h:14
edm::EDGetTokenT< FEDRawDataCollection >
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
ESUnpacker
Definition:
ESUnpacker.h:25
ESListOfFEDS.h
ParameterSet.h
ESRawToDigi::ESRawToDigi
ESRawToDigi(const edm::ParameterSet &ps)
Definition:
ESRawToDigi.cc:12
EDProducer.h
ESRawToDigi::ESdigiCollection_
std::string ESdigiCollection_
Definition:
ESRawToDigi.h:27
ESRawToDigi::regional_
bool regional_
Definition:
ESRawToDigi.h:32
edm::EventSetup
Definition:
EventSetup.h:44
ESRawToDigi::fedsToken_
edm::EDGetTokenT< ESListOfFEDS > fedsToken_
Definition:
ESRawToDigi.h:29
edm::stream::EDProducer
Definition:
EDProducer.h:33
ESRawToDigi::produce
void produce(edm::Event &e, const edm::EventSetup &es)
Definition:
ESRawToDigi.cc:39
alignCSCRings.e
list e
Definition:
alignCSCRings.py:90
edm::ParameterSet
Definition:
ParameterSet.h:35
edm::Event
Definition:
Event.h:62
ESUnpacker.h
ESRawToDigi::~ESRawToDigi
virtual ~ESRawToDigi()
Definition:
ESRawToDigi.cc:33
ESRawToDigi::debug_
bool debug_
Definition:
ESRawToDigi.h:34
Generated for CMSSW Reference Manual by
1.8.5