Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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/EDProducer.h
"
7
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
8
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
9
#include "
EventFilter/ESRawToDigi/interface/ESUnpacker.h
"
10
11
12
13
14
class
ESRawToDigi
:
public
edm::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
edm::InputTag
sourceTag_
;
26
edm::InputTag
fedsListLabel_
;
27
std::string
ESdigiCollection_
;
28
bool
regional_
;
29
30
bool
debug_
;
31
32
ESUnpacker
*
ESUnpacker_
;
33
34
};
35
36
#endif
ESRawToDigi::fedsListLabel_
edm::InputTag fedsListLabel_
Definition:
ESRawToDigi.h:26
MessageLogger.h
ESRawToDigi::sourceTag_
edm::InputTag sourceTag_
Definition:
ESRawToDigi.h:25
Event.h
ESRawToDigi::ESUnpacker_
ESUnpacker * ESUnpacker_
Definition:
ESRawToDigi.h:32
Handle.h
ESRawToDigi
Definition:
ESRawToDigi.h:14
edm::EDProducer
Definition:
EDProducer.h:21
ESUnpacker
Definition:
ESUnpacker.h:25
ParameterSet.h
ESRawToDigi::ESRawToDigi
ESRawToDigi(const edm::ParameterSet &ps)
Definition:
ESRawToDigi.cc:13
ESRawToDigi::ESdigiCollection_
std::string ESdigiCollection_
Definition:
ESRawToDigi.h:27
ESRawToDigi::regional_
bool regional_
Definition:
ESRawToDigi.h:28
edm::EventSetup
Definition:
EventSetup.h:44
EDProducer.h
ESRawToDigi::produce
void produce(edm::Event &e, const edm::EventSetup &es)
Definition:
ESRawToDigi.cc:34
alignCSCRings.e
list e
Definition:
alignCSCRings.py:90
edm::InputTag
Definition:
InputTag.h:12
edm::ParameterSet
Definition:
ParameterSet.h:35
edm::Event
Definition:
Event.h:50
ESUnpacker.h
ESRawToDigi::~ESRawToDigi
virtual ~ESRawToDigi()
Definition:
ESRawToDigi.cc:28
ESRawToDigi::debug_
bool debug_
Definition:
ESRawToDigi.h:30
Generated for CMSSW Reference Manual by
1.8.5