models the behavior of the front-end electronics More...
#include <HGCFEElectronics.h>
Public Types | |
enum | HGCFEElectronicsFirmwareVersion { TRIVIAL, SIMPLE, WITHTOT } |
enum | HGCFEElectronicsTOTMode { WEIGHTEDBYE, SIMPLETHRESHOLD } |
Public Member Functions | |
float | getADClsb () |
returns the LSB in MIP currently configured More... | |
float | getADCThreshold () |
int | getTargetMipValue () |
std::array< float, 3 > | getTDCForToAOnset () |
float | getTDClsb () |
float | getTDCOnset () |
float | getTimeJitter (float totalCharge, int thickness) |
HGCFEElectronics (const edm::ParameterSet &ps) | |
CTOR. More... | |
void | runShaper (DFr &dataFrame, hgc::HGCSimHitData &chargeColl, hgc::HGCSimHitData &toa, CLHEP::HepRandomEngine *engine, uint32_t thrADC=0, float lsbADC=-1, uint32_t gainIdx=0, float maxADC=-1, int thickness=1) |
switches according to the firmware version More... | |
void | runShaperWithToT (DFr &dataFrame, hgc::HGCSimHitData &chargeColl, hgc::HGCSimHitData &toa, CLHEP::HepRandomEngine *engine, uint32_t thrADC, float lsbADC, uint32_t gainIdx, float maxADC, int thickness) |
implements pulse shape and switch to time over threshold including deadtime More... | |
void | runSimpleShaper (DFr &dataFrame, hgc::HGCSimHitData &chargeColl, uint32_t thrADC, float lsbADC, uint32_t gainIdx, float maxADC) |
applies a shape to each time sample and propagates the tails to the subsequent time samples More... | |
void | runTrivialShaper (DFr &dataFrame, hgc::HGCSimHitData &chargeColl, uint32_t thrADC, float lsbADC, uint32_t gainIdx, float maxADC) |
converts charge to digis without pulse shape More... | |
void | setADClsb (float newLSB) |
void | SetNoiseValues (const std::vector< float > &noise_fC) |
uint32_t | toaMode () const |
returns how ToT will be computed More... | |
~HGCFEElectronics () | |
DTOR. More... | |
Private Attributes | |
float | adcLSB_fC_ |
std::array< float, 6 > | adcPulse_ |
float | adcSaturation_fC_ |
float | adcThreshold_fC_ |
std::array< bool, hgc::nSamples > | busyFlags |
uint32_t | fwVersion_ |
std::array< float, 3 > | jitterConstant2_ns_ |
std::array< float, 3 > | jitterNoise2_ns_ |
hgc::HGCSimHitData | newCharge |
std::vector< float > | noise_fC_ |
std::array< float, 6 > | pulseAvgT_ |
uint32_t | targetMIPvalue_ADC_ |
std::vector< float > | tdcChargeDrainParameterisation_ |
std::array< float, 3 > | tdcForToAOnset_fC_ |
float | tdcLSB_fC_ |
float | tdcOnset_fC_ |
float | tdcResolutionInNs_ |
float | tdcSaturation_fC_ |
bool | thresholdFollowsMIP_ |
std::array< bool, hgc::nSamples > | toaFlags |
hgc::HGCSimHitData | toaFromToT |
float | toaLSB_ns_ |
uint32_t | toaMode_ |
std::array< bool, hgc::nSamples > | totFlags |
models the behavior of the front-end electronics
Definition at line 20 of file HGCFEElectronics.h.
enum HGCFEElectronics::HGCFEElectronicsFirmwareVersion |
Enumerator | |
---|---|
TRIVIAL | |
SIMPLE | |
WITHTOT |
Definition at line 22 of file HGCFEElectronics.h.
enum HGCFEElectronics::HGCFEElectronicsTOTMode |
HGCFEElectronics< DFr >::HGCFEElectronics | ( | const edm::ParameterSet & | ps | ) |
CTOR.
Definition at line 11 of file HGCFEElectronics.cc.
References edm::ParameterSet::getParameter().
|
inline |
|
inline |
returns the LSB in MIP currently configured
Definition at line 73 of file HGCFEElectronics.h.
References HGCFEElectronics< DFr >::adcLSB_fC_.
|
inline |
Definition at line 76 of file HGCFEElectronics.h.
References HGCFEElectronics< DFr >::adcThreshold_fC_.
|
inline |
Definition at line 75 of file HGCFEElectronics.h.
References HGCFEElectronics< DFr >::targetMIPvalue_ADC_.
|
inline |
Definition at line 78 of file HGCFEElectronics.h.
References HGCFEElectronics< DFr >::tdcForToAOnset_fC_.
|
inline |
|
inline |
|
inline |
Definition at line 62 of file HGCFEElectronics.h.
References HGCFEElectronics< DFr >::jitterConstant2_ns_, HGCFEElectronics< DFr >::jitterNoise2_ns_, HGCFEElectronics< DFr >::noise_fC_, funct::pow(), mathSSE::sqrt(), and Calorimetry_cff::thickness.
|
inline |
switches according to the firmware version
Definition at line 33 of file HGCFEElectronics.h.
References HGCFEElectronics< DFr >::fwVersion_, HGCFEElectronics< DFr >::runShaperWithToT(), HGCFEElectronics< DFr >::runSimpleShaper(), HGCFEElectronics< DFr >::runTrivialShaper(), HGCFEElectronics< DFr >::SIMPLE, Calorimetry_cff::thickness, and HGCFEElectronics< DFr >::WITHTOT.
void HGCFEElectronics< DFr >::runShaperWithToT | ( | DFr & | dataFrame, |
hgc::HGCSimHitData & | chargeColl, | ||
hgc::HGCSimHitData & | toa, | ||
CLHEP::HepRandomEngine * | engine, | ||
uint32_t | thrADC, | ||
float | lsbADC, | ||
uint32_t | gainIdx, | ||
float | maxADC, | ||
int | thickness | ||
) |
implements pulse shape and switch to time over threshold including deadtime
Definition at line 202 of file HGCFEElectronics.cc.
References ecalMGPA::adc(), ALCARECOTkAlJpsiMuMu_cff::charge, debug, MillePedeFileConverter_cfg::e, f, myMath::fast_expf(), createfilelist::int, SiStripPI::max, min(), mps_check::msg, HGCSample::set(), HGCSample::setToAValid(), and Calorimetry_cff::thickness.
Referenced by HGCFEElectronics< DFr >::runShaper().
void HGCFEElectronics< DFr >::runSimpleShaper | ( | DFr & | dataFrame, |
hgc::HGCSimHitData & | chargeColl, | ||
uint32_t | thrADC, | ||
float | lsbADC, | ||
uint32_t | gainIdx, | ||
float | maxADC | ||
) |
applies a shape to each time sample and propagates the tails to the subsequent time samples
Definition at line 149 of file HGCFEElectronics.cc.
References ecalMGPA::adc(), ALCARECOTkAlJpsiMuMu_cff::charge, debug, f, createfilelist::int, min(), mps_check::msg, and HGCSample::set().
Referenced by HGCFEElectronics< DFr >::runShaper().
void HGCFEElectronics< DFr >::runTrivialShaper | ( | DFr & | dataFrame, |
hgc::HGCSimHitData & | chargeColl, | ||
uint32_t | thrADC, | ||
float | lsbADC, | ||
uint32_t | gainIdx, | ||
float | maxADC | ||
) |
converts charge to digis without pulse shape
Definition at line 110 of file HGCFEElectronics.cc.
References ecalMGPA::adc(), debug, MillePedeFileConverter_cfg::e, createfilelist::int, min(), mps_check::msg, and HGCSample::set().
Referenced by HGCFEElectronics< DFr >::runShaper().
|
inline |
|
inline |
Definition at line 58 of file HGCFEElectronics.h.
References hgceeDigitizer_cfi::noise_fC, and HGCFEElectronics< DFr >::noise_fC_.
|
inline |
returns how ToT will be computed
Definition at line 109 of file HGCFEElectronics.h.
References HGCFEElectronics< DFr >::toaMode_.
|
private |
Definition at line 122 of file HGCFEElectronics.h.
Referenced by HGCFEElectronics< DFr >::getADClsb(), and HGCFEElectronics< DFr >::setADClsb().
|
private |
Definition at line 119 of file HGCFEElectronics.h.
|
private |
Definition at line 122 of file HGCFEElectronics.h.
|
private |
Definition at line 122 of file HGCFEElectronics.h.
Referenced by HGCFEElectronics< DFr >::getADCThreshold().
|
private |
Definition at line 130 of file HGCFEElectronics.h.
|
private |
Definition at line 118 of file HGCFEElectronics.h.
Referenced by HGCFEElectronics< DFr >::runShaper().
|
private |
Definition at line 125 of file HGCFEElectronics.h.
Referenced by HGCFEElectronics< DFr >::getTimeJitter().
|
private |
Definition at line 125 of file HGCFEElectronics.h.
Referenced by HGCFEElectronics< DFr >::getTimeJitter().
|
private |
Definition at line 131 of file HGCFEElectronics.h.
|
private |
Definition at line 126 of file HGCFEElectronics.h.
Referenced by HGCFEElectronics< DFr >::getTimeJitter(), and HGCFEElectronics< DFr >::SetNoiseValues().
|
private |
Definition at line 119 of file HGCFEElectronics.h.
|
private |
Definition at line 124 of file HGCFEElectronics.h.
Referenced by HGCFEElectronics< DFr >::getTargetMipValue().
|
private |
Definition at line 121 of file HGCFEElectronics.h.
|
private |
Definition at line 120 of file HGCFEElectronics.h.
Referenced by HGCFEElectronics< DFr >::getTDCForToAOnset().
|
private |
Definition at line 122 of file HGCFEElectronics.h.
Referenced by HGCFEElectronics< DFr >::getTDClsb().
|
private |
Definition at line 122 of file HGCFEElectronics.h.
Referenced by HGCFEElectronics< DFr >::getTDCOnset().
|
private |
Definition at line 122 of file HGCFEElectronics.h.
|
private |
Definition at line 122 of file HGCFEElectronics.h.
|
private |
Definition at line 128 of file HGCFEElectronics.h.
|
private |
Definition at line 130 of file HGCFEElectronics.h.
|
private |
Definition at line 131 of file HGCFEElectronics.h.
|
private |
Definition at line 122 of file HGCFEElectronics.h.
|
private |
Definition at line 127 of file HGCFEElectronics.h.
Referenced by HGCFEElectronics< DFr >::toaMode().
|
private |
Definition at line 130 of file HGCFEElectronics.h.