GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
TGo4DynamicList.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 TGO4DYNAMICLIST_H
15#define TGO4DYNAMICLIST_H
16
17#include "RtypesCore.h"
18
19class TFolder;
20class TObject;
23
30
32 public:
34
35 virtual ~TGo4DynamicList() {}
36
37 static void ResetEntries(TFolder *folder);
38
39 static void PrintEntries(TFolder *folder);
40
41 static void CleanupPointerInEntries(TFolder *folder, TObject *obj);
42
44 static void ProcessEntries(TFolder *folder, Bool_t processtrees, Int_t interval);
45
46 static bool ProcessHEntry(TGo4HistogramEntry* hentry);
47
48 static bool ProcessTEntry(TGo4TreeHistogramEntry* tentry, Bool_t processtrees, Int_t interval);
49};
50
51#endif //TGO4DYNAMICLIST_H
virtual ~TGo4DynamicList()
static bool ProcessHEntry(TGo4HistogramEntry *hentry)
static void ProcessEntries(TFolder *folder, Bool_t processtrees, Int_t interval)
Iterates all entries of the list and processes the objects, depending on coordinate values and analys...
static void PrintEntries(TFolder *folder)
static bool ProcessTEntry(TGo4TreeHistogramEntry *tentry, Bool_t processtrees, Int_t interval)
static void ResetEntries(TFolder *folder)
static void CleanupPointerInEntries(TFolder *folder, TObject *obj)
Entry for the dynamic list, specialized for histogram like objects.
Dynamic list entry which links a histogram to a certain tree.