9#include <framework/dbobjects/RunInfo.h> 
   10#include <framework/gearbox/Const.h> 
   20  std::cout << 
" " << std::endl;
 
   21  std::cout << 
"Run Summary" << std::endl;
 
   22  std::cout << 
" Exp " << 
m_exp << 
", Run " << 
m_run << std::endl;
 
   23  std::cout << 
" Run Type " << 
m_runType << std::endl;
 
   29  std::cout << 
"Detector used " << std::endl;
 
   31    std::cout << det << 
"  :   " ;
 
   33  std::cout << std::endl;
 
 
EDetector
Enum for identifying the detector components (detector and subdetector).
virtual void Print(Option_t *option="") const override
Print the content value.
unsigned int m_sentNevent
No.
unsigned int m_acceptedNevent
Get No.
unsigned int m_exp
Experiment Number.
unsigned long long int m_stopTime
Run stop time (Epoch time)
std::string m_runType
Run type.
unsigned int m_run
Run Number.
unsigned long long int m_startTime
Run start time (Epoch time)
Const::DetectorSet m_Belle2Detector
DetectorSet for the sub-detector used.
unsigned int m_runLength
Run length (in sec) by DAQ.
double m_triggerRate
Trigger rate (in Hz)
unsigned int m_receivedNevent
No.
Abstract base class for different kinds of events.