GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Go4Example2Step
TXXXAnlProc.h
Go to the documentation of this file.
1
// $Id: TXXXAnlProc.h 813 2011-12-02 12:33:40Z linev $
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 für 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 TXXXANLPROCESSOR_H
15
#define TXXXANLPROCESSOR_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
virtual
Bool_t
BuildEvent
(
TGo4EventElement
* dest);
31
32
TH1 *
fSum1
;
33
TH1 *
fSum2
;
34
TH1 *
fSum3
;
35
36
TXXXParameter
*
fParam
;
37
TGo4WinCond
*
fWinCon
;
38
39
40
ClassDef(
TXXXAnlProc
, 1)
41
};
42
#endif //TXXXANLPROCESSOR_H
TXXXAnlProc::BuildEvent
virtual Bool_t BuildEvent(TGo4EventElement *dest)
Definition:
TXXXAnlProc.cxx:69
TGo4WinCond
Definition:
TGo4WinCond.h:21
TXXXAnlProc::~TXXXAnlProc
virtual ~TXXXAnlProc()
Definition:
TXXXAnlProc.cxx:61
TXXXAnlProc
Definition:
TXXXAnlProc.h:24
TXXXAnlProc::TXXXAnlProc
TXXXAnlProc()
Definition:
TXXXAnlProc.cxx:30
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::fParam
TXXXParameter * fParam
Definition:
TXXXAnlProc.h:36
TXXXAnlProc::fWinCon
TGo4WinCond * fWinCon
Definition:
TXXXAnlProc.h:37
TXXXParameter
Definition:
TXXXParameter.h:21
TGo4EventProcessor
Definition:
TGo4EventProcessor.h:64
TXXXUnpackEvent.h
Generated on Fri Oct 26 2018 08:34:51 for GSI Object Oriented Online Offline (Go4) by
1.8.8