CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
HcalRecHitRecalib Class Reference

#include <CalibCalorimetry/CaloRecalibTools.src/HcalRecHitRecalib.cc>

Inheritance diagram for HcalRecHitRecalib:
edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

void beginRun (const edm::Run &, const edm::EventSetup &) override
 
 HcalRecHitRecalib (const edm::ParameterSet &)
 
void produce (edm::Event &, const edm::EventSetup &) override
 
 ~HcalRecHitRecalib () override
 
- Public Member Functions inherited from edm::EDProducer
 EDProducer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDProducer () override
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
std::vector< edm::ProductResolverIndex > const & putTokenIndexToProductResolverIndex () const
 
std::vector< bool > const & recordProvenanceList () const
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
TypeLabelList const & typeLabelList () const
 used by the fwk to register the list of products of this module More...
 
 ~ProducerBase () noexcept(false) override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Attributes

std::string hcalfile_
 
std::string hcalfileinpath_
 
CaloMiscalibMapHcal mapHcal_
 
std::string RecalibHBHEHits_
 
std::string RecalibHFHits_
 
std::string RecalibHOHits_
 
double refactor_
 
double refactor_mean_
 
edm::EDGetTokenT< HBHERecHitCollectiontok_hbhe_
 
edm::EDGetTokenT< HFRecHitCollectiontok_hf_
 
edm::EDGetTokenT< HORecHitCollectiontok_ho_
 

Additional Inherited Members

- Public Types inherited from edm::EDProducer
typedef EDProducer ModuleType
 
- Public Types inherited from edm::ProducerBase
using ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex > >
 
typedef ProductRegistryHelper::TypeLabelList TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::EDProducer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsInputProcessBlocks ()
 
static bool wantsProcessBlocks ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- Protected Member Functions inherited from edm::ProducerBase
template<class ProductType >
BranchAliasSetterT< ProductType > produces ()
 declare what type of product will make and with which optional label More...
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces ()
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces ()
 
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<BranchType B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<Transition B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<class ProductType >
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
ProducesCollector producesCollector ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 

Detailed Description

Description: Producer to miscalibrate (calibrated) Hcal RecHit

Implementation: <Notes on="" implementation>="">

Definition at line 36 of file HcalRecHitRecalib.h.

Constructor & Destructor Documentation

◆ HcalRecHitRecalib()

HcalRecHitRecalib::HcalRecHitRecalib ( const edm::ParameterSet iConfig)
explicit

Definition at line 12 of file HcalRecHitRecalib.cc.

12  {
13  tok_hbhe_ = consumes<HBHERecHitCollection>(iConfig.getParameter<edm::InputTag>("hbheInput"));
14  tok_ho_ = consumes<HORecHitCollection>(iConfig.getParameter<edm::InputTag>("hoInput"));
15  tok_hf_ = consumes<HFRecHitCollection>(iConfig.getParameter<edm::InputTag>("hfInput"));
16 
17  // HBHEHitsProducer_ = iConfig.getParameter< std::string > ("HBHERecHitsProducer");
18  // HOHitsProducer_ = iConfig.getParameter< std::string > ("HERecHitsProducer");
19  // HFHitsProducer_ = iConfig.getParameter< std::string > ("HERecHitsProducer");
20  // HBHEHits_ = iConfig.getParameter< std::string > ("HBHEHitCollection");
21  // HFHits_ = iConfig.getParameter< std::string > ("HFHitCollection");
22  // HOHits_ = iConfig.getParameter< std::string > ("HOHitCollection");
23 
24  RecalibHBHEHits_ = iConfig.getParameter<std::string>("RecalibHBHEHitCollection");
25  RecalibHFHits_ = iConfig.getParameter<std::string>("RecalibHFHitCollection");
26  RecalibHOHits_ = iConfig.getParameter<std::string>("RecalibHOHitCollection");
27 
28  refactor_ = iConfig.getUntrackedParameter<double>("Refactor", (double)1);
29  refactor_mean_ = iConfig.getUntrackedParameter<double>("Refactor_mean", (double)1);
30 
31  //register your products
32  produces<HBHERecHitCollection>(RecalibHBHEHits_);
33  produces<HFRecHitCollection>(RecalibHFHits_);
34  produces<HORecHitCollection>(RecalibHOHits_);
35 
36  // here read them from xml (particular to HCAL)
37 
38  hcalfileinpath_ = iConfig.getUntrackedParameter<std::string>("fileNameHcal", "");
39  edm::FileInPath hcalfiletmp("CalibCalorimetry/CaloMiscalibTools/data/" + hcalfileinpath_);
40 
41  hcalfile_ = hcalfiletmp.fullPath();
42 }

