Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CalibCalorimetry
CaloMiscalibTools
interface
EcalRecHitRecalib.h
Go to the documentation of this file.
1
#ifndef _ECALRECHITRECALIB_H
2
#define _ECALRECHITRECALIB_H
3
4
// -*- C++ -*-
5
//
6
// Package: EcalRecHitRecalib
7
// Class: EcalRecHitRecalib
8
//
16
//
17
// Original Author: Luca Malgeri
18
//
19
//
20
21
22
// system include files
23
#include <memory>
24
25
// user include files
26
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
27
#include "
FWCore/Framework/interface/EDProducer.h
"
28
29
#include "
FWCore/Framework/interface/Event.h
"
30
#include "
FWCore/Framework/interface/MakerMacros.h
"
31
32
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
33
34
//
35
// class decleration
36
//
37
38
class
EcalRecHitRecalib
:
public
edm::EDProducer
{
39
public
:
40
explicit
EcalRecHitRecalib
(
const
edm::ParameterSet
&);
41
~EcalRecHitRecalib
();
42
43
44
virtual
void
produce
(
edm::Event
&,
const
edm::EventSetup
&);
45
private
:
46
// ----------member data ---------------------------
47
48
std::string
ecalHitsProducer_
;
49
std::string
barrelHits_
;
50
std::string
endcapHits_
;
51
std::string
RecalibBarrelHits_
;
52
std::string
RecalibEndcapHits_
;
53
double
refactor_
;
54
double
refactor_mean_
;
55
56
};
57
58
#endif
Event.h
MakerMacros.h
EcalRecHitRecalib
Definition:
EcalRecHitRecalib.h:38
EcalRecHitRecalib::EcalRecHitRecalib
EcalRecHitRecalib(const edm::ParameterSet &)
Definition:
EcalRecHitRecalib.cc:15
Frameworkfwd.h
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
edm::EDProducer
Definition:
EDProducer.h:30
ParameterSet.h
EcalRecHitRecalib::refactor_mean_
double refactor_mean_
Definition:
EcalRecHitRecalib.h:54
EcalRecHitRecalib::~EcalRecHitRecalib
~EcalRecHitRecalib()
Definition:
EcalRecHitRecalib.cc:31
edm::EventSetup
Definition:
EventSetup.h:44
EcalRecHitRecalib::RecalibEndcapHits_
std::string RecalibEndcapHits_
Definition:
EcalRecHitRecalib.h:52
EDProducer.h
EcalRecHitRecalib::endcapHits_
std::string endcapHits_
Definition:
EcalRecHitRecalib.h:50
EcalRecHitRecalib::RecalibBarrelHits_
std::string RecalibBarrelHits_
Definition:
EcalRecHitRecalib.h:51
EcalRecHitRecalib::barrelHits_
std::string barrelHits_
Definition:
EcalRecHitRecalib.h:49
edm::ParameterSet
Definition:
ParameterSet.h:35
EcalRecHitRecalib::ecalHitsProducer_
std::string ecalHitsProducer_
Definition:
EcalRecHitRecalib.h:48
edm::Event
Definition:
Event.h:62
EcalRecHitRecalib::produce
virtual void produce(edm::Event &, const edm::EventSetup &)
Definition:
EcalRecHitRecalib.cc:40
EcalRecHitRecalib::refactor_
double refactor_
Definition:
EcalRecHitRecalib.h:53
Generated for CMSSW Reference Manual by
1.8.5