GSI Object Oriented Online Offline (Go4)
GO4-6.4.0
Loading...
Searching...
No Matches
Go4ExampleSimple
TXXXProc.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 TSIMPLEPROCESSOR_H
15
#define TSIMPLEPROCESSOR_H
16
17
#include "
TGo4EventProcessor.h
"
18
19
class
TXXXParam
;
20
21
class
TXXXProc
:
public
TGo4EventProcessor
{
22
public
:
23
TXXXProc
();
24
TXXXProc
(
const
char
*name);
25
virtual
~TXXXProc
();
26
27
Bool_t
BuildEvent
(
TGo4EventElement
*)
override
;
// event processing function
28
29
private
:
30
TH1 *
fCr1Ch
[8] = {
nullptr
,
nullptr
,
nullptr
,
nullptr
,
nullptr
,
nullptr
,
nullptr
,
nullptr
};
31
TH1 *
fCr2Ch
[8] = {
nullptr
,
nullptr
,
nullptr
,
nullptr
,
nullptr
,
nullptr
,
nullptr
,
nullptr
};
32
TH2 *
fCr1Ch1x2
{
nullptr
};
33
TH1 *
fHis1
{
nullptr
};
34
TH1 *
fHis1gate
{
nullptr
};
35
TH1 *
fHis2
{
nullptr
};
36
TH1 *
fHis2gate
{
nullptr
};
37
TH1 *
fHis3
{
nullptr
};
38
Long_t
fHis3Counter
{0};
39
TGo4WinCond
*
fconHis1
{
nullptr
};
40
TGo4WinCond *
fconHis2
{
nullptr
};
41
TGo4PolyCond *
fPolyCon
{
nullptr
};
42
TXXXParam
*
fParam
{
nullptr
};
43
TGo4Picture
*
fcondSet
{
nullptr
};
44
45
ClassDefOverride(
TXXXProc
,1)
46
};
47
48
#endif
//TSIMPLEPROCESSOR_H
TGo4EventProcessor.h
TGo4EventProcessor
Abstract event processor.
Definition
TGo4EventProcessor.h:64
TGo4EventProcessor::TGo4EventElement
friend class TGo4EventElement
Definition
TGo4EventProcessor.h:65
TGo4Picture
Picture cconfiguration in Go4.
Definition
TGo4Picture.h:40
TGo4WinCond
Window condition.
Definition
TGo4WinCond.h:26
TXXXParam
Definition
TXXXParam.h:19
TXXXProc
Definition
TXXXProc.h:23
TXXXProc::fCr1Ch
TH1 * fCr1Ch[8]
Definition
TXXXProc.h:32
TXXXProc::TXXXProc
TXXXProc()
TXXXProc::fHis3Counter
Long_t fHis3Counter
Definition
TXXXProc.h:38
TXXXProc::fHis2
TH1 * fHis2
Definition
TXXXProc.h:37
TXXXProc::BuildEvent
Bool_t BuildEvent(TGo4EventElement *) override
Fill the destination event dest.
TXXXProc::~TXXXProc
virtual ~TXXXProc()
TXXXProc::fconHis1
TGo4WinCond * fconHis1
Definition
TXXXProc.h:39
TXXXProc::fHis3
TH1 * fHis3
Definition
TXXXProc.h:45
TXXXProc::fcondSet
TGo4Picture * fcondSet
Definition
TXXXProc.h:45
TXXXProc::fHis2gate
TH1 * fHis2gate
Definition
TXXXProc.h:38
TXXXProc::TXXXProc
TXXXProc(const char *name)
TXXXProc::fPolyCon
TGo4PolyCond * fPolyCon
Definition
TXXXProc.h:41
TXXXProc::fCr1Ch1x2
TH2 * fCr1Ch1x2
Definition
TXXXProc.h:34
TXXXProc::fCr2Ch
TH1 * fCr2Ch[8]
Definition
TXXXProc.h:33
TXXXProc::fHis1gate
TH1 * fHis1gate
Definition
TXXXProc.h:36
TXXXProc::fHis1
TH1 * fHis1
Definition
TXXXProc.h:35
TXXXProc::fconHis2
TGo4WinCond * fconHis2
Definition
TXXXProc.h:40
TXXXProc::fParam
TXXXParam * fParam
Definition
TXXXProc.h:42
Generated by
1.13.2