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
Go4DynamicList
TGo4DynamicEntry.h
Go to the documentation of this file.
1
// $Id: TGo4DynamicEntry.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 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 TGO4DYNAMICENTRY_H
15
#define TGO4DYNAMICENTRY_H
16
17
#include "TNamed.h"
18
27
class
TGo4DynamicEntry
:
public
TNamed {
28
29
public
:
30
32
TGo4DynamicEntry
();
33
34
TGo4DynamicEntry
(
const
char
* name,
const
char
* title =
"This is a Go4 dynamic entry"
);
35
36
virtual
~TGo4DynamicEntry
();
37
39
void
EnableProcessing
(Bool_t on=kTRUE) {
fbProcessEntry
=on; }
40
Bool_t
IsEnabledProcessing
()
const
{
return
fbProcessEntry
; }
41
43
virtual
void
Reset
() {}
44
45
protected
:
46
49
Bool_t
fbProcessEntry
;
50
51
ClassDef(
TGo4DynamicEntry
,3)
52
};
53
54
#endif //TGO4DYNAMICENTRY_H
TGo4DynamicEntry::Reset
virtual void Reset()
Definition:
TGo4DynamicEntry.h:43
TGo4DynamicEntry::fbProcessEntry
Bool_t fbProcessEntry
Definition:
TGo4DynamicEntry.h:49
TGo4DynamicEntry::TGo4DynamicEntry
TGo4DynamicEntry()
Definition:
TGo4DynamicEntry.cxx:19
TGo4DynamicEntry
Definition:
TGo4DynamicEntry.h:27
TGo4DynamicEntry::~TGo4DynamicEntry
virtual ~TGo4DynamicEntry()
Definition:
TGo4DynamicEntry.cxx:34
TGo4DynamicEntry::IsEnabledProcessing
Bool_t IsEnabledProcessing() const
Definition:
TGo4DynamicEntry.h:40
TGo4DynamicEntry::EnableProcessing
void EnableProcessing(Bool_t on=kTRUE)
Definition:
TGo4DynamicEntry.h:39
Generated on Fri Oct 26 2018 08:34:50 for GSI Object Oriented Online Offline (Go4) by
1.8.8