References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), hcalfile_, hcalfileinpath_, RecalibHBHEHits_, RecalibHFHits_, RecalibHOHits_, refactor_, refactor_mean_, AlCaHLTBitMon_QueryRunRegistry::string, tok_hbhe_, tok_hf_, and tok_ho_.

◆ ~HcalRecHitRecalib()

HcalRecHitRecalib::~HcalRecHitRecalib ( )
override

Definition at line 44 of file HcalRecHitRecalib.cc.

44 {}

Member Function Documentation

◆ beginRun()

void HcalRecHitRecalib::beginRun ( const edm::Run ,
const edm::EventSetup iSetup 
)
overridevirtual

◆ produce()

void HcalRecHitRecalib::produce ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
overridevirtual

Implements edm::EDProducer.

Definition at line 59 of file HcalRecHitRecalib.cc.

59  {
60  using namespace edm;
61  using namespace std;
62 
63  Handle<HBHERecHitCollection> HBHERecHitsHandle;
64  Handle<HFRecHitCollection> HFRecHitsHandle;
65  Handle<HORecHitCollection> HORecHitsHandle;
66 
67  const HBHERecHitCollection* HBHERecHits = nullptr;
68  const HFRecHitCollection* HFRecHits = nullptr;
69  const HORecHitCollection* HORecHits = nullptr;
70 
71  iEvent.getByToken(tok_hbhe_, HBHERecHitsHandle);
72  if (!HBHERecHitsHandle.isValid()) {
73  LogDebug("") << "HcalREcHitRecalib: Error! can't get product!" << std::endl;
74  } else {
75  HBHERecHits = HBHERecHitsHandle.product(); // get a ptr to the product
76  }
77 
78  iEvent.getByToken(tok_ho_, HORecHitsHandle);
79  if (!HORecHitsHandle.isValid()) {
80  LogDebug("") << "HcalREcHitRecalib: Error! can't get product!" << std::endl;
81  } else {
82  HORecHits = HORecHitsHandle.product(); // get a ptr to the product
83  }
84 
85  iEvent.getByToken(tok_hf_, HFRecHitsHandle);
86  if (!HFRecHitsHandle.isValid()) {
87  LogDebug("") << "HcalREcHitRecalib: Error! can't get product!" << std::endl;
88  } else {
89  HFRecHits = HFRecHitsHandle.product(); // get a ptr to the product
90  }
91 
92  // iEvent.getByLabel(HBHEHitsProducer_,HBHEHits_,HBHERecHitsHandle);
93  // HBHERecHits = HBHERecHitsHandle.product(); // get a ptr to the product
94 
95  // iEvent.getByLabel(HFHitsProducer_,HFHits_,HFRecHitsHandle);
96  // HFRecHits = HFRecHitsHandle.product(); // get a ptr to the product
97 
98  // iEvent.getByLabel(HOHitsProducer_,HOHits_,HORecHitsHandle);
99  // HORecHits = HORecHitsHandle.product(); // get a ptr to the product
100 
101  //Create empty output collections
102  auto RecalibHBHERecHitCollection = std::make_unique<HBHERecHitCollection>();
103  auto RecalibHFRecHitCollection = std::make_unique<HFRecHitCollection>();
104  auto RecalibHORecHitCollection = std::make_unique<HORecHitCollection>();
105 
106  // Intercalib constants
107  // edm::ESHandle<EcalIntercalibConstants> pIcal;
108  // iSetup.get<EcalIntercalibConstantsRcd>().get(pIcal);
109  // const EcalIntercalibConstants* ical = pIcal.product();
110 
111  if (HBHERecHits) {
112  //loop on all EcalRecHits (barrel)
114  for (itHBHE = HBHERecHits->begin(); itHBHE != HBHERecHits->end(); ++itHBHE) {
115  // find intercalib constant for this cell
116 
117  // EcalIntercalibConstants::EcalIntercalibConstantMap::const_iterator icalit=ical->getMap().find(itb->id().rawId());
118  // EcalIntercalibConstants::EcalIntercalibConstant icalconst;
119 
120  // if( icalit!=ical->getMap().end() ){
121  // icalconst = icalit->second;
122  // edm::LogDebug("EcalRecHitMiscalib") << "Found intercalib for xtal " << EBDetId(itb->id()) << " " << icalconst ;
123 
124  // } else {
125  // edm::LogError("EcalRecHitMiscalib") << "No intercalib const found for xtal " << EBDetId(itb->id()) << "! something wrong with EcalIntercalibConstants in your DB? "
126  // ;
127  // }
128 
129  float icalconst = (mapHcal_.get().find(itHBHE->id().rawId()))->second;
130  // make the rechit with rescaled energy and put in the output collection
131 
132  icalconst = refactor_mean_ +
133  (icalconst - refactor_mean_) * refactor_; //apply additional scaling factor (works if gaussian)
134  HBHERecHit aHit(itHBHE->id(), itHBHE->energy() * icalconst, itHBHE->time());
135 
136  RecalibHBHERecHitCollection->push_back(aHit);
137  }
138  }
139 
140  if (HFRecHits) {
141  //loop on all EcalRecHits (barrel)
143  for (itHF = HFRecHits->begin(); itHF != HFRecHits->end(); ++itHF) {
144  // find intercalib constant for this cell
145 
146  // EcalIntercalibConstants::EcalIntercalibConstantMap::const_iterator icalit=ical->getMap().find(itb->id().rawId());
147  // EcalIntercalibConstants::EcalIntercalibConstant icalconst;
148 
149  // if( icalit!=ical->getMap().end() ){
150  // icalconst = icalit->second;
151  // edm::LogDebug("EcalRecHitMiscalib") << "Found intercalib for xtal " << EBDetId(itb->id()) << " " << icalconst ;
152 
153  // } else {
154  // edm::LogError("EcalRecHitMiscalib") << "No intercalib const found for xtal " << EBDetId(itb->id()) << "! something wrong with EcalIntercalibConstants in your DB? "
155  // ;
156  // }
157 
158  // make the rechit with rescaled energy and put in the output collection
159 
160  float icalconst = (mapHcal_.get().find(itHF->id().rawId()))->second;
161  icalconst = refactor_mean_ +
162  (icalconst - refactor_mean_) * refactor_; //apply additional scaling factor (works if gaussian)
163  HFRecHit aHit(itHF->id(), itHF->energy() * icalconst, itHF->time());
164 
165  RecalibHFRecHitCollection->push_back(aHit);
166  }
167  }
168 
169  if (HORecHits) {
170  //loop on all EcalRecHits (barrel)
172  for (itHO = HORecHits->begin(); itHO != HORecHits->end(); ++itHO) {
173  // find intercalib constant for this cell
174 
175  // EcalIntercalibConstants::EcalIntercalibConstantMap::const_iterator icalit=ical->getMap().find(itb->id().rawId());
176  // EcalIntercalibConstants::EcalIntercalibConstant icalconst;
177 
178  // if( icalit!=ical->getMap().end() ){
179  // icalconst = icalit->second;
180  // edm::LogDebug("EcalRecHitMiscalib") << "Found intercalib for xtal " << EBDetId(itb->id()) << " " << icalconst ;
181 
182  // } else {
183  // edm::LogError("EcalRecHitMiscalib") << "No intercalib const found for xtal " << EBDetId(itb->id()) << "! something wrong with EcalIntercalibConstants in your DB? "
184  // ;
185  // }
186 
187  // make the rechit with rescaled energy and put in the output collection
188 
189  float icalconst = (mapHcal_.get().find(itHO->id().rawId()))->second;
190  icalconst = refactor_mean_ +
191  (icalconst - refactor_mean_) * refactor_; //apply additional scaling factor (works if gaussian)
192  HORecHit aHit(itHO->id(), itHO->energy() * icalconst, itHO->time());
193 
194  RecalibHORecHitCollection->push_back(aHit);
195  }
196  }
197 
198  //Put Recalibrated rechit in the event
199  iEvent.put(std::move(RecalibHBHERecHitCollection), RecalibHBHEHits_);
200  iEvent.put(std::move(RecalibHFRecHitCollection), RecalibHFHits_);
201  iEvent.put(std::move(RecalibHORecHitCollection), RecalibHOHits_);
202 }

