GSI Object Oriented Online Offline (Go4)  GO4-6.3.0
TYYYUnpackProc.h
Go to the documentation of this file.
1 // $Id$
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 fuer 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 TYYYUnpackProc_H
15 #define TYYYUnpackProc_H
16 
17 #include "TGo4EventProcessor.h"
18 
19 class TYYYUnpackEvent;
20 class TYYYParameter;
21 
23  public:
25  TYYYUnpackProc(const char *name);
26  virtual ~TYYYUnpackProc();
27 
29  Bool_t CheckEventClass(TClass *cl) override;
30 
31  Bool_t BuildEvent(TGo4EventElement *dest) override;
32  private:
33  TH1 *fX{nullptr};
34  TH1 *fY{nullptr};
35  TH1 *fZ{nullptr};
36  TH1 *fVX{nullptr};
37  TH1 *fVY{nullptr};
38  TH1 *fVZ{nullptr};
39  TH1 *fThetaX{nullptr};
40  TH1 *fThetaY{nullptr};
41  TH1 *fThetaR{nullptr};
42  TH1 *fNumScatt{nullptr};
43  TH2 *fXY{nullptr};
44  TH2 *fVXVY{nullptr};
45  TH2 *fXYCond{nullptr};
46  TH2 *fVXVYCond{nullptr};
47  TH2 *fEmitX{nullptr};
48  TH2 *fEmitY{nullptr};
49  TH1 *fEmitDist{nullptr};
50  TGo4WinCond *fWinConR{nullptr};
51  TGo4WinCond *fWinConV{nullptr};
54 
55  ClassDefOverride(TYYYUnpackProc,1)
56 };
57 
58 #endif
59 
TGo4PolyCond * fPolyConEmit
Bool_t CheckEventClass(TClass *cl) override
Bool_t BuildEvent(TGo4EventElement *dest) override
TGo4WinCond * fWinConV
TYYYParameter * fParam1
TGo4WinCond * fWinConR
virtual ~TYYYUnpackProc()