GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
Go4Example2Step
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
21
class
TXXXParameter
;
22
class
TXXXAnlEvent
;
23
24
class
TXXXAnlProc
:
public
TGo4EventProcessor
{
25
public
:
26
TXXXAnlProc
();
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
36
TXXXParameter
*
fParam
{
nullptr
};
37
TGo4WinCond
*
fWinCon
{
nullptr
};
38
39
ClassDefOverride(
TXXXAnlProc
, 1)
40
};
41
42
#endif
TGo4WinCond
Definition:
TGo4WinCond.h:21
TXXXAnlProc::~TXXXAnlProc
virtual ~TXXXAnlProc()
Definition:
TXXXAnlProc.cxx:54
TXXXAnlProc
Definition:
TXXXAnlProc.h:24
TXXXAnlProc::TXXXAnlProc
TXXXAnlProc()
Definition:
TXXXAnlProc.cxx:26
TXXXAnlProc::fSum3
TH1 * fSum3
Definition:
TXXXAnlProc.h:34
TGo4EventProcessor.h
TGo4EventElement
Definition:
TGo4EventElement.h:36
TXXXAnlProc::fSum2
TH1 * fSum2
Definition:
TXXXAnlProc.h:33
TXXXAnlEvent
Definition:
TXXXAnlEvent.h:20
TXXXAnlProc::fSum1
TH1 * fSum1
Definition:
TXXXAnlProc.h:32
TXXXAnlProc::BuildEvent
Bool_t BuildEvent(TGo4EventElement *dest) override
Definition:
TXXXAnlProc.cxx:62
TXXXAnlProc::fParam
TXXXParameter * fParam
Definition:
TXXXAnlProc.h:36
TXXXAnlProc::fWinCon
TGo4WinCond * fWinCon
Definition:
TXXXAnlProc.h:37
TXXXParameter
Definition:
TXXXParameter.h:21
TGo4EventProcessor
Definition:
TGo4EventProcessor.h:67
TXXXUnpackEvent.h
Generated on Wed Jan 10 2024 15:04:17 for GSI Object Oriented Online Offline (Go4) by
1.8.13