CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Static Public Attributes | Private Attributes
HBHEChannelInfo Class Reference

#include <HBHEChannelInfo.h>

Public Types

typedef HcalDetId key_type
 

Public Member Functions

const uint8_t * adc () const
 
int capid () const
 
double chargeInWindow (const unsigned begin, const unsigned end) const
 
void clear ()
 
double darkCurrent () const
 
const float * dFcPerADC () const
 
double energyInWindow (const unsigned begin, const unsigned end) const
 
double fcByPE () const
 
const double * gain () const
 
const double * gainWidth () const
 
bool hasCapidError () const
 
bool hasLinkError () const
 
bool hasTimeInfo () const
 
 HBHEChannelInfo ()
 
 HBHEChannelInfo (const bool hasTimeFromTDC)
 
HcalDetId id () const
 
bool isDropped () const
 
double lambda () const
 
unsigned nSamples () const
 
uint8_t peakAdcValue (const unsigned begin, const unsigned end) const
 
unsigned peakChargeTS (const unsigned begin, const unsigned end) const
 
unsigned peakEnergyTS (const unsigned begin, const unsigned end) const
 
const double * pedestal () const
 
const double * pedestalWidth () const
 
const double * rawCharge () const
 
int recoShape () const
 
const float * riseTime () const
 
void setChannelInfo (const HcalDetId &detId, const int recoShape, const unsigned nSamp, const unsigned iSoi, const int iCapid, const double darkCurrent, const double fcByPE, const double lambda, const bool linkError, const bool capidError, const bool dropThisChannel)
 
void setSample (const unsigned ts, const uint8_t rawADC, const float differentialChargeGain, const double q, const double ped, const double pedWidth, const double g, const double gainWidth, const float t)
 
unsigned soi () const
 
float soiRiseTime () const
 
void tagAsDropped ()
 
uint8_t tsAdc (const unsigned ts) const
 
double tsCharge (const unsigned ts) const
 
float tsDFcPerADC (const unsigned ts) const
 
double tsEnergy (const unsigned ts) const
 
double tsGain (const unsigned ts) const
 
double tsGainWidth (const unsigned ts) const
 
double tsPedestal (const unsigned ts) const
 
double tsPedestalWidth (const unsigned ts) const
 
double tsRawCharge (const unsigned ts) const
 
float tsRiseTime (const unsigned ts) const
 

Static Public Attributes

static const unsigned MAXSAMPLES = 10
 

Private Attributes

uint8_t adc_ [MAXSAMPLES]
 
int32_t capid_
 
double darkCurrent_
 
float dFcPerADC_ [MAXSAMPLES]
 
bool dropped_
 
double fcByPE_
 
double gain_ [MAXSAMPLES]
 
double gainWidth_ [MAXSAMPLES]
 
bool hasCapidError_
 
bool hasLinkError_
 
bool hasTimeInfo_
 
HcalDetId id_
 
double lambda_
 
uint32_t nSamples_
 
double pedestal_ [MAXSAMPLES]
 
double pedestalWidth_ [MAXSAMPLES]
 
double rawCharge_ [MAXSAMPLES]
 
int32_t recoShape_
 
float riseTime_ [MAXSAMPLES]
 
uint32_t soi_
 

Detailed Description

Unpacked charge and TDC information in a format which works for both QIE8 and QIE11

Definition at line 14 of file HBHEChannelInfo.h.

Member Typedef Documentation

Definition at line 17 of file HBHEChannelInfo.h.

Constructor & Destructor Documentation

HBHEChannelInfo::HBHEChannelInfo ( )
inline

Definition at line 21 of file HBHEChannelInfo.h.

22  : rawCharge_{0.}, pedestal_{0.}, pedestalWidth_{0.},
23  gain_{0.}, gainWidth_{0.}, riseTime_{0.f}, adc_{0},
24  dFcPerADC_{0.f}, hasTimeInfo_(false) {clear();}
double gainWidth_[MAXSAMPLES]
float dFcPerADC_[MAXSAMPLES]
double pedestalWidth_[MAXSAMPLES]
uint8_t adc_[MAXSAMPLES]
double gain_[MAXSAMPLES]
double pedestal_[MAXSAMPLES]
double rawCharge_[MAXSAMPLES]
float riseTime_[MAXSAMPLES]
HBHEChannelInfo::HBHEChannelInfo ( const bool  hasTimeFromTDC)
inlineexplicit