References edm::SortedCollection< T, SORT >::begin(), edm::SortedCollection< T, SORT >::end(), CaloMiscalibMapHcal::get(), egHLT::errCodes::HBHERecHits, egHLT::errCodes::HFRecHits, iEvent, edm::HandleBase::isValid(), LogDebug, mapHcal_, eostools::move(), edm::Handle< T >::product(), RecalibHBHEHits_, RecalibHFHits_, RecalibHOHits_, refactor_, refactor_mean_, tok_hbhe_, tok_hf_, and tok_ho_.

Member Data Documentation

◆ hcalfile_

std::string HcalRecHitRecalib::hcalfile_
private

Definition at line 52 of file HcalRecHitRecalib.h.

Referenced by beginRun(), and HcalRecHitRecalib().

◆ hcalfileinpath_

std::string HcalRecHitRecalib::hcalfileinpath_
private

Definition at line 53 of file HcalRecHitRecalib.h.

Referenced by HcalRecHitRecalib().

◆ mapHcal_

CaloMiscalibMapHcal HcalRecHitRecalib::mapHcal_
private

Definition at line 55 of file HcalRecHitRecalib.h.

Referenced by beginRun(), and produce().

◆ RecalibHBHEHits_

std::string HcalRecHitRecalib::RecalibHBHEHits_
private

