GSI Object Oriented Online Offline (Go4)
GO4-6.4.0
Loading...
Searching...
No Matches
Go4ExampleAdvanced
TXXXAnlProc.h
Go to the documentation of this file.
1
// $Id: TXXXAnlProc.h 478 2009-10-29 12:26:09Z 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 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
class
TXXXParameter
;
20
class
TXXXCalibPar
;
21
class
TXXXAnlEvent
;
22
class
TGo4Fitter
;
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
TH1 *
fCaliSum1
{
nullptr
};
36
TGraph *
fCaligraph
{
nullptr
};
37
38
TXXXParameter
*
fParam1
{
nullptr
};
39
TXXXParameter
*
fParam2
{
nullptr
};
40
TXXXCalibPar
*
fCalipar
{
nullptr
};
41
TGo4WinCond
*
fWinCon
{
nullptr
};
42
43
TGo4Fitter
*
fFitter
{
nullptr
};
44
Int_t
fFitCounter
{0};
45
TH1 *
fFitSrc
{
nullptr
};
46
TH1 *
fFitRes
{
nullptr
};
47
48
ClassDefOverride(
TXXXAnlProc
, 1)
49
};
50
51
#endif
TGo4EventProcessor.h
TGo4EventProcessor
Abstract event processor.
Definition
TGo4EventProcessor.h:64
TGo4EventProcessor::TGo4EventElement
friend class TGo4EventElement
Definition
TGo4EventProcessor.h:65
TGo4Fitter
Central class of Go4Fit package.
Definition
TGo4Fitter.h:38
TGo4WinCond
Window condition.
Definition
TGo4WinCond.h:26
TXXXAnlEvent
Definition
TXXXAnlEvent.h:20
TXXXAnlProc
Definition
TXXXAnlProc.h:24
TXXXAnlProc::fCaligraph
TGraph * fCaligraph
Definition
TXXXAnlProc.h:36
TXXXAnlProc::fCaliSum1
TH1 * fCaliSum1
Definition
TXXXAnlProc.h:35
TXXXAnlProc::fParam2
TXXXParameter * fParam2
Definition
TXXXAnlProc.h:39
TXXXAnlProc::fCalipar
TXXXCalibPar * fCalipar
Definition
TXXXAnlProc.h:40
TXXXAnlProc::fWinCon
TGo4WinCond * fWinCon
Definition
TXXXAnlProc.h:37
TXXXAnlProc::fFitRes
TH1 * fFitRes
Definition
TXXXAnlProc.h:46
TXXXAnlProc::~TXXXAnlProc
virtual ~TXXXAnlProc()
TXXXAnlProc::fSum3
TH1 * fSum3
Definition
TXXXAnlProc.h:34
TXXXAnlProc::fFitter
TGo4Fitter * fFitter
Definition
TXXXAnlProc.h:43
TXXXAnlProc::fFitCounter
Int_t fFitCounter
Definition
TXXXAnlProc.h:44
TXXXAnlProc::BuildEvent
Bool_t BuildEvent(TGo4EventElement *dest) override
Fill the destination event dest.
TXXXAnlProc::fParam1
TXXXParameter * fParam1
Definition
TXXXAnlProc.h:38
TXXXAnlProc::fSum2
TH1 * fSum2
Definition
TXXXAnlProc.h:33
TXXXAnlProc::fSum1
TH1 * fSum1
Definition
TXXXAnlProc.h:32
TXXXAnlProc::fFitSrc
TH1 * fFitSrc
Definition
TXXXAnlProc.h:45
TXXXAnlProc::TXXXAnlProc
TXXXAnlProc()
TXXXAnlProc::TXXXAnlProc
TXXXAnlProc(const char *name)
TXXXCalibPar
Definition
TXXXCalibPar.h:29
TXXXParameter
Definition
TXXXParameter.h:21
Generated by
1.13.2