Definition at line 26 of file HBHEChannelInfo.h.

27  : rawCharge_{0.}, pedestal_{0.}, pedestalWidth_{0.},
28  gain_{0.}, gainWidth_{0.}, riseTime_{0.f}, adc_{0},
29  dFcPerADC_{0.f}, hasTimeInfo_(hasTimeFromTDC) {clear();}
double gainWidth_[MAXSAMPLES]
float dFcPerADC_[MAXSAMPLES]
double pedestalWidth_[MAXSAMPLES]
uint8_t adc_[MAXSAMPLES]
double gain_[MAXSAMPLES]
double pedestal_[MAXSAMPLES]
double rawCharge_[MAXSAMPLES]
float riseTime_[MAXSAMPLES]

Member Function Documentation

const uint8_t* HBHEChannelInfo::adc ( ) const
inline

Definition at line 108 of file HBHEChannelInfo.h.

References adc_.

108 {return adc_;}
uint8_t adc_[MAXSAMPLES]
int HBHEChannelInfo::capid ( ) const
inline

Definition at line 93 of file HBHEChannelInfo.h.

References capid_.

Referenced by HBHERecHitAuxSetter::setAux().

93 {return capid_;}
double HBHEChannelInfo::chargeInWindow ( const unsigned  begin,
const unsigned  end 
) const
inline

Definition at line 136 of file HBHEChannelInfo.h.

References mps_fire::i, nSamples_, pedestal_, and rawCharge_.

Referenced by SimpleHBHEPhase1Algo::reconstruct().

137  {
138  double sum = 0.0;
139  const unsigned imax = end < nSamples_ ? end : nSamples_;
140  for (unsigned i=begin; i<imax; ++i)
141  sum += (rawCharge_[i] - pedestal_[i]);
142  return sum;
143  }
#define end
Definition: vmac.h:37
double pedestal_[MAXSAMPLES]
double rawCharge_[MAXSAMPLES]
#define begin
Definition: vmac.h:30
void HBHEChannelInfo::clear ( void  )
inline

Definition at line 31 of file HBHEChannelInfo.h.

References capid_, darkCurrent_, dropped_, fcByPE_, hasCapidError_, hasLinkError_, id_, lambda_, nSamples_, recoShape_, soi_, and mitigatedMETSequence_cff::U.

Referenced by Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), Vispa.Views.WidgetView.WidgetView::setDataObjects(), BeautifulSoup.Tag::setString(), Vispa.Views.TreeView.TreeView::updateContent(), Vispa.Views.TableView.TableView::updateContent(), Vispa.Views.BoxDecayView.BoxDecayView::updateContent(), and Vispa.Views.PropertyView.PropertyView::updateContent().

32  {
33  id_ = HcalDetId(0U);
34  recoShape_ = 0;
35  nSamples_ = 0;
36  soi_ = 0;
37  capid_ = 0;
38  darkCurrent_ = 0;
39  fcByPE_ = 0;
40  lambda_ = 0,
41  dropped_ = true;
42  hasLinkError_ = false;
43  hasCapidError_ = false;
44  }
double HBHEChannelInfo::darkCurrent ( ) const
inline

Definition at line 95 of file HBHEChannelInfo.h.

References darkCurrent_.

Referenced by PulseShapeFitOOTPileupCorrection::phase1Apply(), and setChannelInfo().

95 {return darkCurrent_;}
const float* HBHEChannelInfo::dFcPerADC ( ) const
inline

Definition at line 109 of file HBHEChannelInfo.h.

References dFcPerADC_.

109 {return dFcPerADC_;}
float dFcPerADC_[MAXSAMPLES]
double HBHEChannelInfo::energyInWindow ( const unsigned  begin,
const unsigned  end 
) const
inline

Definition at line 145 of file HBHEChannelInfo.h.

References gain_, mps_fire::i, nSamples_, pedestal_, and rawCharge_.

Referenced by SimpleHBHEPhase1Algo::m0Energy().

