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
// system include files
22
#include <memory>
23
24
// user include files
25
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
26
#include "
FWCore/Framework/interface/EDProducer.h
"
27
28
#include "
FWCore/Framework/interface/Event.h
"
29
#include "
FWCore/Framework/interface/MakerMacros.h
"
30
31
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
32
33
//
34
// class decleration
35
//
36
37
class
EcalRecHitRecalib
:
public
edm::EDProducer
{
38
public
:
39
explicit
EcalRecHitRecalib
(
const
edm::ParameterSet
&);
40
~EcalRecHitRecalib
()
override
;
41
42
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
43
44
private
:
45
// ----------member data ---------------------------
46
47
std::string
ecalHitsProducer_
;
48
std::string
barrelHits_
;
49
std::string
endcapHits_
;
50
std::string
RecalibBarrelHits_
;
51
std::string
RecalibEndcapHits_
;
52
double
refactor_
;
53
double
refactor_mean_
;
54
};
55
56
#endif
EDProducer.h
EcalRecHitRecalib::refactor_
double refactor_
Definition:
EcalRecHitRecalib.h:52
EcalRecHitRecalib::refactor_mean_
double refactor_mean_
Definition:
EcalRecHitRecalib.h:53
MakerMacros.h
EcalRecHitRecalib::RecalibEndcapHits_
std::string RecalibEndcapHits_
Definition:
EcalRecHitRecalib.h:51
EcalRecHitRecalib::EcalRecHitRecalib
EcalRecHitRecalib(const edm::ParameterSet &)
Definition:
EcalRecHitRecalib.cc:15
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
edm::ParameterSet
Definition:
ParameterSet.h:47
Event.h
EcalRecHitRecalib::endcapHits_
std::string endcapHits_
Definition:
EcalRecHitRecalib.h:49
edm::EventSetup
Definition:
EventSetup.h:57
EcalRecHitRecalib::RecalibBarrelHits_
std::string RecalibBarrelHits_
Definition:
EcalRecHitRecalib.h:50
EcalRecHitRecalib
Definition:
EcalRecHitRecalib.h:37
Frameworkfwd.h
edm::EDProducer
Definition:
EDProducer.h:35
EcalRecHitRecalib::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
EcalRecHitRecalib.cc:32
ParameterSet.h
edm::Event
Definition:
Event.h:73
EcalRecHitRecalib::ecalHitsProducer_
std::string ecalHitsProducer_
Definition:
EcalRecHitRecalib.h:47
EcalRecHitRecalib::barrelHits_
std::string barrelHits_
Definition:
EcalRecHitRecalib.h:48
EcalRecHitRecalib::~EcalRecHitRecalib
~EcalRecHitRecalib() override
Definition:
EcalRecHitRecalib.cc:29
Generated for CMSSW Reference Manual by
1.8.16