#include <EcalCoder.h>
Public Types | |
typedef CaloTSamples< float, 10 > | EcalSamples |
typedef CorrelatedNoisifier< EcalCorrMatrix > | Noisifier |
Public Member Functions | |
virtual void | analogToDigital (CLHEP::HepRandomEngine *, const EcalSamples &clf, EcalDataFrame &df) const |
from EcalSamples to EcalDataFrame More... | |
EcalCoder (bool addNoise, bool PreMix1, Noisifier *ebCorrNoise0, Noisifier *eeCorrNoise0=nullptr, Noisifier *ebCorrNoise1=nullptr, Noisifier *eeCorrNoise1=nullptr, Noisifier *ebCorrNoise2=nullptr, Noisifier *eeCorrNoise2=nullptr) | |
ctor More... | |
void | setFullScaleEnergy (double EBscale, double EEscale) |
void | setGainRatios (const EcalGainRatios *gainRatios) |
void | setIntercalibConstants (const EcalIntercalibConstantsMC *ical) |
void | setPedestals (const EcalPedestals *pedestals) |
can be fetched every event from the EventSetup More... | |
virtual | ~EcalCoder () |
dtor More... | |
Static Public Attributes | |
static constexpr int | ADCGAINSWITCH = 4079 |
static constexpr int | MAXADC = 4095 |
static constexpr int | NBITS = 12 |
static constexpr int | NGAINS = 3 |
Private Member Functions | |
void | encode (const EcalSamples &ecalSamples, EcalDataFrame &df, CLHEP::HepRandomEngine *) const |
produce the pulse-shape More... | |
void | findGains (const DetId &detId, double theGains[]) const |
void | findIntercalibConstant (const DetId &detId, double &icalconst) const |
void | findPedestal (const DetId &detId, int gainId, double &pedestal, double &width) const |
not yet implemented More... | |
double | fullScaleEnergy (const DetId &did) const |
limit on the energy scale due to the electronics range More... | |
Private Attributes | |
bool | m_addNoise |
const Noisifier * | m_ebCorrNoise [3] |
const Noisifier * | m_eeCorrNoise [3] |
const EcalGainRatios * | m_gainRatios |
const EcalIntercalibConstantsMC * | m_intercals |
double | m_maxEneEB |
double | m_maxEneEE |
const EcalPedestals * | m_peds |
bool | m_PreMix1 |
Definition at line 27 of file EcalCoder.h.
typedef CaloTSamples<float, 10> EcalCoder::EcalSamples |
Definition at line 29 of file EcalCoder.h.
Definition at line 31 of file EcalCoder.h.
EcalCoder::EcalCoder | ( | bool | addNoise, |
bool | PreMix1, | ||
EcalCoder::Noisifier * | ebCorrNoise0, | ||
EcalCoder::Noisifier * | eeCorrNoise0 = nullptr , |
||
EcalCoder::Noisifier * | ebCorrNoise1 = nullptr , |
||
EcalCoder::Noisifier * | eeCorrNoise1 = nullptr , |
||
EcalCoder::Noisifier * | ebCorrNoise2 = nullptr , |
||
EcalCoder::Noisifier * | eeCorrNoise2 = nullptr |
||
) |
ctor
Definition at line 12 of file EcalCoder.cc.
References cms::cuda::assert(), m_ebCorrNoise, and m_eeCorrNoise.
|
virtual |
|
virtual |
from EcalSamples to EcalDataFrame
Definition at line 53 of file EcalCoder.cc.
References das-up-to-nevents::df, encode(), and CaloTSamplesBase< Ttype >::size().
|
private |
produce the pulse-shape
Definition at line 73 of file EcalCoder.cc.
References gpuClustering::adc, ADCGAINSWITCH, cms::cuda::assert(), hcalRecHitTable_cff::detId, das-up-to-nevents::df, fileCollector::done, EcalBarrel, findGains(), findIntercalibConstant(), findPedestal(), fullScaleEnergy(), ecalLiteDTU::gainId(), ecalph2::gains, mps_fire::i, CaloTSamplesBase< Ttype >::id(), CastorSimpleRecAlgoImpl::isSaturated(), dqmiolumiharvest::j, LogDebug, m_addNoise, m_ebCorrNoise, m_eeCorrNoise, m_peds, m_PreMix1, MAXADC, NGAINS, CorrelatedNoisifier< M >::noisify(), CaloTSamplesBase< Ttype >::size(), mathSSE::sqrt(), and SequenceTypes::wait().
Referenced by analogToDigital().
|
private |
Definition at line 296 of file EcalCoder.cc.
References hcalRecHitTable_cff::detId, EcalBarrel, EcalEndcap, EcalCondObjectContainer< T >::find(), EcalCondObjectContainer< T >::getMap(), m_gainRatios, and EcalCondObjectContainer< T >::size().
Referenced by encode().
|
private |
Definition at line 324 of file EcalCoder.cc.
References hcalRecHitTable_cff::detId, EcalCondObjectContainer< T >::end(), EcalCondObjectContainer< T >::find(), EcalCondObjectContainer< T >::getMap(), and m_intercals.
Referenced by encode().
|
private |
not yet implemented
Definition at line 243 of file EcalCoder.cc.
References hcalRecHitTable_cff::detId, EcalBarrel, EcalEndcap, EcalCondObjectContainer< T >::find(), ecalLiteDTU::gainId(), EcalCondObjectContainer< T >::getMap(), LogDebug, m_peds, QIE10Task_cfi::ped, EcalCondObjectContainer< T >::size(), and ApeEstimator_cff::width.
Referenced by encode().
|
private |
limit on the energy scale due to the electronics range
Definition at line 49 of file EcalCoder.cc.
References hcalRecHitTable_cff::detId, EcalBarrel, m_maxEneEB, and m_maxEneEE.
Referenced by encode().
void EcalCoder::setFullScaleEnergy | ( | double | EBscale, |
double | EEscale | ||
) |
void EcalCoder::setGainRatios | ( | const EcalGainRatios * | gainRatios | ) |
void EcalCoder::setIntercalibConstants | ( | const EcalIntercalibConstantsMC * | ical | ) |
void EcalCoder::setPedestals | ( | const EcalPedestals * | pedestals | ) |
can be fetched every event from the EventSetup
Definition at line 43 of file EcalCoder.cc.
References m_peds.
|
static |
Definition at line 35 of file EcalCoder.h.
Referenced by encode().
|
private |
Definition at line 92 of file EcalCoder.h.
Referenced by encode().
|
private |
Definition at line 95 of file EcalCoder.h.
Referenced by EcalCoder(), and encode().
|
private |
Definition at line 96 of file EcalCoder.h.
Referenced by EcalCoder(), and encode().
|
private |
Definition at line 85 of file EcalCoder.h.
Referenced by findGains(), and setGainRatios().
|
private |
Definition at line 87 of file EcalCoder.h.
Referenced by findIntercalibConstant(), and setIntercalibConstants().
|
private |
Definition at line 89 of file EcalCoder.h.
Referenced by fullScaleEnergy(), and setFullScaleEnergy().
|
private |
Definition at line 90 of file EcalCoder.h.
Referenced by fullScaleEnergy(), and setFullScaleEnergy().
|
private |
Definition at line 83 of file EcalCoder.h.
Referenced by encode(), findPedestal(), and setPedestals().
|
private |
Definition at line 93 of file EcalCoder.h.
Referenced by encode().
|
static |
Definition at line 34 of file EcalCoder.h.
Referenced by encode().
|
static |
Definition at line 33 of file EcalCoder.h.
|
static |
Definition at line 36 of file EcalCoder.h.
Referenced by encode().