Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
SimCalorimetry
HcalZeroSuppressionProducers
src
HcalRealisticZS.h
Go to the documentation of this file.
1
#ifndef HCALSIMPLEREALISTICZS_H
2
#define HCALSIMPLEREALISTICZS_H 1
3
4
#include "
FWCore/Framework/interface/EDProducer.h
"
5
#include "
FWCore/Framework/interface/Event.h
"
6
#include "
DataFormats/Common/interface/Handle.h
"
7
8
#include "
FWCore/Framework/interface/EventSetup.h
"
9
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
10
11
#include "
HcalZSAlgoRealistic.h
"
12
13
//#include "CalibFormats/HcalObjects/interface/HcalDbService.h"
14
//#include "CalibFormats/HcalObjects/interface/HcalDbRecord.h"
15
22
class
HcalRealisticZS
:
public
edm::EDProducer
{
23
public
:
24
explicit
HcalRealisticZS
(
const
edm::ParameterSet
& ps);
25
virtual
~HcalRealisticZS
();
26
virtual
void
produce
(
edm::Event
&
e
,
const
edm::EventSetup
&
c
);
27
private
:
28
std::auto_ptr<HcalZSAlgoRealistic>
algo_
;
29
edm::InputTag
inputLabel_
;
30
};
31
32
#endif
HcalRealisticZS::algo_
std::auto_ptr< HcalZSAlgoRealistic > algo_
Definition:
HcalRealisticZS.h:28
HcalRealisticZS::~HcalRealisticZS
virtual ~HcalRealisticZS()
Definition:
HcalRealisticZS.cc:90
Event.h
EventSetup.h
Handle.h
HcalRealisticZS
Definition:
HcalRealisticZS.h:22
HcalRealisticZS::inputLabel_
edm::InputTag inputLabel_
Definition:
HcalRealisticZS.h:29
edm::EDProducer
Definition:
EDProducer.h:22
HcalRealisticZS::produce
virtual void produce(edm::Event &e, const edm::EventSetup &c)
Definition:
HcalRealisticZS.cc:94
ParameterSet.h
edm::EventSetup
Definition:
EventSetup.h:44
EDProducer.h
trackerHits.c
tuple c
Definition:
trackerHits.py:26
alignCSCRings.e
list e
Definition:
alignCSCRings.py:90
HcalZSAlgoRealistic.h
edm::InputTag
Definition:
InputTag.h:17
edm::ParameterSet
Definition:
ParameterSet.h:35
edm::Event
Definition:
Event.h:56
HcalRealisticZS::HcalRealisticZS
HcalRealisticZS(const edm::ParameterSet &ps)
Definition:
HcalRealisticZS.cc:15
Generated for CMSSW Reference Manual by
1.8.5