HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Pmm2AnalyseEvProp.h
Go to the documentation of this file.
1 #ifndef PMM2ANALYSEEVPROP_H
2 #define PMM2ANALYSEEVPROP_H
3 
5 //
6 // Pmm2AnalyseEvProp
7 //
8 // Simple analise of row event properties
9 //
10 
11 #include "TObject.h"
12 #include "HarpoDetAnalyse.h"
13 #include "TH1F.h"
14 #include "TH2F.h"
15 
16 
18 
19  public:
20 
22 
23  void Init();
24  void Save(char *mode=NULL);
25  void process();
26  void print();
27 
28  private:
29  TH1F * helen;
30  TH1F * heprof;
31  TH1F * hadc[2];
32  TH2F * htvse;
33  TH2F * hpps;
34  TH2F * hramp;
35  TH1F * htdiff;
36  TH1F * htdiff2;
37 
38  // Local
39  int itsold; // old time stamp value
40  int verbose; // processing verbose flag
41 
42  ClassDef(Pmm2AnalyseEvProp,1) //Run AnalysePrint
43 };
44 
45 #endif
A simle analyse of base PMM2 event properties.
void Save(char *mode=NULL)
TH2F * hpps
Time stamp vs Event number.
int itsold
Time Stamp differens ( zoom on low val)
TH1F * helen
Redefine empty default.
TH2F * htvse
Adc valuer for each gain.
TH2F * hramp
Time stamp vs PPS counter.
void print()
Ovreloaded medod whic do all job.
TH1F * htdiff
Fine Time vs TDC Ramp.
A virtual class which define interface between HARPO Det Reader and Event Analysis code...
TH1F * htdiff2
Time Stamp differens.
TH1F * heprof
Number of Digi's in event.
TH1F * hadc[2]
Hits per channel.