GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TXXXAnlProc.h
Go to the documentation of this file.
1 // $Id: TXXXAnlProc.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 TXXXANLPROCESSOR_H
15 #define TXXXANLPROCESSOR_H
16 
17 #include "TGo4EventProcessor.h"
18 
19 class TXXXParameter;
20 class TXXXCalibPar;
21 class TXXXAnlEvent;
22 class TGo4Fitter;
23 
24 class TXXXAnlProc : public TGo4EventProcessor {
25  public:
26  TXXXAnlProc() ;
27  TXXXAnlProc(const char * name);
28  virtual ~TXXXAnlProc();
29 
30  virtual Bool_t BuildEvent(TGo4EventElement* dest);
31 
32  TH1 *fSum1;
33  TH1 *fSum2;
34  TH1 *fSum3;
35  TH1 *fCaliSum1;
36  TGraph *fCaligraph;
37 
42 
44  Int_t fFitCounter;
45  TH1 *fFitSrc;
46  TH1 *fFitRes;
47 
48  ClassDef(TXXXAnlProc, 1)
49 };
50 #endif //TXXXANLPROCESSOR_H
TH1 * fFitSrc
Definition: TXXXAnlProc.h:45
virtual Bool_t BuildEvent(TGo4EventElement *dest)
Definition: TXXXAnlProc.cxx:69
virtual ~TXXXAnlProc()
Definition: TXXXAnlProc.cxx:61
TGo4Fitter * fFitter
Definition: TXXXAnlProc.h:43
TH1 * fSum3
Definition: TXXXAnlProc.h:34
TGraph * fCaligraph
Definition: TXXXAnlProc.h:36
TXXXParameter * fParam1
Definition: TXXXAnlProc.h:38
TXXXParameter * fParam2
Definition: TXXXAnlProc.h:39
TH1 * fSum2
Definition: TXXXAnlProc.h:33
TH1 * fFitRes
Definition: TXXXAnlProc.h:46
TH1 * fSum1
Definition: TXXXAnlProc.h:32
Int_t fFitCounter
Definition: TXXXAnlProc.h:44
TXXXCalibPar * fCalipar
Definition: TXXXAnlProc.h:40
TGo4WinCond * fWinCon
Definition: TXXXAnlProc.h:37
TH1 * fCaliSum1
Definition: TXXXAnlProc.h:35