#include "BesVisLib/BesEventHeader.h"
#include <iostream>
Go to the source code of this file.
◆ ClassImp()
Definition at line 11 of file BesEventHeader.cxx.
29 : TObject()
30{
31
32
33 if ( gDebug ) cout << "BesEventHeader ctor called" << endl;
34
35 fRun = 0;
36 fEvent = 0;
37 fMC = true;
38 fRec = false;
39 fDay = 20;
40 fMonth = 7;
41 fYear = 2008;
42 fHour = 1;
43 fMin = 4;
44 fSec = 4;
45 fP = 0.0;
46 fPt = 0.0;
47}