BOSS 7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
BesEventHeader.cxx File Reference
#include "BesVisLib/BesEventHeader.h"
#include <iostream>

Go to the source code of this file.

Functions

 ClassImp (BesEventHeader) BesEventHeader
 

Function Documentation

◆ ClassImp()

ClassImp ( BesEventHeader  )

Definition at line 11 of file BesEventHeader.cxx.

29 : TObject()
30{
31 //
32 // BesEventHeader default constructor
33 if ( gDebug ) cout << "BesEventHeader ctor called" << endl;
34
35 fRun = 0; // Run number
36 fEvent = 0; // Event number
37 fMC = true; // MC event
38 fDay = 20; // Day of Event
39 fMonth = 7; // Month of Event
40 fYear = 2008; // Year of Event
41 fHour = 1; // Hour of Event
42 fMin = 4; // Minute of Event
43 fSec = 4; // Second of Event
44 fP = 0.0; // Total momentum of all Mdc Tracks (in GeV/c)
45 fPt = 0.0; // Transverse momentum
46}