146  {
147  double sum = 0.0;
148  const unsigned imax = end < nSamples_ ? end : nSamples_;
149  for (unsigned i=begin; i<imax; ++i)
150  sum += (rawCharge_[i] - pedestal_[i])*gain_[i];
151  return sum;
152  }
#define end
Definition: vmac.h:37
double gain_[MAXSAMPLES]
double pedestal_[MAXSAMPLES]
double rawCharge_[MAXSAMPLES]
#define begin
Definition: vmac.h:30
double HBHEChannelInfo::fcByPE ( ) const
inline

Definition at line 96 of file HBHEChannelInfo.h.

References fcByPE_.

Referenced by PulseShapeFitOOTPileupCorrection::phase1Apply(), and setChannelInfo().

96 {return fcByPE_;}
const double* HBHEChannelInfo::gain ( ) const
inline

Definition at line 106 of file HBHEChannelInfo.h.

References gain_.

106 {return gain_;}
double gain_[MAXSAMPLES]
const double* HBHEChannelInfo::gainWidth ( ) const
inline

Definition at line 107 of file HBHEChannelInfo.h.

References gainWidth_.

Referenced by setSample().

107 {return gainWidth_;}
double gainWidth_[MAXSAMPLES]
bool HBHEChannelInfo::hasCapidError ( ) const
inline

Definition at line 100 of file HBHEChannelInfo.h.

References hasCapidError_.

Referenced by HBHERecHitAuxSetter::setAux().

100 {return hasCapidError_;}
bool HBHEChannelInfo::hasLinkError ( ) const
inline

Definition at line 99 of file HBHEChannelInfo.h.

References hasLinkError_.

Referenced by HBHERecHitAuxSetter::setAux().

99 {return hasLinkError_;}
bool HBHEChannelInfo::hasTimeInfo ( ) const
inline
HcalDetId HBHEChannelInfo::id ( ) const
inline
bool HBHEChannelInfo::isDropped ( ) const
inline

Definition at line 98 of file HBHEChannelInfo.h.

References dropped_.

Referenced by HBHEPhase1Reconstructor::processData(), and HBHERecHitAuxSetter::setAux().

98 {return dropped_;}
double HBHEChannelInfo::lambda ( ) const
inline

Definition at line 97 of file HBHEChannelInfo.h.

References lambda_.

Referenced by PulseShapeFitOOTPileupCorrection::phase1Apply(), and setChannelInfo().

97 {return lambda_;}
unsigned HBHEChannelInfo::nSamples ( ) const
inline
uint8_t HBHEChannelInfo::peakAdcValue ( const unsigned  begin,
const unsigned  end 
) const
inline

Definition at line 192 of file HBHEChannelInfo.h.

References adc_, mps_fire::i, and nSamples_.

193  {
194  uint8_t peak = 0;
195  const unsigned imax = end < nSamples_ ? end : nSamples_;
196  for (unsigned i=begin; i<imax; ++i)
197  if (adc_[i] > peak)
198  peak = adc_[i];
199  return peak;
200  }
#define end
Definition: vmac.h:37
uint8_t adc_[MAXSAMPLES]
#define begin
Definition: vmac.h:30
unsigned HBHEChannelInfo::peakChargeTS ( const unsigned  begin,
const unsigned  end 
) const
inline

Definition at line 156 of file HBHEChannelInfo.h.

References mps_fire::i, MAXSAMPLES, nSamples_, pedestal_, lumiQueryAPI::q, and rawCharge_.

157  {
158  unsigned iPeak = MAXSAMPLES;
159  double dmax = -DBL_MAX;
160  const unsigned imax = end < nSamples_ ? end : nSamples_;
161  for (unsigned i=begin; i<imax; ++i)
162  {
163  const double q = rawCharge_[i] - pedestal_[i];
164  if (q > dmax)
165  {
166  dmax = q;
167  iPeak = i;
168  }
169  }
170  return iPeak;
171  }
static const unsigned MAXSAMPLES
#define end
Definition: vmac.h:37
double pedestal_[MAXSAMPLES]
double rawCharge_[MAXSAMPLES]
#define begin
Definition: vmac.h:30
unsigned HBHEChannelInfo::peakEnergyTS ( const unsigned  begin,
const unsigned  end 
) const
inline

Definition at line 173 of file HBHEChannelInfo.h.

References MillePedeFileConverter_cfg::e, gain_, mps_fire::i, MAXSAMPLES, nSamples_, pedestal_, and rawCharge_.

Referenced by SimpleHBHEPhase1Algo::m0Time().

174  {
175  unsigned iPeak = MAXSAMPLES;
176  double dmax = -DBL_MAX;
177  const unsigned imax = end < nSamples_ ? end : nSamples_;
178  for (unsigned i=begin; i<imax; ++i)
179  {
180  const double e = (rawCharge_[i] - pedestal_[i])*gain_[i];
181  if (e > dmax)
182  {
183  dmax = e;
184  iPeak = i;
185  }
186  }
187  return iPeak;
188  }
static const unsigned MAXSAMPLES
#define end
Definition: vmac.h:37
double gain_[MAXSAMPLES]
double pedestal_[MAXSAMPLES]
double rawCharge_[MAXSAMPLES]
#define begin
Definition: vmac.h:30
const double* HBHEChannelInfo::pedestal ( ) const
inline

Definition at line 104 of file HBHEChannelInfo.h.

References pedestal_.

104 {return pedestal_;}
double pedestal_[MAXSAMPLES]
const double* HBHEChannelInfo::pedestalWidth ( ) const
inline

Definition at line 105 of file HBHEChannelInfo.h.

References pedestalWidth_.

105 {return pedestalWidth_;}
double pedestalWidth_[MAXSAMPLES]
const double* HBHEChannelInfo::rawCharge ( ) const
inline

Definition at line 103 of file HBHEChannelInfo.h.

References rawCharge_.

103 {return rawCharge_;}
double rawCharge_[MAXSAMPLES]
int HBHEChannelInfo::recoShape ( ) const
inline
const float* HBHEChannelInfo::riseTime ( ) const
inline

Definition at line 110 of file HBHEChannelInfo.h.

References hasTimeInfo_, and riseTime_.

111  {if (hasTimeInfo_) return riseTime_; else return nullptr;}
float riseTime_[MAXSAMPLES]
void HBHEChannelInfo::setChannelInfo ( const HcalDetId detId,
const int  recoShape,
const unsigned  nSamp,
const unsigned  iSoi,
const int  iCapid,
const double  darkCurrent,
const double  fcByPE,
const double  lambda,
const bool  linkError,
const bool  capidError,
const bool  dropThisChannel 
)
inline

Definition at line 46 of file HBHEChannelInfo.h.

References capid_, darkCurrent(), darkCurrent_, dropped_, fcByPE(), fcByPE_, hasCapidError_, hasLinkError_, id_, lambda(), lambda_, MAXSAMPLES, nSamples_, recoShape(), recoShape_, and soi_.

Referenced by HBHEPhase1Reconstructor::processData().

51  {
53  id_ = detId;
54  nSamples_ = nSamp < MAXSAMPLES ? nSamp : MAXSAMPLES;
55  soi_ = iSoi;
56  capid_ = iCapid;
58  fcByPE_ = fcByPE;
59  lambda_ = lambda,
60  dropped_ = dropThisChannel;
61  hasLinkError_ = linkError;
62  hasCapidError_ = capidError;
63  }
double lambda() const
static const unsigned MAXSAMPLES
double fcByPE() const
int recoShape() const
double darkCurrent() const
void HBHEChannelInfo::setSample ( const unsigned  ts,
const uint8_t  rawADC,
const float  differentialChargeGain,
const double  q,
const double  ped,
const double  pedWidth,
const double  g,
const double  gainWidth,
const float  t 
)
inline

Definition at line 69 of file HBHEChannelInfo.h.

References adc_, dFcPerADC_, g, gain_, gainWidth(), gainWidth_, pedestal_, pedestalWidth_, lumiQueryAPI::q, rawCharge_, riseTime_, and lumiQTWidget::t.

Referenced by HBHEPhase1Reconstructor::processData().

74  {
75  rawCharge_[ts] = q;
76  riseTime_[ts] = t;
77  adc_[ts] = rawADC;
78  dFcPerADC_[ts] = differentialChargeGain;
79  pedestal_[ts] = ped;
80  gain_[ts] = g;
81  pedestalWidth_[ts] = pedWidth;
82  gainWidth_[ts] = gainWidth;
83  }
double gainWidth_[MAXSAMPLES]
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
Definition: Activities.doc:4
const double * gainWidth() const
float dFcPerADC_[MAXSAMPLES]
double pedestalWidth_[MAXSAMPLES]
uint8_t adc_[MAXSAMPLES]
double gain_[MAXSAMPLES]
double pedestal_[MAXSAMPLES]
double rawCharge_[MAXSAMPLES]
float riseTime_[MAXSAMPLES]
unsigned HBHEChannelInfo::soi ( ) const
inline
float HBHEChannelInfo::soiRiseTime ( ) const
inline