Definition at line 48 of file HcalRecHitRecalib.h.

Referenced by HcalRecHitRecalib(), and produce().

◆ RecalibHFHits_

std::string HcalRecHitRecalib::RecalibHFHits_
private

Definition at line 49 of file HcalRecHitRecalib.h.

Referenced by HcalRecHitRecalib(), and produce().

◆ RecalibHOHits_

std::string HcalRecHitRecalib::RecalibHOHits_
private

Definition at line 50 of file HcalRecHitRecalib.h.

Referenced by HcalRecHitRecalib(), and produce().

◆ refactor_

double HcalRecHitRecalib::refactor_
private

Definition at line 56 of file HcalRecHitRecalib.h.

Referenced by HcalRecHitRecalib(), and produce().

◆ refactor_mean_

double HcalRecHitRecalib::refactor_mean_
private

Definition at line 57 of file HcalRecHitRecalib.h.

Referenced by HcalRecHitRecalib(), and produce().

◆ tok_hbhe_

edm::EDGetTokenT<HBHERecHitCollection> HcalRecHitRecalib::tok_hbhe_
private

Definition at line 45 of file HcalRecHitRecalib.h.

Referenced by HcalRecHitRecalib(), and produce().

◆ tok_hf_

edm::EDGetTokenT<HFRecHitCollection> HcalRecHitRecalib::tok_hf_
private

Definition at line 47 of file HcalRecHitRecalib.h.

Referenced by HcalRecHitRecalib(), and produce().

◆ tok_ho_

edm::EDGetTokenT<HORecHitCollection> HcalRecHitRecalib::tok_ho_
private

