Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
EventFilter
EcalRawToDigi
plugins
EcalRawToRecHitByproductProducer.h
Go to the documentation of this file.
1
#ifndef EventFilter_EcalRawToDigi_EcalRawToRecHitByproductProducer_H
2
#define EventFilter_EcalRawToDigi_EcalRawToRecHitByproductProducer_H
3
4
/* \class EcalRawToRecHitByproductProducer
5
*
6
* Description:
7
* EDProducer which puts in the event all the by-products of the EcalUnpackerWorker
8
*
9
* \author J-R Vlimant
10
*/
11
12
// system include files
13
#include <memory>
14
15
// user include files
16
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
17
#include "
FWCore/Framework/interface/EDProducer.h
"
18
19
#include "
FWCore/Framework/interface/Event.h
"
20
#include "
FWCore/Framework/interface/MakerMacros.h
"
21
22
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
23
24
25
//
26
// class decleration
27
//
28
29
class
EcalRawToRecHitByproductProducer
:
public
edm::EDProducer
{
30
public
:
31
explicit
EcalRawToRecHitByproductProducer
(
const
edm::ParameterSet
&);
32
~EcalRawToRecHitByproductProducer
(){};
33
34
private
:
35
virtual
void
produce
(
edm::Event
&,
const
edm::EventSetup
&);
36
37
std::string
workerName_
;
38
};
39
40
#endif
Event.h
MakerMacros.h
Frameworkfwd.h
edm::EDProducer
Definition:
EDProducer.h:21
ParameterSet.h
edm::EventSetup
Definition:
EventSetup.h:44
EDProducer.h
EcalRawToRecHitByproductProducer
Definition:
EcalRawToRecHitByproductProducer.h:29
EcalRawToRecHitByproductProducer::~EcalRawToRecHitByproductProducer
~EcalRawToRecHitByproductProducer()
Definition:
EcalRawToRecHitByproductProducer.h:32
edm::ParameterSet
Definition:
ParameterSet.h:35
EcalRawToRecHitByproductProducer::produce
virtual void produce(edm::Event &, const edm::EventSetup &)
Definition:
EcalRawToRecHitByproductProducer.cc:45
edm::Event
Definition:
Event.h:50
EcalRawToRecHitByproductProducer::EcalRawToRecHitByproductProducer
EcalRawToRecHitByproductProducer(const edm::ParameterSet &)
Definition:
EcalRawToRecHitByproductProducer.cc:6
EcalRawToRecHitByproductProducer::workerName_
std::string workerName_
Definition:
EcalRawToRecHitByproductProducer.h:37
Generated for CMSSW Reference Manual by
1.8.5