Belle II Software development
EclConfigurationPure::adccountspure_t Struct Reference

a struct for the fit parameters for the pure CsI calorimeter More...

#include <EclConfigurationPure.h>

Public Member Functions

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

Public Attributes

double total
 total deposition (sum of m_s array)
 
double c [m_nsmp]
 flash ADC measurements
 

Detailed Description

a struct for the fit parameters for the pure CsI calorimeter

Definition at line 73 of file EclConfigurationPure.h.

Member Function Documentation

◆ AddHit()

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

add hit method

Definition at line 48 of file EclConfigurationPure.cc.

50{
51 total += s.Accumulate(a, t0, c);
52}
double total
total deposition (sum of m_s array)

Member Data Documentation

◆ c

double c[m_nsmp]

flash ADC measurements

Definition at line 75 of file EclConfigurationPure.h.

◆ total

double total

total deposition (sum of m_s array)

Definition at line 74 of file EclConfigurationPure.h.


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