Definition at line 129 of file HBHEChannelInfo.h.

References hasTimeInfo_, nSamples_, riseTime_, soi_, and HcalSpecialTimes::UNKNOWN_T_NOTDC.

Referenced by SimpleHBHEPhase1Algo::reconstruct().

130  {
131  return (hasTimeInfo_ && soi_ < nSamples_) ?
133  }
constexpr float UNKNOWN_T_NOTDC
float riseTime_[MAXSAMPLES]
void HBHEChannelInfo::tagAsDropped ( )
inline

Definition at line 65 of file HBHEChannelInfo.h.

References dropped_.

66  {dropped_ = true;}
uint8_t HBHEChannelInfo::tsAdc ( const unsigned  ts) const
inline

Definition at line 123 of file HBHEChannelInfo.h.

References adc_.

Referenced by HBHERecHitAuxSetter::setAux().

123 {return adc_[ts];}
uint8_t adc_[MAXSAMPLES]
double HBHEChannelInfo::tsCharge ( const unsigned  ts) const
inline

Definition at line 119 of file HBHEChannelInfo.h.

References pedestal_, and rawCharge_.

Referenced by HBHEPhase1Reconstructor::runHBHENegativeEFilter().

120  {return rawCharge_[ts] - pedestal_[ts];}
double pedestal_[MAXSAMPLES]
double rawCharge_[MAXSAMPLES]
float HBHEChannelInfo::tsDFcPerADC ( const unsigned  ts) const
inline

Definition at line 124 of file HBHEChannelInfo.h.

References dFcPerADC_.

Referenced by PulseShapeFitOOTPileupCorrection::phase1Apply().

124 {return dFcPerADC_[ts];}
float dFcPerADC_[MAXSAMPLES]
double HBHEChannelInfo::tsEnergy ( const unsigned  ts) const
inline

Definition at line 121 of file HBHEChannelInfo.h.

References gain_, pedestal_, and rawCharge_.

Referenced by SimpleHBHEPhase1Algo::m0Time().

122  {return (rawCharge_[ts] - pedestal_[ts])*gain_[ts];}
double gain_[MAXSAMPLES]
double pedestal_[MAXSAMPLES]
double rawCharge_[MAXSAMPLES]
double HBHEChannelInfo::tsGain ( const unsigned  ts) const
inline

Definition at line 117 of file HBHEChannelInfo.h.

References gain_.

Referenced by HcalDeterministicFit::phase1Apply(), and PulseShapeFitOOTPileupCorrection::phase1Apply().

117 {return gain_[ts];}
double gain_[MAXSAMPLES]
double HBHEChannelInfo::tsGainWidth ( const unsigned  ts) const
inline

Definition at line 118 of file HBHEChannelInfo.h.

References gainWidth_.

118 {return gainWidth_[ts];}
double gainWidth_[MAXSAMPLES]
double HBHEChannelInfo::tsPedestal ( const unsigned  ts) const
inline

Definition at line 115 of file HBHEChannelInfo.h.

References pedestal_.

Referenced by HcalDeterministicFit::phase1Apply(), and PulseShapeFitOOTPileupCorrection::phase1Apply().

115 {return pedestal_[ts];}
double pedestal_[MAXSAMPLES]
double HBHEChannelInfo::tsPedestalWidth ( const unsigned  ts) const
inline

Definition at line 116 of file HBHEChannelInfo.h.

References pedestalWidth_.

Referenced by PulseShapeFitOOTPileupCorrection::phase1Apply().

116 {return pedestalWidth_[ts];}
double pedestalWidth_[MAXSAMPLES]
double HBHEChannelInfo::tsRawCharge ( const unsigned  ts) const
inline

Definition at line 114 of file HBHEChannelInfo.h.

References rawCharge_.

