HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoSimAnalyse.h
Go to the documentation of this file.
1 #ifndef HARPOSIMANALYSE_H
2 #define HARPOSIMANALYSE_H
3 
5 //
6 // HarpoSimAnalyse
7 //
8 // Description of the run
9 //
10 
11 #include "TObject.h"
12 #include "HarpoSimEvent.h"
13 
14 
15 class HarpoSimAnalyse : public TObject {
16 
17 private:
19 
20 public:
22  virtual ~HarpoSimAnalyse() { }
23  void Set(HarpoSimEvent *event);
24 
25  virtual void process();
26 
27  virtual void Init();
28  virtual void ProcessEvent(HarpoSimEvent *event);
29  virtual void print();
30  virtual void Save(char *mode=NULL);
31 
32  ClassDef(HarpoSimAnalyse,1) //Run Analyse
33 };
34 
35 #endif
virtual void Save(char *mode=NULL)
virtual void Init()
void Set(HarpoSimEvent *event)
virtual void print()
A class store HARPO row DCC event data and header. End provide access metods to the row data...
Definition: HarpoSimEvent.h:24
A virtual class which define intrafece between HARPO Reader and Event Analysis code.
virtual void ProcessEvent(HarpoSimEvent *event)
virtual ~HarpoSimAnalyse()
virtual void process()
HarpoSimEvent * anaEvt