GSI Object Oriented Online Offline (Go4)
GO4-6.4.0
Loading...
Searching...
No Matches
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
TXXXUnpackEvent.h
TGo4EventProcessor.h
TGo4EventProcessor::TGo4EventProcessor
TGo4EventProcessor(const char *name)
Definition
TGo4EventProcessor.cxx:24
TGo4EventProcessor::TGo4EventElement
friend class TGo4EventElement
Definition
TGo4EventProcessor.h:65
TGo4WinCond
Window condition.
Definition
TGo4WinCond.h:26
TXXXAnlEvent
Definition
TXXXAnlEvent.h:20
TXXXAnlProc
Definition
TXXXAnlProc.h:24
TXXXAnlProc::~TXXXAnlProc
virtual ~TXXXAnlProc()
Definition
TXXXAnlProc.cxx:54
TXXXAnlProc::fWinCon
TGo4WinCond * fWinCon
Definition
TXXXAnlProc.h:37
TXXXAnlProc::fParam
TXXXParameter * fParam
Definition
TXXXAnlProc.h:36
TXXXAnlProc::fSum3
TH1 * fSum3
Definition
TXXXAnlProc.h:34
TXXXAnlProc::BuildEvent
Bool_t BuildEvent(TGo4EventElement *dest) override
Fill the destination event dest.
Definition
TXXXAnlProc.cxx:62
TXXXAnlProc::fSum2
TH1 * fSum2
Definition
TXXXAnlProc.h:33
TXXXAnlProc::fSum1
TH1 * fSum1
Definition
TXXXAnlProc.h:32
TXXXAnlProc::TXXXAnlProc
TXXXAnlProc()
Definition
TXXXAnlProc.cxx:26
TXXXParameter
Definition
TXXXParameter.h:21
Generated by
1.13.2