GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TYYYAnalysis.h
Go to the documentation of this file.
1 // $Id: TYYYAnalysis.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 TYYYANALYSIS_H
15 #define TYYYANALYSIS_H
16 
17 #include "TGo4Analysis.h"
18 
19 class TH1D;
20 class TYYYRawEvent;
21 class TYYYUnpackEvent;
22 class TYYYParameter;
23 
24 class TYYYAnalysis : public TGo4Analysis {
25  public:
26  TYYYAnalysis();
27  TYYYAnalysis(int argc, char** argv);
28  virtual ~TYYYAnalysis() ;
29  virtual Int_t UserPreLoop();
30  virtual Int_t UserEventFunc();
31  virtual Int_t UserPostLoop();
32  private:
35  TH1D *fSize;
37  Int_t fEvents;
38  Int_t fLastEvent;
39 
40  ClassDef(TYYYAnalysis,1)
41 };
42 #endif //TYYYANALYSIS_H
43 
44 
45 
virtual Int_t UserPostLoop()
TYYYRawEvent * fRawEvent
Definition: TYYYAnalysis.h:33
virtual ~TYYYAnalysis()
TH1D * fSize
Definition: TYYYAnalysis.h:35
virtual Int_t UserPreLoop()
virtual Int_t UserEventFunc()
TYYYUnpackEvent * fUnpackEvent
Definition: TYYYAnalysis.h:34
Int_t fLastEvent
Definition: TYYYAnalysis.h:38
TYYYParameter * fPar
Definition: TYYYAnalysis.h:36