Definition at line 46 of file HcalRecHitRecalib.h.

Referenced by HcalRecHitRecalib(), and produce().

edm::SortedCollection::const_iterator
std::vector< T >::const_iterator const_iterator
Definition: SortedCollection.h:80
HcalRecHitRecalib::tok_hbhe_
edm::EDGetTokenT< HBHERecHitCollection > tok_hbhe_
Definition: HcalRecHitRecalib.h:45
edm::Handle::product
T const * product() const
Definition: Handle.h:70
HcalRecHitRecalib::hcalfile_
std::string hcalfile_
Definition: HcalRecHitRecalib.h:52
CaloMiscalibMapHcal::print
void print()
Definition: CaloMiscalibMapHcal.h:46
HORecHit
Definition: HORecHit.h:11
egHLT::errCodes::HFRecHits
Definition: EgHLTErrCodes.h:21
egHLT::errCodes::HBHERecHits
Definition: EgHLTErrCodes.h:20
edm
HLT enums.
Definition: AlignableModifier.h:19
HBHERecHit
Definition: HBHERecHit.h:13
HcalRecHitRecalib::refactor_mean_
double refactor_mean_
Definition: HcalRecHitRecalib.h:57
edm::SortedCollection
Definition: SortedCollection.h:49
edm::ParameterSet::getUntrackedParameter
T getUntrackedParameter(std::string const &, T const &) const
HcalRecHitRecalib::hcalfileinpath_
std::string hcalfileinpath_
Definition: HcalRecHitRecalib.h:53
edm::Handle
Definition: AssociativeIterator.h:50
edm::FileInPath
Definition: FileInPath.h:64
HFRecHit
Definition: HFRecHit.h:11
edm::EventSetup::get
T get() const
Definition: EventSetup.h:80
ecaldqm::topology
const CaloTopology * topology(nullptr)
edm::SortedCollection::begin
const_iterator begin() const
Definition: SortedCollection.h:262
HcalRecHitRecalib::RecalibHFHits_
std::string RecalibHFHits_
Definition: HcalRecHitRecalib.h:49
edm::ESHandle< HcalTopology >
CaloMiscalibMapHcal::prefillMap
void prefillMap(const HcalTopology &topology)
Definition: CaloMiscalibMapHcal.h:21
HcalRecNumberingRecord
Definition: HcalRecNumberingRecord.h:23
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
HcalRecHitRecalib::tok_hf_
edm::EDGetTokenT< HFRecHitCollection > tok_hf_
Definition: HcalRecHitRecalib.h:47
LogDebug
#define LogDebug(id)
Definition: MessageLogger.h:223
edm::SortedCollection::end
const_iterator end() const
Definition: SortedCollection.h:267
HcalRecHitRecalib::mapHcal_
CaloMiscalibMapHcal mapHcal_
Definition: HcalRecHitRecalib.h:55
iEvent
int iEvent
Definition: GenABIO.cc:224
HcalRecHitRecalib::RecalibHOHits_
std::string RecalibHOHits_
Definition: HcalRecHitRecalib.h:50
get
#define get
eostools.move
def move(src, dest)
Definition: eostools.py:511
std
Definition: JetResolutionObject.h:76
HcalRecHitRecalib::RecalibHBHEHits_
std::string RecalibHBHEHits_
Definition: HcalRecHitRecalib.h:48
CaloMiscalibMapHcal::get
const std::map< uint32_t, float > & get()
Definition: CaloMiscalibMapHcal.h:55
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
HcalRecHitRecalib::refactor_
double refactor_
Definition: HcalRecHitRecalib.h:56
HcalRecHitRecalib::tok_ho_
edm::EDGetTokenT< HORecHitCollection > tok_ho_
Definition: HcalRecHitRecalib.h:46
edm::HandleBase::isValid
bool isValid() const
Definition: HandleBase.h:70
MiscalibReaderFromXMLHcal
Definition: MiscalibReaderFromXMLHcal.h:8
edm::InputTag
Definition: InputTag.h:15