Referenced by HcalDeterministicFit::phase1Apply(), and PulseShapeFitOOTPileupCorrection::phase1Apply().

114 {return rawCharge_[ts];}
double rawCharge_[MAXSAMPLES]
float HBHEChannelInfo::tsRiseTime ( const unsigned  ts) const
inline

Definition at line 125 of file HBHEChannelInfo.h.

References hasTimeInfo_, riseTime_, and HcalSpecialTimes::UNKNOWN_T_NOTDC.

constexpr float UNKNOWN_T_NOTDC
float riseTime_[MAXSAMPLES]

Member Data Documentation

uint8_t HBHEChannelInfo::adc_[MAXSAMPLES]
private

Definition at line 229 of file HBHEChannelInfo.h.

Referenced by adc(), peakAdcValue(), setSample(), and tsAdc().

int32_t HBHEChannelInfo::capid_
private

Definition at line 245 of file HBHEChannelInfo.h.

Referenced by capid(), clear(), and setChannelInfo().

double HBHEChannelInfo::darkCurrent_
private

Definition at line 221 of file HBHEChannelInfo.h.

Referenced by clear(), darkCurrent(), and setChannelInfo().

float HBHEChannelInfo::dFcPerADC_[MAXSAMPLES]
private

Definition at line 233 of file HBHEChannelInfo.h.

Referenced by dFcPerADC(), setSample(), and tsDFcPerADC().

bool HBHEChannelInfo::dropped_
private

Definition at line 252 of file HBHEChannelInfo.h.

Referenced by clear(), isDropped(), setChannelInfo(), and tagAsDropped().

double HBHEChannelInfo::fcByPE_
private

Definition at line 222 of file HBHEChannelInfo.h.

Referenced by clear(), fcByPE(), and setChannelInfo().

double HBHEChannelInfo::gain_[MAXSAMPLES]
private

Definition at line 215 of file HBHEChannelInfo.h.

Referenced by energyInWindow(), gain(), peakEnergyTS(), setSample(), tsEnergy(), and tsGain().

double HBHEChannelInfo::gainWidth_[MAXSAMPLES]
private

Definition at line 218 of file HBHEChannelInfo.h.

Referenced by gainWidth(), setSample(), and tsGainWidth().

bool HBHEChannelInfo::hasCapidError_
private

Definition at line 256 of file HBHEChannelInfo.h.

Referenced by clear(), hasCapidError(), and setChannelInfo().

bool HBHEChannelInfo::hasLinkError_
private

Definition at line 255 of file HBHEChannelInfo.h.

Referenced by clear(), hasLinkError(), and setChannelInfo().

bool HBHEChannelInfo::hasTimeInfo_
private

Definition at line 248 of file HBHEChannelInfo.h.

Referenced by hasTimeInfo(), riseTime(), soiRiseTime(), and tsRiseTime().

HcalDetId HBHEChannelInfo::id_
private

Definition at line 203 of file HBHEChannelInfo.h.

Referenced by clear(), id(), and setChannelInfo().

double HBHEChannelInfo::lambda_
private

Definition at line 223 of file HBHEChannelInfo.h.

Referenced by clear(), lambda(), and setChannelInfo().

const unsigned HBHEChannelInfo::MAXSAMPLES = 10
static
uint32_t HBHEChannelInfo::nSamples_
private
double HBHEChannelInfo::pedestal_[MAXSAMPLES]
private
double HBHEChannelInfo::pedestalWidth_[MAXSAMPLES]
private

Definition at line 212 of file HBHEChannelInfo.h.

Referenced by pedestalWidth(), setSample(), and tsPedestalWidth().

double HBHEChannelInfo::rawCharge_[MAXSAMPLES]
private
int32_t HBHEChannelInfo::recoShape_
private

Definition at line 236 of file HBHEChannelInfo.h.

Referenced by clear(), recoShape(), and setChannelInfo().

float HBHEChannelInfo::riseTime_[MAXSAMPLES]
private

Definition at line 226 of file HBHEChannelInfo.h.

Referenced by riseTime(), setSample(), soiRiseTime(), and tsRiseTime().

uint32_t HBHEChannelInfo::soi_
private

Definition at line 242 of file HBHEChannelInfo.h.

Referenced by clear(), setChannelInfo(), soi(), and soiRiseTime().