HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoAnalyseTest.h
Go to the documentation of this file.
1 #ifndef HARPOANALYSETEST_H
2 #define HARPOANALYSETEST_H
3 
5 //
6 // HarpoAnalyseTest
7 //
8 // Test, Analyses for test the readers.
9 //
10 
11 #include "TObject.h"
12 #include "HarpoAnalyse.h"
13 #include "TProfile.h"
14 
15 
17 
18  public:
19 
21 
25  void SetParam(UInt_t n,UInt_t m, Int_t rise);
26  void process();
27 
28  private:
29  UInt_t fN;
30  UInt_t fM;
31  Int_t fCondition;
32 
33  ClassDef(HarpoAnalyseTestSeq,1)
34 };
35 
37 
38  public:
39 
41 
42  void Init();
43 
44  void SetParam(Int_t rise) { fCondition = rise; }
45 
46  void process();
47 
48  private:
49  Int_t fCondition;
50 
51  ClassDef(HarpoAnalyseTestError,1) //Run AnalyseTest
52 };
53 
54 #endif
UInt_t fN
Ovreloaded medod whic do all job.
Int_t fCondition
Ovreloaded medod whic do all job.
Test Analyses for readers Rise Condition on event defined by HarpoConfig.GetNEvent() ...
Test Analyses for readers Pass N events from sequestce of M and marsk rest with condition.
A virtual class which define intrafece between HARPO Reader and Event Analysis code.
Definition: HarpoAnalyse.h:47
void SetParam(Int_t rise)
void SetParam(UInt_t n, UInt_t m, Int_t rise)