#include <HBHERecHitAuxSetter.h>
Definition at line 18 of file HBHERecHitAuxSetter.h.
◆ setAux()
Definition at line 47 of file HBHERecHitAuxSetter.h.
References printConversionInfo::aux, mps_fire::i, info(), MASK_CAPID, MASK_NSAMPLES, MASK_SOI, PresampleTask_cfi::nSamples, OFF_CAPID, OFF_CAPID_ERR, OFF_DROPPED, OFF_LINK_ERR, OFF_NSAMPLES, OFF_SOI, OFF_TDC_TIME, CaloRecHit::setAux(), HBHERecHit::setAuxHBHE(), HBHERecHit::setAuxPhase1(), setBit(), and CaloRecHitAuxSetter::setField().
Referenced by SimpleHBHEPhase1Algo::reconstruct().
50 uint32_t
aux = 0, auxHBHE = 0, auxPhase1 = 0;
65 unsigned soi =
info.soi();
static const unsigned MASK_NSAMPLES
constexpr void setField(uint32_t *u, const unsigned mask, const unsigned offset, const unsigned value)
static const unsigned OFF_SOI
static const unsigned MASK_CAPID
static const unsigned OFF_NSAMPLES
static const unsigned OFF_DROPPED
static const unsigned OFF_CAPID
constexpr void setAuxPhase1(const uint32_t aux)
static const unsigned OFF_TDC_TIME
static const unsigned OFF_CAPID_ERR
static const unsigned OFF_LINK_ERR
constexpr void setAuxHBHE(const uint32_t aux)
static const unsigned MASK_SOI
void setBit(int &_bitArray, unsigned _iBit)
constexpr void setAux(uint32_t value)
◆ MASK_ADC
const unsigned HBHERecHitAuxSetter::MASK_ADC = 0xffff |
|
static |
◆ MASK_CAPID
const unsigned HBHERecHitAuxSetter::MASK_CAPID = 0x3 |
|
static |
◆ MASK_NSAMPLES
const unsigned HBHERecHitAuxSetter::MASK_NSAMPLES = 0xf |
|
static |
◆ MASK_SOI
const unsigned HBHERecHitAuxSetter::MASK_SOI = 0xf |
|
static |
◆ OFF_ADC
const unsigned HBHERecHitAuxSetter::OFF_ADC = 0 |
|
static |
◆ OFF_CAPID
const unsigned HBHERecHitAuxSetter::OFF_CAPID = 24 |
|
static |
◆ OFF_CAPID_ERR
const unsigned HBHERecHitAuxSetter::OFF_CAPID_ERR = 29 |
|
static |
◆ OFF_COMBINED
const unsigned HBHERecHitAuxSetter::OFF_COMBINED = 30 |
|
static |
◆ OFF_DROPPED
const unsigned HBHERecHitAuxSetter::OFF_DROPPED = 27 |
|
static |
◆ OFF_LINK_ERR
const unsigned HBHERecHitAuxSetter::OFF_LINK_ERR = 28 |
|
static |
◆ OFF_NSAMPLES
const unsigned HBHERecHitAuxSetter::OFF_NSAMPLES = 16 |
|
static |
◆ OFF_SOI
const unsigned HBHERecHitAuxSetter::OFF_SOI = 20 |
|
static |
◆ OFF_TDC_TIME
const unsigned HBHERecHitAuxSetter::OFF_TDC_TIME = 26 |
|
static |