Belle II Software development
EclConfiguration::adccounts_t Struct Reference

a struct for the ADC count More...

#include <EclConfiguration.h>

Public Member Functions

void AddHit (const double a, const double t0, const signalsample_t &q)
 add hit method
 

Public Attributes

double total
 total deposition (sum of m_s array)
 
double c [m_nsmp]
 flash ADC measurements
 
double totalHadronDep
 total true hadron energy deposition
 
double totalDep
 total true energy deposition
 
double energyConversion
 energy conversion factor
 
double flighttime
 simulated time weighted by true deposited energy
 
double timeshift
 simulated time shift
 
double timetosensor
 simulated time to sensor
 

Detailed Description

a struct for the ADC count

Definition at line 86 of file EclConfiguration.h.

Member Function Documentation

◆ AddHit()

void AddHit ( const double  a,
const double  t0,
const signalsample_t q 
)

add hit method

Definition at line 74 of file EclConfiguration.cc.

75{
76 total += s.Accumulate(a, t0, c);
77}
double c[m_nsmp]
flash ADC measurements
double total
total deposition (sum of m_s array)

Member Data Documentation

◆ c

double c[m_nsmp]

flash ADC measurements

Definition at line 90 of file EclConfiguration.h.

◆ energyConversion

double energyConversion

energy conversion factor

Definition at line 93 of file EclConfiguration.h.

◆ flighttime

double flighttime

simulated time weighted by true deposited energy

Definition at line 94 of file EclConfiguration.h.

◆ timeshift

double timeshift

simulated time shift

Definition at line 95 of file EclConfiguration.h.

◆ timetosensor

double timetosensor

simulated time to sensor

Definition at line 96 of file EclConfiguration.h.

◆ total

double total

total deposition (sum of m_s array)

Definition at line 89 of file EclConfiguration.h.

◆ totalDep

double totalDep

total true energy deposition

Definition at line 92 of file EclConfiguration.h.

◆ totalHadronDep

double totalHadronDep

total true hadron energy deposition

Definition at line 91 of file EclConfiguration.h.


The documentation for this struct was generated from the following files: