9 #include <framework/dbobjects/RunInfo.h>
10 #include <framework/gearbox/Const.h>
11 #include <framework/gearbox/Unit.h>
19 void RunInfo::Print(Option_t*)
const
21 std::cout <<
" " << std::endl;
22 std::cout <<
"Run Summary" << std::endl;
23 std::cout <<
" Exp " << m_exp <<
", Run " << m_run << std::endl;
24 std::cout <<
" Run Type " << m_runType << std::endl;
25 std::cout <<
" Start time " << m_startTime <<
", Stop time " << m_stopTime
26 <<
", Run Length " << m_runLength <<
", Trigger Rate " << m_triggerRate << std::endl;
27 std::cout <<
" Received nevents " << m_receivedNevent <<
" Accepted nevents " << m_acceptedNevent
28 <<
", Sent nevents " << m_sentNevent << std::endl;
30 std::cout <<
"Detector used " << std::endl;
32 std::cout << det <<
" : " ;
34 std::cout << std::endl;
EDetector
Enum for identifying the detector components (detector and subdetector).
Abstract base class for different kinds of events.