GSI Object Oriented Online Offline (Go4)
GO4-6.4.0
Loading...
Searching...
No Matches
Go4EventServer
TGo4TreeSource.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 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
33
class
TGo4TreeSource
:
public
TGo4EventSource
{
34
public
:
35
TGo4TreeSource
();
36
37
TGo4TreeSource
(
const
char
*name);
38
39
virtual
~TGo4TreeSource
();
40
41
TGo4TreeSource
(
TGo4TreeSourceParameter
*par);
42
46
Bool_t
BuildEvent
(
TGo4EventElement
*dest)
override
;
47
48
private
:
49
53
TGo4MainTree
*
fxSingletonTree
{
nullptr
};
54
56
TTree *
fxTree
{
nullptr
};
57
59
TBranch *
fxBranch
{
nullptr
};
60
61
Int_t
Open
();
62
63
ClassDefOverride(
TGo4TreeSource
,1)
64
};
65
66
#endif
//TGO4TREESOURCE_H
TGo4EventSource.h
TGo4EventElement
The abstract base class for the data elements of which the unpacked events (or detector structure dat...
Definition
TGo4EventElement.h:39
TGo4EventSource::TGo4EventSource
TGo4EventSource()
Definition
TGo4EventSource.cxx:27
TGo4MainTree
Singleton containing and managing the main tree of the go4 analysis.
Definition
TGo4MainTree.h:33
TGo4TreeSourceParameter
Tree source parameter.
Definition
TGo4TreeSourceParameter.h:22
TGo4TreeSource
Raw event source which reads entries from a root TTree.
Definition
TGo4TreeSource.h:33
TGo4TreeSource::BuildEvent
Bool_t BuildEvent(TGo4EventElement *dest) override
Fill the destination event dest from the tree.
Definition
TGo4TreeSource.cxx:83
TGo4TreeSource::fxBranch
TBranch * fxBranch
The branch representing our source.
Definition
TGo4TreeSource.h:59
TGo4TreeSource::fxSingletonTree
TGo4MainTree * fxSingletonTree
Reference to external tree singleton wrapper instance.
Definition
TGo4TreeSource.h:53
TGo4TreeSource::TGo4TreeSource
TGo4TreeSource()
Definition
TGo4TreeSource.cxx:40
TGo4TreeSource::fxTree
TTree * fxTree
Reference to external root tree singleton.
Definition
TGo4TreeSource.h:56
TGo4TreeSource::~TGo4TreeSource
virtual ~TGo4TreeSource()
Definition
TGo4TreeSource.cxx:46
TGo4TreeSource::Open
Int_t Open()
Definition
TGo4TreeSource.cxx:63
Generated by
1.13.2