GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TXXXAnalysis.h
Go to the documentation of this file.
1 // $Id: TXXXAnalysis.h 1450 2015-05-28 08:28:17Z adamczew $
2 //-----------------------------------------------------------------------
3 // The GSI Online Offline Object Oriented (Go4) Project
4 // Experiment Data Processing at EE department, GSI
5 //-----------------------------------------------------------------------
6 // Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH
7 // Planckstr. 1, 64291 Darmstadt, Germany
8 // Contact: http://go4.gsi.de
9 //-----------------------------------------------------------------------
10 // This software can be used under the license agreements as stated
11 // in Go4License.txt file which is part of the distribution.
12 //-----------------------------------------------------------------------
13 
14 #ifndef TXXXANALYSIS_H
15 #define TXXXANALYSIS_H
16 
17 #include "TGo4Analysis.h"
18 
19 class TH1D;
20 class TGo4MbsEvent;
21 class TGo4WinCond;
22 class TXXXUnpackEvent;
23 class TXXXAnlEvent;
24 class TXXXParameter;
25 
26 class TXXXAnalysis : public TGo4Analysis {
27  public:
28  TXXXAnalysis();
29  TXXXAnalysis(int argc, char** argv);
30  virtual ~TXXXAnalysis() ;
31  virtual Int_t UserPreLoop();
32  virtual Int_t UserEventFunc();
33  virtual Int_t UserPostLoop();
34  private:
39  TH1D *fSize;
40  Int_t fEvents;
41  Int_t fLastEvent;
42 
43  ClassDef(TXXXAnalysis,1)
44 };
45 
46 
47 
48 #endif //TXXXANALYSIS_H
49 
50 
51 
Int_t fLastEvent
Definition: TXXXAnalysis.h:34
TGo4MbsEvent * fMbsEvent
Definition: TXXXAnalysis.h:31
virtual Int_t UserPreLoop()
TXXXAnlEvent * fCalEvent
Definition: TXXXAnalysis.h:37
TGo4WinCond * fWinCon1
Definition: TXXXAnalysis.h:38
TH1D * fSize
Definition: TXXXAnalysis.h:39
virtual Int_t UserEventFunc()
virtual Int_t UserPostLoop()
TXXXUnpackEvent * fRawEvent
Definition: TXXXAnalysis.h:36
virtual ~TXXXAnalysis()