#include <HcalTBDigiProducer.h>
Private Types | |
typedef CaloTDigitizer < HBHEDigitizerTraits > | HBHEDigitizer |
typedef CaloTDigitizer < HODigitizerTraits > | HODigitizer |
Private Member Functions | |
void | accumulateCaloHits (edm::Handle< std::vector< PCaloHit > > const &hits, int bunchCrossing) |
void | checkGeometry (const edm::EventSetup &eventSetup) |
void | setPhaseShift (const DetId &detId) |
void | sortHits (const edm::PCaloHitContainer &hits) |
fills the vectors for each subdetector More... | |
void | updateGeometry () |
Private Attributes | |
bool | doPhaseShift |
std::string | ecalTBInfoLabel |
std::vector< DetId > | hbheCells |
std::vector< DetId > | hoCells |
HcalAmplifier * | theAmplifier |
HcalCoderFactory * | theCoderFactory |
HcalElectronicsSim * | theElectronicsSim |
const CaloGeometry * | theGeometry |
HBHEDigitizer * | theHBHEDigitizer |
HBHEHitFilter | theHBHEHitFilter |
std::vector< PCaloHit > | theHBHEHits |
CaloHitResponse * | theHBHEResponse |
CaloVShape * | theHcalIntegratedShape |
CaloVShape * | theHcalShape |
HcalHitCorrection * | theHitCorrection |
HODigitizer * | theHODigitizer |
HOHitFilter | theHOHitFilter |
std::vector< PCaloHit > | theHOHits |
CaloHitResponse * | theHOResponse |
HcalTBSimParameterMap * | theParameterMap |
double | thisPhaseShift |
double | tunePhaseShift |
Definition at line 27 of file HcalTBDigiProducer.h.
|
private |
Reconstruction algorithm
Definition at line 53 of file HcalTBDigiProducer.h.
|
private |
Definition at line 54 of file HcalTBDigiProducer.h.
|
explicit |
Definition at line 17 of file HcalTBDigiProducer.cc.
References edm::ConsumesCollector::consumes(), HcalCoderFactory::DB, doPhaseShift, ecalTBInfoLabel, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), DetId::Hcal, instance, CaloHitResponse::setHitCorrection(), CaloHitResponse::setHitFilter(), HcalTBSimParameterMap::simParameters(), AlCaHLTBitMon_QueryRunRegistry::string, theAmplifier, theCoderFactory, theElectronicsSim, theHBHEDigitizer, theHBHEHitFilter, theHBHEResponse, theHitCorrection, theHODigitizer, theHOHitFilter, theHOResponse, theParameterMap, and tunePhaseShift.
|
virtual |
Definition at line 68 of file HcalTBDigiProducer.cc.
References theAmplifier, theCoderFactory, theElectronicsSim, theHBHEDigitizer, theHBHEResponse, theHcalIntegratedShape, theHcalShape, theHitCorrection, theHODigitizer, theHOResponse, and theParameterMap.
|
overridevirtual |
Implements DigiAccumulatorMixMod.
Definition at line 127 of file HcalTBDigiProducer.cc.
References accumulateCaloHits(), and edm::Event::getByLabel().
|
overridevirtual |
Implements DigiAccumulatorMixMod.
Definition at line 137 of file HcalTBDigiProducer.cc.
References accumulateCaloHits(), PileUpEventPrincipal::bunchCrossing(), and PileUpEventPrincipal::getByLabel().
|
private |
Definition at line 112 of file HcalTBDigiProducer.cc.
References CaloTDigitizer< Traits >::add(), HcalHitCorrection::fillChargeSums(), LogDebug, theHBHEDigitizer, theHitCorrection, and theHODigitizer.
Referenced by accumulate().
|
private |
make sure the digitizer has the correct list of all cells that exist in the geometry
Definition at line 180 of file HcalTBDigiProducer.cc.
References geometry, edm::EventSetup::get(), theGeometry, and updateGeometry().
Referenced by initializeEvent().
|
overridevirtual |
Implements DigiAccumulatorMixMod.
Definition at line 147 of file HcalTBDigiProducer.cc.
References instance, LogDebug, edm::Event::put(), CaloTDigitizer< Traits >::run(), AlCaHLTBitMon_QueryRunRegistry::string, theHBHEDigitizer, and theHODigitizer.
|
overridevirtual |
Implements DigiAccumulatorMixMod.
Definition at line 84 of file HcalTBDigiProducer.cc.
References checkGeometry(), doPhaseShift, ecalTBInfoLabel, edm::EventSetup::get(), edm::Event::getByLabel(), DetId::Hcal, CaloTDigitizer< Traits >::initializeHits(), edm::ESHandle< class >::product(), HcalCoderFactory::setDbService(), HcalAmplifier::setDbService(), setPhaseShift(), theAmplifier, theCoderFactory, theHBHEDigitizer, theHBHEHits, theHODigitizer, theHOHits, and thisPhaseShift.
|
private |
Definition at line 221 of file HcalTBDigiProducer.cc.
References Parameters::parameters, CaloHitResponse::setPhaseShift(), HcalTBSimParameterMap::simParameters(), DetId::subdetId(), CaloSimParameters::syncPhase(), theHBHEResponse, theHOResponse, theParameterMap, thisPhaseShift, and tunePhaseShift.
Referenced by initializeEvent().
|
private |
fills the vectors for each subdetector
Definition at line 165 of file HcalTBDigiProducer.cc.
References HcalBarrel, HcalEndcap, HcalOuter, theHBHEHits, and theHOHits.
|
private |
Definition at line 195 of file HcalTBDigiProducer.cc.
References CaloGeometry::getValidDetIds(), hbheCells, DetId::Hcal, HcalBarrel, HcalEndcap, HcalOuter, hoCells, LogDebug, CaloTDigitizer< Traits >::setDetIds(), CaloHitResponse::setGeometry(), theGeometry, theHBHEDigitizer, theHBHEResponse, theHODigitizer, and theHOResponse.
Referenced by checkGeometry().
|
private |
Definition at line 84 of file HcalTBDigiProducer.h.
Referenced by HcalTBDigiProducer(), and initializeEvent().
|
private |
Definition at line 81 of file HcalTBDigiProducer.h.
Referenced by HcalTBDigiProducer(), and initializeEvent().
|
private |
Definition at line 76 of file HcalTBDigiProducer.h.
Referenced by updateGeometry().
|
private |
Definition at line 77 of file HcalTBDigiProducer.h.
Referenced by updateGeometry().
|
private |
Definition at line 63 of file HcalTBDigiProducer.h.
Referenced by HcalTBDigiProducer(), initializeEvent(), and ~HcalTBDigiProducer().
|
private |
Definition at line 64 of file HcalTBDigiProducer.h.
Referenced by HcalTBDigiProducer(), initializeEvent(), and ~HcalTBDigiProducer().
|
private |
Definition at line 65 of file HcalTBDigiProducer.h.
Referenced by HcalTBDigiProducer(), and ~HcalTBDigiProducer().
|
private |
Definition at line 75 of file HcalTBDigiProducer.h.
Referenced by checkGeometry(), and updateGeometry().
|
private |
Definition at line 72 of file HcalTBDigiProducer.h.
Referenced by accumulateCaloHits(), finalizeEvent(), HcalTBDigiProducer(), initializeEvent(), updateGeometry(), and ~HcalTBDigiProducer().
|
private |
Definition at line 67 of file HcalTBDigiProducer.h.
Referenced by HcalTBDigiProducer().
|
private |
Definition at line 79 of file HcalTBDigiProducer.h.
Referenced by initializeEvent(), and sortHits().
|
private |
Definition at line 60 of file HcalTBDigiProducer.h.
Referenced by HcalTBDigiProducer(), setPhaseShift(), updateGeometry(), and ~HcalTBDigiProducer().
|
private |
Definition at line 58 of file HcalTBDigiProducer.h.
Referenced by ~HcalTBDigiProducer().
|
private |
Definition at line 57 of file HcalTBDigiProducer.h.
Referenced by ~HcalTBDigiProducer().
|
private |
Definition at line 70 of file HcalTBDigiProducer.h.
Referenced by accumulateCaloHits(), HcalTBDigiProducer(), and ~HcalTBDigiProducer().
|
private |
Definition at line 73 of file HcalTBDigiProducer.h.
Referenced by accumulateCaloHits(), finalizeEvent(), HcalTBDigiProducer(), initializeEvent(), updateGeometry(), and ~HcalTBDigiProducer().
|
private |
Definition at line 68 of file HcalTBDigiProducer.h.
Referenced by HcalTBDigiProducer().
|
private |
Definition at line 79 of file HcalTBDigiProducer.h.
Referenced by initializeEvent(), and sortHits().
|
private |
Definition at line 61 of file HcalTBDigiProducer.h.
Referenced by HcalTBDigiProducer(), setPhaseShift(), updateGeometry(), and ~HcalTBDigiProducer().
|
private |
Definition at line 56 of file HcalTBDigiProducer.h.
Referenced by HcalTBDigiProducer(), setPhaseShift(), and ~HcalTBDigiProducer().
|
private |
Definition at line 82 of file HcalTBDigiProducer.h.
Referenced by initializeEvent(), and setPhaseShift().
|
private |
Definition at line 85 of file HcalTBDigiProducer.h.
Referenced by HcalTBDigiProducer(), and setPhaseShift().