Belle II Software development
ECLHitRateCounter::TreeStruct Struct Reference

tree structure More...

#include <ECLHitRateCounter.h>

Public Member Functions

void normalize ()
 normalize accumulated rates based on ECL waveforms
 

Public Attributes

float averageDspBkgRate [16] = {0}
 average background rate per crystal in given segment, calculated using ECL waveforms [hits/second]
 
int numEvents = 0
 number of valid events
 
bool validDspRate = false
 status for rates calculated from waveforms, true if waveforms for all crystals are recorded
 

Detailed Description

tree structure

Definition at line 35 of file ECLHitRateCounter.h.

Member Function Documentation

◆ normalize()

void normalize ( )
inline

normalize accumulated rates based on ECL waveforms

Definition at line 44 of file ECLHitRateCounter.h.

45 {
46 if (numEvents == 0) return;
47
48 for (int i = 0; i < 16; i++) {
50 }
51 }
float averageDspBkgRate[16]
average background rate per crystal in given segment, calculated using ECL waveforms [hits/second]

Member Data Documentation

◆ averageDspBkgRate

float averageDspBkgRate[16] = {0}

average background rate per crystal in given segment, calculated using ECL waveforms [hits/second]

Definition at line 37 of file ECLHitRateCounter.h.

◆ numEvents

int numEvents = 0

number of valid events

Definition at line 38 of file ECLHitRateCounter.h.

◆ validDspRate

bool validDspRate = false

status for rates calculated from waveforms, true if waveforms for all crystals are recorded

Definition at line 39 of file ECLHitRateCounter.h.


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