HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoEventHeader.cxx
Go to the documentation of this file.
1 //
2 // File HarpoEventHeader.cxx
3 //
10 #include "HarpoEventHeader.h"
11 #include <iostream>
12 
13 ClassImp(HarpoEventHeader)
14 
16 {
17  fEvAnaStatus = 0;
18  evNum = 0;
19 }
20 
22 {
23  std::cout << "---HarpoHeader " << std::endl
24  << " Event Number : " << evNum << std::endl
25  << " Abalyse Status : " << fEvAnaStatus << std::endl;
26 }
27 
FullEvent Header not scecific to the detectors The class is ....
virtual void print()