Belle II Software development
Hit Struct Reference

Structure to hold some of the calpulse data. More...

#include <TOPTimeBaseCalibratorModule.h>

Public Member Functions

 Hit (double t, double et, int height, double width)
 Full constructor.
 

Public Attributes

double time = 0
 raw time [samples]
 
double timeErr = 0
 raw time uncertainty [samples]
 
int pulseHeight = 0
 pulse height [ADC counts]
 
double pulseWidth = 0
 pulse width [ns]
 

Detailed Description

Structure to hold some of the calpulse data.

Definition at line 30 of file TOPTimeBaseCalibratorModule.h.

Constructor & Destructor Documentation

◆ Hit()

Hit ( double  t,
double  et,
int  height,
double  width 
)
inline

Full constructor.

Definition at line 39 of file TOPTimeBaseCalibratorModule.h.

40 {
41 time = t;
42 timeErr = et;
43 pulseHeight = height;
44 pulseWidth = width;
45 }
double pulseWidth
pulse width [ns]
int pulseHeight
pulse height [ADC counts]
double timeErr
raw time uncertainty [samples]
double time
raw time [samples]

Member Data Documentation

◆ pulseHeight

int pulseHeight = 0

pulse height [ADC counts]

Definition at line 33 of file TOPTimeBaseCalibratorModule.h.

◆ pulseWidth

double pulseWidth = 0

pulse width [ns]

Definition at line 34 of file TOPTimeBaseCalibratorModule.h.

◆ time

double time = 0

raw time [samples]

Definition at line 31 of file TOPTimeBaseCalibratorModule.h.

◆ timeErr

double timeErr = 0

raw time uncertainty [samples]

Definition at line 32 of file TOPTimeBaseCalibratorModule.h.


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