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 478 2009-10-29 12:26:09Z linev $
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 TANALYSIS_H
15 #define TANALYSIS_H
16 
17 #include "TGo4Analysis.h"
18 
19 class TGo4MbsEvent;
20 class TXXXControl;
21 
22 class TXXXAnalysis : public TGo4Analysis {
23  public:
24  TXXXAnalysis();
25  TXXXAnalysis(int argc, char** argv);
26  virtual ~TXXXAnalysis() ;
27  virtual Int_t UserPreLoop();
28  virtual Int_t UserEventFunc();
29  virtual Int_t UserPostLoop();
30  private:
33  Int_t fEvents;
34  Int_t fLastEvent;
35 
36  ClassDef(TXXXAnalysis,1)
37 };
38 #endif //TANALYSIS_H
Int_t fLastEvent
Definition: TXXXAnalysis.h:34
TGo4MbsEvent * fMbsEvent
Definition: TXXXAnalysis.h:31
virtual Int_t UserPreLoop()
TXXXControl * fCtl
Definition: TXXXAnalysis.h:32
virtual Int_t UserEventFunc()
virtual Int_t UserPostLoop()
virtual ~TXXXAnalysis()