GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TGo4DynamicList.h
Go to the documentation of this file.
1 // $Id: TGo4DynamicList.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 TGO4DYNAMICLIST_H
15 #define TGO4DYNAMICLIST_H
16 
17 #include "Rtypes.h"
18 
19 class TFolder;
20 class TObject;
22 class TGo4HistogramEntry;
23 
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
static void CleanupPointerInEntries(TFolder *folder, TObject *obj)
static void ResetEntries(TFolder *folder)
static bool ProcessHEntry(TGo4HistogramEntry *hentry)
static bool ProcessTEntry(TGo4TreeHistogramEntry *tentry, Bool_t processtrees, Int_t interval)
static void PrintEntries(TFolder *folder)
virtual ~TGo4DynamicList()
static void ProcessEntries(TFolder *folder, Bool_t processtrees, Int_t interval)