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
Go4EventServer
TGo4TreeSource.h
Go to the documentation of this file.
1
// $Id: TGo4TreeSource.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 TGO4TREESOURCE_H
15
#define TGO4TREESOURCE_H
16
17
#include "
TGo4EventSource.h
"
18
19
class
TGo4TreeSourceParameter
;
20
class
TGo4MainTree
;
21
class
TGo4EventElement
;
22
class
TBranch;
23
class
TTree;
24
32
class
TGo4TreeSource
:
public
TGo4EventSource
{
33
public
:
34
TGo4TreeSource
();
35
36
TGo4TreeSource
(
const
char
* name);
37
38
virtual
~TGo4TreeSource
();
39
40
TGo4TreeSource
(
TGo4TreeSourceParameter
* par);
41
45
Bool_t
BuildEvent
(
TGo4EventElement
* dest);
46
47
private
:
48
52
TGo4MainTree
*
fxSingletonTree
;
53
55
TTree *
fxTree
;
56
58
TBranch *
fxBranch
;
59
60
Int_t
Open
();
61
62
ClassDef(
TGo4TreeSource
,1)
63
};
64
65
#endif //TGO4TREESOURCE_H
TGo4TreeSource::fxBranch
TBranch * fxBranch
Definition:
TGo4TreeSource.h:58
TGo4TreeSource::fxTree
TTree * fxTree
Definition:
TGo4TreeSource.h:55
TGo4MainTree
Definition:
TGo4MainTree.h:32
TGo4TreeSourceParameter
Definition:
TGo4TreeSourceParameter.h:19
TGo4TreeSource
Definition:
TGo4TreeSource.h:32
TGo4EventElement
Definition:
TGo4EventElement.h:36
TGo4TreeSource::Open
Int_t Open()
Definition:
TGo4TreeSource.cxx:65
TGo4TreeSource::~TGo4TreeSource
virtual ~TGo4TreeSource()
Definition:
TGo4TreeSource.cxx:44
TGo4EventSource.h
TGo4TreeSource::fxSingletonTree
TGo4MainTree * fxSingletonTree
Definition:
TGo4TreeSource.h:52
TGo4EventSource
Definition:
TGo4EventSource.h:29
TGo4TreeSource::BuildEvent
Bool_t BuildEvent(TGo4EventElement *dest)
Definition:
TGo4TreeSource.cxx:85
TGo4TreeSource::TGo4TreeSource
TGo4TreeSource()
Definition:
TGo4TreeSource.cxx:38
Generated on Fri Oct 26 2018 08:34:51 for GSI Object Oriented Online Offline (Go4) by
1.8.8