 |
Belle II Software
release-05-01-25
|
9 #ifndef RAWFTSWFORMAT_H
10 #define RAWFTSWFORMAT_H
11 #include <rawdata/dataobjects/RawDataBlockFormat.h>
44 virtual unsigned int GetEveNo(
int n) = 0;
59 virtual void GetTTTimeVal(
int n,
struct timeval* tv) = 0;
65 virtual unsigned long long int GetTTTimeNs(
int n) = 0;
77 unsigned int prev_evenum,
unsigned int* cur_evenum,
78 unsigned int prev_exprunsubrun_no,
unsigned int* cur_exprunsubrun_no) = 0;
Abstract base class for different kinds of events.