GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
TXXXAnlProc.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 TXXXAnlProc_H
15#define TXXXAnlProc_H
16
17#include "TGo4EventProcessor.h"
18
19#include "TXXXUnpackEvent.h"
20
21class TXXXParameter;
22class TXXXAnlEvent;
23
25 public:
27 TXXXAnlProc(const char *name);
28 virtual ~TXXXAnlProc();
29
30 Bool_t BuildEvent(TGo4EventElement *dest) override;
31
32 TH1 *fSum1{nullptr};
33 TH1 *fSum2{nullptr};
34 TH1 *fSum3{nullptr};
35
38
39 ClassDefOverride(TXXXAnlProc, 1)
40};
41
42#endif
TGo4EventProcessor(const char *name)
friend class TGo4EventElement
Window condition.
Definition TGo4WinCond.h:26
virtual ~TXXXAnlProc()
TGo4WinCond * fWinCon
Definition TXXXAnlProc.h:37
TXXXParameter * fParam
Definition TXXXAnlProc.h:36
Bool_t BuildEvent(TGo4EventElement *dest) override
Fill the destination event dest.