#include <TGo4AnalysisObjectManager.h>
Public Member Functions | |
TGo4AnalysisObjectManager () | |
TGo4AnalysisObjectManager (const char *name) | |
~TGo4AnalysisObjectManager () | |
Bool_t | AddObject (TNamed *anything, const Text_t *subfolder=0, Bool_t replace=kTRUE) |
Add any external object to the user object folder. | |
TNamed * | GetObject (const Text_t *name, const Text_t *folder=0) |
Searches for object by name in all go4 folders. | |
Bool_t | RemoveObject (const Text_t *name, Bool_t del=kTRUE) |
Removes object from user object folder by name. | |
Bool_t | DeleteObjects (const Text_t *name) |
Delete object of name, or all objects in folder name, respectively. | |
TObject * | NextMatchingObject (const Text_t *expr, const Text_t *folder, Bool_t reset) |
Delivers pointer to next object of the Go4 folder structure with a name matching the expression expr. | |
TFolder * | CreateBranchFolder (TObjArray *branchlist, const char *name, const char *title, Bool_t istopbranch=kFALSE) |
Create a folder with subfolders from a list of TBranchElements. | |
TFolder * | CreateCompositeBranchFolder (TObjArray *branchlist, TGo4CompositeEvent *compevent, Int_t startindex, Int_t *skip, const char *name, const char *title) |
Create a folder with subfolders from a list of TBranchElements that belongs to a TGo4CompositeEvent. | |
TGo4TreeStructure * | CreateTreeStructure (TTree *thetree) |
Create a tree structure object that maps the TBranchelements into a TFolder hierarchy. | |
TGo4TreeStructure * | CreateTreeStructure (const Text_t *treename) |
Create a tree structure for a certain tree by name. | |
TFolder * | CreateMembersFolder (const char *membrfoldername, TClass *cl) |
Create a folder with members of this class. | |
Bool_t | AddHistogram (TH1 *his, const Text_t *subfolder=0, Bool_t replace=kTRUE) |
Add external histogram to go4 histogram directory. | |
TH1 * | GetHistogram (const Text_t *name) |
Search histogram in histogram list (directory). | |
Bool_t | RemoveHistogram (const Text_t *name, Bool_t del=kTRUE) |
Removes histogram from histogram dir by name. | |
TH1 * | MakeH1 (const Text_t *histotype, const Text_t *foldername, const Text_t *histoname, Int_t nbinsx, Axis_t xlow, Axis_t xup, const Text_t *title=0, const Text_t *xtitle=0, const Text_t *ytitle=0) |
Create 1-dim histogram in histogram folder. | |
TH2 * | MakeH2 (const Text_t *histotype, const Text_t *foldername, const Text_t *histoname, Int_t nbinsx, Axis_t xlow, Axis_t xup, Int_t nbinsy, Axis_t ylow, Axis_t yup, const Text_t *title=0, const Text_t *xtitle=0, const Text_t *ytitle=0) |
Create 2-dim histogram in histogram folder. | |
Bool_t | AddTree (TTree *tree, const Text_t *subfolder=0) |
Add reference to a tree in the go4 folder structure. | |
TTree * | GetTree (const Text_t *name) |
Search tree in tree folder. | |
Bool_t | RemoveTree (TTree *tree, const Text_t *stepname=0) |
Remove reference to a tree in the go4 folder structure. | |
Bool_t | AddAnalysisCondition (TGo4Condition *con, const Text_t *subfolder=0) |
Puts a new analysis condition object in corresponding list. | |
Bool_t | SetAnalysisCondition (const Text_t *name, TGo4Condition *con, Bool_t counter=kTRUE, TFolder *parent=0) |
Set existing analysis condition of name to the values of external condition object con. | |
TGo4Condition * | GetAnalysisCondition (const Text_t *name) |
Retrieves an analysis condition from list by name. | |
Bool_t | RemoveAnalysisCondition (const Text_t *name) |
Removes analysis condition from list by name. | |
TGo4WinCond * | MakeWindowCond (const Text_t *foldername, const Text_t *conditionname, Double_t xlow, Double_t xup, const Text_t *bindhistogram=0, Bool_t invert=kFALSE) |
Create 1-dim window condition in conditions folder. | |
TGo4WinCond * | MakeWindowCond (const Text_t *foldername, const Text_t *conditionname, Double_t xlow, Double_t xup, Double_t ylow, Double_t yup, const Text_t *bindhistogram=0, Bool_t invert=kFALSE) |
Create 2-dim window condition in conditions folder. | |
TGo4PolyCond * | MakePolyCond (const Text_t *foldername, const Text_t *conditionname, Int_t size, Float_t(*points)[2], const Text_t *bindhistogram=0, Bool_t invert=kFALSE) |
Create polygon 2-dim condition in conditions folder. | |
Bool_t | AddParameter (TGo4Parameter *par, const Text_t *subfolder=0) |
Puts a new parameter object in corresponding folder. | |
Bool_t | SetParameter (const Text_t *name, TGo4Parameter *par, TFolder *parent=0) |
Set existing parameter of name to the values of external parameter object par. | |
Bool_t | SetParameterStatus (const char *name, TGo4ParameterStatus *par, TFolder *parent=0) |
Set existing parameter of name to the values of external parameter object par. | |
TGo4Parameter * | GetParameter (const Text_t *name) |
Retrieves a parameter object by name from the object folder. | |
Bool_t | RemoveParameter (const Text_t *name) |
Removes parameter by name. | |
Bool_t | AddPicture (TGo4Picture *pic, const Text_t *subfolder=0) |
Puts a new picture object in corresponding folder. | |
Bool_t | SetPicture (const Text_t *name, TGo4Picture *pic, TFolder *parent=0) |
Set existing picture of name to the values of external picture object pic. | |
TGo4Picture * | GetPicture (const Text_t *name) |
Retrieves a picture object by name from the object folder. | |
Bool_t | RemovePicture (const Text_t *name) |
Removes picture by name. | |
Bool_t | AddCanvas (TCanvas *can, const Text_t *subfolder=0) |
Puts a new TCanvas in corresponding folder. | |
TCanvas * | GetCanvas (const Text_t *name) |
Retrieves a TCanvas by name from the Canvases folder. | |
Bool_t | RemoveCanvas (const Text_t *name) |
Removes TCanvas by name. | |
TGo4ObjectStatus * | CreateObjectStatus (const Text_t *name, const Text_t *folder=0) |
Find Object of name in the folder structure and create a complete status object of it. | |
TGo4ObjectStatus * | CreateObjectStatus (TObject *ob, Bool_t fullinfo=kTRUE) |
Create status object for object ob. | |
TGo4AnalysisObjectNames * | CreateNamesList () |
Creates a list of names (keys) of all objects in analysis directories. | |
TFolder * | CreateNamesFolder (TFolder *objectfolder) |
Conversion of the TFolder of objects into a TFolder containing the object names as TObjectStrings. | |
TFolder * | GetObjectFolder () |
Access to top folder of all objects. | |
Bool_t | AddEventStore (TGo4EventStore *store) |
Add reference to event store object to Go4 Folder structure. | |
Bool_t | RemoveEventStore (TGo4EventStore *store) |
Remove reference to event store from go4 folder structure. | |
Bool_t | AddEventSource (TGo4EventSource *source) |
Add reference to event source object to Go4 Folder structure. | |
Bool_t | RemoveEventSource (TGo4EventSource *source) |
Remove reference to event source from go4 folder structure. | |
Bool_t | AddEventProcessor (TGo4EventProcessor *pro) |
Add reference to event processor object to Go4 Folder structure. | |
Bool_t | RemoveEventProcessor (TGo4EventProcessor *pro) |
Remove reference to event processor from go4 folder structure. | |
Bool_t | AddEventStructure (TGo4EventElement *ev) |
Add reference to event structure object to Go4 Folder structure. | |
Bool_t | RemoveEventStructure (TGo4EventElement *ev) |
Remove reference to event structure from go4 folder structure. | |
TGo4EventElement * | GetEventStructure (const Text_t *name) |
Search reference to event stucture in folder. | |
Bool_t | ResetBackStores (Bool_t clearflag=kFALSE) |
Reset all registered backstore instances.Called by dynamic list processing. | |
void | CloseAnalysis () |
Cleanups required when analysis is closed. | |
void | SaveObjects (TFile *file) |
Save folder structure to given file. | |
Bool_t | LoadObjects (TFile *statusfile) |
Load objects from file. | |
Bool_t | AddDynamicEntry (TGo4DynamicEntry *entry) |
Adds entry to object manager. | |
void | ResetCurrentDynList () |
Reset the current dynamic list. | |
void | ProcessDynamicList () |
Loop over the dynamic list and process the actions linked to the entries. | |
void | SetDynListInterval (Int_t val) |
Int_t | GetDynListInterval () const |
Bool_t | AddDynamicHistogram (const char *name, const char *histo, const char *hevx, const char *hmemx, const char *hevy=0, const char *hmemy=0, const char *hevz=0, const char *hmemz=0, const char *condition=0, const char *cevx=0, const char *cmemx=0, const char *cevy=0, const char *cmemy=0) |
Add (create) new dynamic histogram entry which connects an existing histogram with existing condition and data. | |
Bool_t | AddTreeHistogram (const char *hisname, const char *treename, const char *varexp, const char *cutexp) |
Add Histogram into the dynamic list wich is linked to a tree. | |
void | PrintHistograms (const Text_t *expression=0) |
Printout of all histogram statistic counters on the terminal. | |
void | PrintConditions (const Text_t *expression=0) |
Print all condition counters to the terminal. | |
void | PrintDynamicList () |
Print entries of current dynamic list. | |
Bool_t | ClearObjects (const Text_t *name) |
Clear (reset) the specified objects. | |
Bool_t | ProtectObjects (const Text_t *name, const Option_t *flags) |
Change protection properties of object name as specified. | |
Bool_t | RemoveDynamicEntry (const char *entryname) |
Remove entry of that name from dynamic list of listname. | |
TFolder * | FindSubFolder (TFolder *parent, const Text_t *subfolder, Bool_t create=kTRUE) |
Get pointer to subfolder of parent specified by name. | |
Bool_t | CreatedInMake () const |
Static Public Attributes | |
static const Text_t | fgcTOPDYNAMICLIST [] = "Go4DynamicList" |
Default name of the default (toplevel) dynamic list. | |
static const Text_t | fgcTOPFOLDER [] = "Go4" |
Top level folder name. | |
static const Text_t | fgcHISTFOLDER [] = "Histograms" |
Histograms folder name. | |
static const Text_t | fgcDYNFOLDER [] = "DynamicLists" |
Dynamic lists folder name. | |
static const Text_t | fgcCONDFOLDER [] = "Conditions" |
Analysis conditions folder name. | |
static const Text_t | fgcPARAFOLDER [] = "Parameters" |
Analysis user parameters folder name. | |
static const Text_t | fgcTREEFOLDER [] = "Trees" |
Tree reference folder name. | |
static const Text_t | fgcPICTFOLDER [] = "Pictures" |
Picture objects folder name. | |
static const Text_t | fgcCANVFOLDER [] = "Canvases" |
TCanvas folder name. | |
static const Text_t | fgcANALYSISFOLDER [] = "EventObjects" |
top analysis objects reference folder name | |
static const Text_t | fgcEVENTFOLDER [] = "Events" |
Event references folder name. | |
static const Text_t | fgcSRCFOLDER [] = "EventSources" |
Event source reference folder name. | |
static const Text_t | fgcSTOREFOLDER [] = "EventStores" |
Event store reference folder name. | |
static const Text_t | fgcPROCFOLDER [] = "EventProcessors" |
Event processor reference folder name. | |
static const Text_t | fgcUSRFOLDER [] = "UserObjects" |
User objects folder name. | |
static const Text_t | fgcTMPFOLDER [] = "Go4-tmp" |
Temporary dummy folder name. | |
Private Member Functions | |
Bool_t | AddObjectToFolder (TObject *ob, TFolder *fold, const char *subfolder=0, Bool_t replace=kTRUE, Bool_t uniquename=kFALSE, Bool_t resetbits=kTRUE) |
Add any named object to a folder. | |
Bool_t | RemoveObjectFromFolder (const Text_t *fullname, TFolder *fold, Bool_t isDel) |
Remove object specified by full name ("subfolder/subssubfolder/name") from folder fold. | |
Bool_t | LoadFolder (TFolder *source, TFolder *destination, Bool_t replace=kFALSE) |
Update folder destination with the content of the folder source. | |
Bool_t | LoadFolder (TDirectory *source, TFolder *destination, Bool_t replace=kFALSE) |
Update folder destination with the content of the directory source. | |
Bool_t | PutToFolder (TObject *ob, TFolder *destination, Bool_t replace=kFALSE) |
Method used by both LoadFolder variants to assign object ob into destination folder by object type. | |
Bool_t | SaveFolder (TFolder *source) |
Save this folder as a new subdirectory (TDirectory) of the current directory i.e. | |
void | RemoveFromDir (TFolder *fold, TDirectory *dir) |
Remove all objects in folder fold from directory dir, recursively. | |
void | AppendToDir (TObject *ob, TDirectory *dir) |
Append object ob to directory dir. | |
Int_t | PrintFolder (TFolder *fold, Option_t *opt, const Text_t *expression=0) |
Printout all objects in folder fold on the terminal. | |
Bool_t | ClearFolder (TFolder *fold) |
Clear (reset) all objects in folder fold, e.g. | |
Bool_t | ClearObject (TObject *ob) |
Clear (reset) the specified object. | |
Bool_t | DeleteFolder (TFolder *fold) |
Delete all objects in folder fold only if the kGo4CanDelete bit is set. | |
Bool_t | DeleteObject (TObject *ob) |
Delete the specified object if the kGo4CanDelete bit is set. | |
Bool_t | ProtectFolder (TFolder *fold, const Option_t *flags) |
Change protection properties of all objects in this folder as specified. | |
Bool_t | ProtectObject (TObject *ob, const Option_t *flags) |
Change protection properties of object name as specified. | |
void | CleanupDynamicLists (TObject *oldobject) |
Remove reference to object from all dynamic lists.Object type is noticed automatically. | |
TList * | CreateObjectList (const Text_t *expr, const Text_t *folder=0) |
Create a list of objects which names are matching expression expr. | |
TList * | CreateObjectList (const Text_t *expr, TFolder *fold) |
For recursive search for objects in folder fold that match expression. | |
Bool_t | IsMatching (const Text_t *string, const Text_t *expression) |
Finds out if string is matching the expression. | |
TObject * | FindObjectInFolder (TFolder *folder, const Text_t *fullname) |
Serachs in folder for object with specified name Uses fxDirMutex until search is working. | |
TObject * | TestObject (TFolder *folder, const Text_t *&pathname, const Text_t *objectname, const TClass *cl) |
Test, if object exists in provided folder. | |
Private Attributes | |
TFolder * | fxGo4Dir |
Top level Go4 Directory (root folder). | |
TFolder * | fxHistogramDir |
Directory containing all histogram objects to be used by dynamic list and user analysis. | |
TFolder * | fxConditionDir |
Directory containing all condition objects to be used by dynamic list and by user analysis. | |
TFolder * | fxParameterDir |
Directory containing user parameter objects. | |
TFolder * | fxDynListDir |
Directory containing all action objects to be used by dynamic list and by user analysis. | |
TFolder * | fxUserDir |
Directory containing all user objects. | |
TFolder * | fxTreeDir |
Directory containing references to trees. | |
TFolder * | fxPictureDir |
Directory containing the pictures. | |
TFolder * | fxCanvasDir |
Directory containing TCanvases. | |
TFolder * | fxStoreDir |
Directory containing references to event stores. | |
TFolder * | fxSourceDir |
Directory containing references to event sources. | |
TFolder * | fxProcessorDir |
Directory containing references to event processors. | |
TFolder * | fxEventDir |
Directory containing references to event structures. | |
TFolder * | fxAnalysisDir |
Top Directory for all references to event classes. | |
TFolder * | fxTempFolder |
Temporary folder for nameslist objects. | |
TMutex * | fxDirMutex |
Mutex protecting the object directories. | |
TList * | fxMatchList |
List of matching objects for name expression. | |
TIterator * | fxMatchIterator |
Iterator for list of matching objects. | |
Int_t | fiDynListCount |
Event counter for dynamic list processing. | |
Int_t | fiDynListInterval |
Interval for dynamic list processing. | |
Bool_t | fbCreatedinMake |
Boolean flag indicates, if object was created in last calls of one of Make* functions. | |
Bool_t | fbSuppressLoadHistograms |
If this is set to true, any found histogram will not be loaded from the file current TDirectory. |
Keeps Folder structures and lists. Aggregate of TGo4Analysis.
Definition at line 56 of file TGo4AnalysisObjectManager.h.
|
Definition at line 128 of file TGo4AnalysisObjectManager.cxx. |
|
Definition at line 86 of file TGo4AnalysisObjectManager.cxx. References fgcANALYSISFOLDER, fgcCANVFOLDER, fgcCONDFOLDER, fgcDYNFOLDER, fgcEVENTFOLDER, fgcHISTFOLDER, fgcPARAFOLDER, fgcPICTFOLDER, fgcPROCFOLDER, fgcSRCFOLDER, fgcSTOREFOLDER, fgcTMPFOLDER, fgcTOPFOLDER, fgcTREEFOLDER, fgcUSRFOLDER, fxAnalysisDir, fxCanvasDir, fxConditionDir, fxDirMutex, fxDynListDir, fxEventDir, fxGo4Dir, fxHistogramDir, fxParameterDir, fxPictureDir, fxProcessorDir, fxSourceDir, fxStoreDir, fxTempFolder, fxTreeDir, and fxUserDir. |
|
Definition at line 138 of file TGo4AnalysisObjectManager.cxx. References fxCanvasDir, fxConditionDir, fxDynListDir, fxEventDir, fxGo4Dir, fxHistogramDir, fxMatchIterator, fxMatchList, fxParameterDir, fxPictureDir, fxProcessorDir, fxSourceDir, fxStoreDir, fxTempFolder, fxTreeDir, and fxUserDir. |
|
Add any external object to the user object folder. Object is owned by go4 aferwards and will be saved automatically. Object is accessible by name from the go4 display and from the analysis itself. Subfolder of UserObjects may be specified. If replace is true, old object of same name will be deleted and replaced by the added one. Definition at line 172 of file TGo4AnalysisObjectManager.cxx. References AddObjectToFolder(), fxUserDir, and TRACE. Referenced by TGo4Analysis::AddObject(). |
|
Searches for object by name in all go4 folders. Returns pointer to object. If object of that name does not exist, null is returned Optionally, name of folder may be specified; object is only searched within that folder then. D Definition at line 186 of file TGo4AnalysisObjectManager.cxx. References fgcTOPFOLDER, FindObjectInFolder(), FindSubFolder(), fxGo4Dir, TGo4Analysis::Instance(), and TRACE. Referenced by CreateObjectStatus(), and TGo4Analysis::GetObject(). |
|
Removes object from user object folder by name. Returns kFALSE if no such histogram. Object is deleted on heap only if del is true. Otherwise, user owns the object afterwords. Definition at line 179 of file TGo4AnalysisObjectManager.cxx. References fxUserDir, and RemoveObjectFromFolder(). Referenced by TGo4Analysis::RemoveObject(). |
|
Delete object of name, or all objects in folder name, respectively. Objects are only deleted if delete protection is false. Usuallay, Objects registered from user code are delete protected by default. Objects created dynamically from gui are not delete protected. Definition at line 243 of file TGo4AnalysisObjectManager.cxx. References DeleteFolder(), DeleteObject(), fxDirMutex, and fxGo4Dir. Referenced by TGo4Analysis::DeleteObjects(). |
|
Delivers pointer to next object of the Go4 folder structure with a name matching the expression expr. If reset is true, The list of matchint objects will be created anew by comparing all names with expr. If reset is false, the next object of a previously created matching list is returned. Optionally the search can be limited to a given folder. Definition at line 2078 of file TGo4AnalysisObjectManager.cxx. References CreateObjectList(), fxMatchIterator, and fxMatchList. Referenced by TGo4Analysis::NextMatchingObject(). |
|
Create a folder with subfolders from a list of TBranchElements. For each subbranch a subfolder will be created, until a TBranchElement without subbranches occur. The latter will be put into a TGo4ObjectStatus class. Flag istopbranch is used to indicate top level call for composite event. Definition at line 273 of file TGo4AnalysisObjectManager.cxx. References CreateCompositeBranchFolder(), fxTempFolder, GetEventStructure(), and TRACE. Referenced by CreateTreeStructure(). |
|
Create a folder with subfolders from a list of TBranchElements that belongs to a TGo4CompositeEvent. For each subbranch a subfolder will be created, until a TBranchElement without subbranches occur. The latter will be put into a TGo4ObjectStatus class. Referenced by CreateBranchFolder(). |
|
Create a tree structure object that maps the TBranchelements into a TFolder hierarchy.
Definition at line 499 of file TGo4AnalysisObjectManager.cxx. References CreateBranchFolder(), TGo4TreeStructure::fxTopFolder, TGo4Analysis::Instance(), and TRACE. Referenced by CreateNamesFolder(), CreateTreeStructure(), and TGo4Analysis::CreateTreeStructure(). |
|
Create a tree structure for a certain tree by name.
Definition at line 518 of file TGo4AnalysisObjectManager.cxx. References CreateTreeStructure(), fxTreeDir, and TRACE. |
|
Create a folder with members of this class.
Definition at line 534 of file TGo4AnalysisObjectManager.cxx. References fxTempFolder. Referenced by CreateNamesFolder(). |
|
Add external histogram to go4 histogram directory. Histogram will be owned and streamed by go4 histogram list afterwards. Definition at line 592 of file TGo4AnalysisObjectManager.cxx. References AddObjectToFolder(), fxHistogramDir, and TRACE. Referenced by TGo4Analysis::AddHistogram(), MakeH1(), and MakeH2(). |
|
Search histogram in histogram list (directory).
Definition at line 715 of file TGo4AnalysisObjectManager.cxx. References FindObjectInFolder(), fxHistogramDir, fxUserDir, and TRACE. Referenced by TGo4Analysis::GetHistogram(). |
|
Removes histogram from histogram dir by name. Returns kFALSE if no such histogram. Histogram object is deleted on heap only if del is true. Otherwise, user owns the histogram afterwords. Dynamic list entry for that histogram object is also removed. Definition at line 729 of file TGo4AnalysisObjectManager.cxx. References fxHistogramDir, RemoveObjectFromFolder(), and TRACE. Referenced by TGo4Analysis::RemoveHistogram(). |
|
Create 1-dim histogram in histogram folder. If histogram exists in autosave file, it will be taken from autosavefile. If type of existing histogram does not match with provided, old histogram will be removed and new proper will be created. Parameters are: histotype = "C", "D", "F", "I", "S" corresonds to different TH1* types folderame - name of folder, where histogram should be created histoname - name of histogram nbinsx - number of histogram bins xlow - histogram lower limit xup - histogram upper limit title - histogram tille [optional] xtitle - title on x axis [optional] ytitle - title on y axis [optional] Definition at line 602 of file TGo4AnalysisObjectManager.cxx. References AddHistogram(), fxHistogramDir, and TestObject(). |
|
Create 2-dim histogram in histogram folder. If histogram exists in autosave file, it will be taken from autosavefile. If type of existing histogram does not match with provided, old histogram will be removed and new proper will be created. Parameters are: histotype = "C", "D", "F", "I", "S" corresonds to different TH1* types folderame - name of folder, where histogram should be created histoname - name of histogram nbinsx - number of bins on x axis xlow - lower limit on x axis xup - upper limit on x axis nbinsy - number of bins on y axis ylow - lower limit on y axis yup - upper limit on y axis title - histogram tille [optional] xtitle - title on x axis [optional] ytitle - title on y axis [optional] Definition at line 646 of file TGo4AnalysisObjectManager.cxx. References AddHistogram(), fxHistogramDir, and TestObject(). |
|
Add reference to a tree in the go4 folder structure. If name of subfolder is given, tree will be assigned to subfolder, e.g. dedicated to analysis step. If subfolder is zero, the tree will be put into general tree folder. Definition at line 693 of file TGo4AnalysisObjectManager.cxx. References AddObjectToFolder(), fxTreeDir, and TRACE. Referenced by TGo4Analysis::AddTree(). |
|
Search tree in tree folder.
Definition at line 723 of file TGo4AnalysisObjectManager.cxx. References FindObjectInFolder(), fxTreeDir, and TRACE. Referenced by TGo4Analysis::GetTree(). |
|
Remove reference to a tree in the go4 folder structure. If name of analysis step is given, tree will be assigned to folder dedicated to that step. In stepname is zero, the tree will be put into general tree folder. Definition at line 699 of file TGo4AnalysisObjectManager.cxx. References fxDirMutex, fxTreeDir, and TRACE. Referenced by TGo4Analysis::RemoveTree(). |
|
Puts a new analysis condition object in corresponding list. Object is owned by list afterwards. Returns false if object of that name already exists in list. Definition at line 737 of file TGo4AnalysisObjectManager.cxx. References AddObjectToFolder(), fxConditionDir, and TRACE. Referenced by TGo4Analysis::AddAnalysisCondition(), MakePolyCond(), and MakeWindowCond(). |
|
Set existing analysis condition of name to the values of external condition object con. Used to set condition by command from gui, or to update the precompiled condition from the values that were saved to the autosave file. optional parent folder can be specified. By default, condition is searched relative to Conditions folder. Definition at line 743 of file TGo4AnalysisObjectManager.cxx. References AddObjectToFolder(), TGo4PolyCond::CleanupSpecials(), fguSUBFOLDERMAXLEN, fxConditionDir, fxDirMutex, fxUserDir, TRACE, and TGo4Condition::UpdateFrom(). Referenced by PutToFolder(), and TGo4Analysis::SetAnalysisCondition(). |
|
Retrieves an analysis condition from list by name. Returns 0 if no such condtion. Definition at line 826 of file TGo4AnalysisObjectManager.cxx. References FindObjectInFolder(), fxConditionDir, fxUserDir, and TRACE. Referenced by TGo4Analysis::GetAnalysisCondition(). |
|
Removes analysis condition from list by name. Returns 0 if no such condition. Condition object is deleted on heap. Definition at line 915 of file TGo4AnalysisObjectManager.cxx. References fxConditionDir, RemoveObjectFromFolder(), and TRACE. Referenced by TGo4Analysis::RemoveAnalysisCondition(). |
|
Create 1-dim window condition in conditions folder. If conditions exists in autosave file, it will be taken from autosave file. If type of existing condition does not match, condition will be removed and new will be created. Parameters are: folderame - name of folder, where condition should be created conditionsname - name of condition xlow - lower limit of condition xup - upper limit on condition bindhistogram - name of histogram, connected to condition [optional] invert - invert condition Definition at line 835 of file TGo4AnalysisObjectManager.cxx. References AddAnalysisCondition(), fxConditionDir, TGo4Condition::Invert(), TGo4Condition::SetHistogram(), TGo4WinCond::SetValues(), and TestObject(). |
|
Create 2-dim window condition in conditions folder. If conditions exists in autosave file, it will be taken from autosave file. If type of existing condition does not match, condition will be removed and new will be created. Parameters are: folderame - name of folder, where condition should be created conditionsname - name of condition xlow - lower limit on x axis xup - upper limit on x axis ylow - lower limit on y axis yup - upper limit on y axis bindhistogram - name of histogram, connected to condition [optional] invert - invert condition Definition at line 855 of file TGo4AnalysisObjectManager.cxx. References AddAnalysisCondition(), fxConditionDir, TGo4Condition::Invert(), TGo4Condition::SetHistogram(), TGo4WinCond::SetValues(), and TestObject(). |
|
Create polygon 2-dim condition in conditions folder. If conditions exists in autosave file, it will be taken from autosave file. If type of existing condition does not match, condition will be removed and new will be created. Points of polygon are taken from two dimentional array, which can be declared in program like: Float_t points[4][2] = {{ 0., 0.}, { 0., 4000.}, {40000., 4000.}, {40000., 0.}}; If first and last points will be connected, if they didnot match each other Parameters are: folderame - name of folder, where condition should be created conditionsname - name of condition size - number of points in polygon points - array of (x,y) coordinate of polygon bindhistogram - name of histogram, connected to condition [optional] invert - invert condition Definition at line 877 of file TGo4AnalysisObjectManager.cxx. References AddAnalysisCondition(), fxConditionDir, TGo4Condition::Invert(), TGo4Condition::SetHistogram(), TGo4PolyCond::SetValues(), and TestObject(). |
|
Puts a new parameter object in corresponding folder. Object is owned by folder afterwards. Returns false if object of that name already exists in list. Definition at line 1152 of file TGo4AnalysisObjectManager.cxx. References AddObjectToFolder(), fxParameterDir, and TRACE. Referenced by TGo4Analysis::AddParameter(). |
|
Set existing parameter of name to the values of external parameter object par. Used to set parameter by command from gui, or to update the precompiled parameter from the values that were saved to the autosave file. Optional parent folder can be specified. by default, parameter is searched relative to Parameters folder. Definition at line 1158 of file TGo4AnalysisObjectManager.cxx. References AddObjectToFolder(), fguSUBFOLDERMAXLEN, fxParameterDir, TRACE, and TGo4Parameter::UpdateFrom(). Referenced by PutToFolder(), and TGo4Analysis::SetParameter(). |
|
Set existing parameter of name to the values of external parameter object par. Used to set parameter by command from gui, or to update the precompiled parameter from the values that were saved to the autosave file. Optional parent folder can be specified. by default, parameter is searched relative to Parameters folder. Definition at line 1216 of file TGo4AnalysisObjectManager.cxx. References AddObjectToFolder(), TGo4ParameterStatus::CreateParameter(), fguSUBFOLDERMAXLEN, fxParameterDir, TRACE, and TGo4ParameterStatus::UpdateParameterValues(). Referenced by TGo4Analysis::SetParameterStatus(). |
|
Retrieves a parameter object by name from the object folder. Returns 0 if no such paramter. Definition at line 1256 of file TGo4AnalysisObjectManager.cxx. References FindObjectInFolder(), fxParameterDir, fxUserDir, and TRACE. Referenced by TGo4Analysis::GetParameter(). |
|
Removes parameter by name. Returns 0 if no such parameter. Parameter object is deleted on heap. Definition at line 1264 of file TGo4AnalysisObjectManager.cxx. References fxParameterDir, RemoveObjectFromFolder(), and TRACE. Referenced by TGo4Analysis::RemoveParameter(). |
|
Puts a new picture object in corresponding folder. Object is owned by folder afterwards. Returns false if object of that name already exists in list. Definition at line 1270 of file TGo4AnalysisObjectManager.cxx. References AddObjectToFolder(), fxPictureDir, and TRACE. Referenced by TGo4Analysis::AddPicture(). |
|
Set existing picture of name to the values of external picture object pic. Used to set picture by command from gui, or to update the precompiled picture from the values that were saved to the autosave file. Optional parent folder can be specified. by default, picture is searched relative to Pictures folder. Definition at line 1282 of file TGo4AnalysisObjectManager.cxx. References AddObjectToFolder(), fguSUBFOLDERMAXLEN, fxPictureDir, TRACE, and TGo4Picture::UpdateFrom(). Referenced by PutToFolder(), and TGo4Analysis::SetPicture(). |
|
Retrieves a picture object by name from the object folder. Returns 0 if no such picture. Definition at line 1337 of file TGo4AnalysisObjectManager.cxx. References FindObjectInFolder(), fxPictureDir, fxUserDir, and TRACE. Referenced by TGo4Analysis::GetPicture(). |
|
Removes picture by name. Returns 0 if no such picture. Picture object is deleted on heap. Definition at line 1345 of file TGo4AnalysisObjectManager.cxx. References fxPictureDir, RemoveObjectFromFolder(), and TRACE. Referenced by TGo4Analysis::RemovePicture(). |
|
Puts a new TCanvas in corresponding folder. Object is owned by folder afterwards. Returns false if object of that name already exists in list. Definition at line 1351 of file TGo4AnalysisObjectManager.cxx. References AddObjectToFolder(), fxCanvasDir, and TRACE. Referenced by TGo4Analysis::AddCanvas(). |
|
Retrieves a TCanvas by name from the Canvases folder. Returns 0 if no such object. Definition at line 1360 of file TGo4AnalysisObjectManager.cxx. References FindObjectInFolder(), fxCanvasDir, and TRACE. Referenced by TGo4Analysis::GetCanvas(). |
|
Removes TCanvas by name. Returns 0 if no such canvas. TCanvas object is deleted on heap. Definition at line 1368 of file TGo4AnalysisObjectManager.cxx. References fxCanvasDir, RemoveObjectFromFolder(), and TRACE. Referenced by TGo4Analysis::RemoveCanvas(). |
|
Find Object of name in the folder structure and create a complete status object of it. Used by GUI command to get updated information on certain object. Optionally, name of search folder may be given. Definition at line 921 of file TGo4AnalysisObjectManager.cxx. References GetObject(). Referenced by CreateNamesFolder(), TGo4Analysis::CreateObjectStatus(), and PrintFolder(). |
|
Create status object for object ob. If fullinfo flag is false, skip time consuming parts of the status (case of nameslist) Definition at line 927 of file TGo4AnalysisObjectManager.cxx. |
|
Creates a list of names (keys) of all objects in analysis directories.
Definition at line 949 of file TGo4AnalysisObjectManager.cxx. References TGo4PolyCond::CleanupSpecials(), CreateNamesFolder(), fxDirMutex, fxGo4Dir, TGo4AnalysisObjectNames::fxTopFolder, and TRACE. Referenced by TGo4Analysis::CreateNamesList(). |
|
Conversion of the TFolder of objects into a TFolder containing the object names as TObjectStrings. Subfolders are translated to subfolders containing subfolder names. Definition at line 961 of file TGo4AnalysisObjectManager.cxx. References CreateMembersFolder(), CreateObjectStatus(), CreateTreeStructure(), fxTempFolder, and TRACE. Referenced by CreateNamesList(). |
|
Access to top folder of all objects.
Definition at line 1007 of file TGo4AnalysisObjectManager.cxx. References fxGo4Dir. Referenced by TGo4Analysis::GetObjectFolder(). |
|
Add reference to event store object to Go4 Folder structure. To be used by framework only! Definition at line 1012 of file TGo4AnalysisObjectManager.cxx. References AddObjectToFolder(), fxStoreDir, and TRACE. Referenced by TGo4Analysis::AddEventStore(). |
|
Remove reference to event store from go4 folder structure.
Definition at line 1017 of file TGo4AnalysisObjectManager.cxx. References fxDirMutex, fxStoreDir, and TRACE. Referenced by TGo4Analysis::RemoveEventStore(). |
|
Add reference to event source object to Go4 Folder structure. To be used by framework only! Definition at line 1034 of file TGo4AnalysisObjectManager.cxx. References AddObjectToFolder(), fxSourceDir, and TRACE. Referenced by TGo4Analysis::AddEventSource(). |
|
Remove reference to event source from go4 folder structure.
Definition at line 1040 of file TGo4AnalysisObjectManager.cxx. References fxDirMutex, fxSourceDir, and TRACE. Referenced by TGo4Analysis::RemoveEventSource(). |
|
Add reference to event processor object to Go4 Folder structure. To be used by framework only! Definition at line 1056 of file TGo4AnalysisObjectManager.cxx. References AddObjectToFolder(), fxProcessorDir, and TRACE. Referenced by TGo4Analysis::AddEventProcessor(). |
|
Remove reference to event processor from go4 folder structure.
Definition at line 1062 of file TGo4AnalysisObjectManager.cxx. References fxDirMutex, fxProcessorDir, and TRACE. Referenced by TGo4Analysis::RemoveEventProcessor(). |
|
Add reference to event structure object to Go4 Folder structure. To be used by framework only! Definition at line 1078 of file TGo4AnalysisObjectManager.cxx. References AddObjectToFolder(), fxEventDir, and TRACE. Referenced by TGo4Analysis::AddEventStructure(). |
|
Remove reference to event structure from go4 folder structure.
Definition at line 1084 of file TGo4AnalysisObjectManager.cxx. References CleanupDynamicLists(), fxDirMutex, fxEventDir, and TRACE. Referenced by TGo4Analysis::RemoveEventStructure(). |
|
Search reference to event stucture in folder.
Definition at line 1097 of file TGo4AnalysisObjectManager.cxx. References FindObjectInFolder(), fxEventDir, and TRACE. Referenced by CreateBranchFolder(), and TGo4Analysis::GetEventStructure(). |
|
Reset all registered backstore instances.Called by dynamic list processing.
Definition at line 1109 of file TGo4AnalysisObjectManager.cxx. References fxStoreDir, TGo4BackStore::Reset(), and TRACE. Referenced by ProcessDynamicList(), and TGo4Analysis::ResetBackStores(). |
|
Cleanups required when analysis is closed.
Definition at line 1122 of file TGo4AnalysisObjectManager.cxx. References fiDynListCount, TGo4Analysis::Instance(), ResetCurrentDynList(), and TRACE. Referenced by TGo4Analysis::CloseAnalysis(). |
|
Save folder structure to given file.
Definition at line 1130 of file TGo4AnalysisObjectManager.cxx. References fxAnalysisDir, fxGo4Dir, fxTreeDir, TGo4Analysis::Instance(), RemoveFromDir(), and SaveFolder(). Referenced by TGo4Analysis::AutoSave(). |
|
Load objects from file. File should be opened and closed by the caller. Definition at line 1378 of file TGo4AnalysisObjectManager.cxx. References TGo4PolyCond::CleanupSpecials(), fgcTOPFOLDER, fxGo4Dir, LoadFolder(), ResetCurrentDynList(), and TRACE. Referenced by TGo4Analysis::LoadObjects(). |
|
Adds entry to object manager.
Definition at line 1103 of file TGo4AnalysisObjectManager.cxx. References AddObjectToFolder(), fxDynListDir, and TGo4DynamicEntry::Reset(). Referenced by TGo4Analysis::AddDynamicEntry(), AddDynamicHistogram(), AddTreeHistogram(), and PutToFolder(). |
|
Reset the current dynamic list.
Definition at line 1405 of file TGo4AnalysisObjectManager.cxx. References fxDynListDir, and TGo4DynamicList::ResetEntries(). Referenced by CloseAnalysis(), and LoadObjects(). |
|
Loop over the dynamic list and process the actions linked to the entries.
Definition at line 1410 of file TGo4AnalysisObjectManager.cxx. References fiDynListCount, fiDynListInterval, fxDynListDir, GetDynListInterval(), TGo4DynamicList::ProcessEntries(), and ResetBackStores(). Referenced by TGo4Analysis::MainCycle(). |
|
Definition at line 543 of file TGo4AnalysisObjectManager.h. References fiDynListInterval. Referenced by TGo4Analysis::SetDynListInterval(). |
|
Definition at line 545 of file TGo4AnalysisObjectManager.h. References fiDynListInterval. Referenced by TGo4Analysis::GetDynListInterval(), and ProcessDynamicList(). |
|
Add (create) new dynamic histogram entry which connects an existing histogram with existing condition and data. Dynamic entry is specified by name. Histogram histo will be searched in registered histograms folder, condition in conditions folder. If condition is true or not existing (condition=0), histogram will be filled from the values that are found in registered eventstructure classes of names hevx, hevy, hevz at the data members of names hmemx, hmemy, hmemz, for the three coordinate axes, respectively. Histogram dimension is checked against given values. Condition is tested regarding the events cevx, cevy with members cmemx, cmemy Definition at line 1425 of file TGo4AnalysisObjectManager.cxx. References AddDynamicEntry(), TGo4HistogramEntry::SetConditionName(), TGo4HistogramEntry::SetConEventName(), TGo4HistogramEntry::SetConVarName(), TGo4HistogramEntry::SetHisEventName(), TGo4HistogramEntry::SetHistogramName(), and TGo4HistogramEntry::SetHisVarName(). Referenced by TGo4Analysis::AddDynamicHistogram(). |
|
Add Histogram into the dynamic list wich is linked to a tree. If Histogram of hisname already exists, this histogram will taken. if not, the histogram will be created on first TTree::Draw. Strings varexp and selection are used for applying cuts and variables to plot. Definition at line 1467 of file TGo4AnalysisObjectManager.cxx. References AddDynamicEntry(), TGo4Analysis::Instance(), and TRACE. Referenced by TGo4Analysis::AddTreeHistogram(). |
|
Printout of all histogram statistic counters on the terminal. Expression may filter only objects with names matching. Definition at line 2069 of file TGo4AnalysisObjectManager.cxx. References fxHistogramDir, PrintFolder(), and TRACE. Referenced by TGo4Analysis::PrintHistograms(). |
|
Print all condition counters to the terminal. Expression may filter only objects with names matching. Definition at line 2061 of file TGo4AnalysisObjectManager.cxx. References fxConditionDir, PrintFolder(), and TRACE. Referenced by TGo4Analysis::PrintConditions(). |
|
Print entries of current dynamic list.
Definition at line 1420 of file TGo4AnalysisObjectManager.cxx. References fxDynListDir, and TGo4DynamicList::PrintEntries(). Referenced by TGo4Analysis::PrintDynamicList(). |
|
Clear (reset) the specified objects. Method will first clear all objects in any folder if it is matching the namestring. If no such folder exists, object of name is searched and cleared. Returns kFALSE in case of not found objects. Definition at line 226 of file TGo4AnalysisObjectManager.cxx. References ClearFolder(), ClearObject(), fxDirMutex, fxGo4Dir, and TRACE. Referenced by TGo4Analysis::ClearObjects(). |
|
Change protection properties of object name as specified. Flags may contain key letters like: "+C"/"-C" to enable/disable protection against Clear()(histogram zeroing etc). "+D"/"-D" to enable/disable protection against object deletion For example flags="+C-D", "+C+D", "-D-C" Properties not appearing in flags are not changed. Definition at line 258 of file TGo4AnalysisObjectManager.cxx. References fxDirMutex, fxGo4Dir, ProtectFolder(), and ProtectObject(). Referenced by TGo4Analysis::ProtectObjects(). |
|
Remove entry of that name from dynamic list of listname. The referred objects (histograms, conditions..) are still on heap, since they are owned by their special folders. If listname is not given, the current dynamic list is used. Definition at line 1485 of file TGo4AnalysisObjectManager.cxx. References fxDynListDir, and RemoveObjectFromFolder(). Referenced by TGo4Analysis::RemoveDynamicEntry(). |
|
Get pointer to subfolder of parent specified by name. If create is true, create it Definition at line 1491 of file TGo4AnalysisObjectManager.cxx. References fguSUBFOLDERMAXLEN, fxDirMutex, and TRACE. Referenced by AddObjectToFolder(), CreateObjectList(), GetObject(), LoadFolder(), and TGo4Analysis::StoreFolder(). |
|
Definition at line 630 of file TGo4AnalysisObjectManager.h. References fbCreatedinMake. |
|
Add any named object to a folder. Used by AddHistogram, AddParameter etc. methods. If replace is true, old object of same name will be removed first. If uniquename is true, there are no two objects of same name allowed even in different subfolders (important for histograms registered to gROOT). if resetbits is true, go4 deletion and reset protection bits are set to defaults. Otherwise, object bits of ob are not touched. Definition at line 1534 of file TGo4AnalysisObjectManager.cxx. References CleanupDynamicLists(), fguSUBFOLDERMAXLEN, FindSubFolder(), fxDirMutex, TGo4Status::kGo4CanDelete, TGo4Status::kGo4NoReset, and TRACE. Referenced by AddAnalysisCondition(), AddCanvas(), AddDynamicEntry(), AddEventProcessor(), AddEventSource(), AddEventStore(), AddEventStructure(), AddHistogram(), AddObject(), AddParameter(), AddPicture(), AddTree(), PutToFolder(), SetAnalysisCondition(), SetParameter(), SetParameterStatus(), and SetPicture(). |
|
Remove object specified by full name ("subfolder/subssubfolder/name") from folder fold. If isDel flag is kTRUE, object will be deleted. Return kTRUE if object was found and removed, otherwise kFALSE. Used by RemoveHistogram etc. methods. Definition at line 1632 of file TGo4AnalysisObjectManager.cxx. References CleanupDynamicLists(), fguSUBFOLDERMAXLEN, fxDirMutex, TGo4Analysis::Instance(), and TRACE. Referenced by RemoveAnalysisCondition(), RemoveCanvas(), RemoveDynamicEntry(), RemoveHistogram(), RemoveObject(), RemoveParameter(), RemovePicture(), and TestObject(). |
|
Update folder destination with the content of the folder source. Subfolder structure of source is recreated in destination, but existing objects are not replaced/deleted unless replace==kTRUE Definition at line 1658 of file TGo4AnalysisObjectManager.cxx. References FindSubFolder(), fxDirMutex, PutToFolder(), and TRACE. Referenced by LoadFolder(), and LoadObjects(). |
|
Update folder destination with the content of the directory source. Subdirectory structure of source is converted into subfolder of destination, but existing objects are not replaced/deleted unless replace==kTRUE Definition at line 1686 of file TGo4AnalysisObjectManager.cxx. References fbSuppressLoadHistograms, fgcPICTFOLDER, FindSubFolder(), fxDirMutex, TGo4Analysis::Instance(), LoadFolder(), PutToFolder(), and TRACE. |
|
Method used by both LoadFolder variants to assign object ob into destination folder by object type. If replace is kTRUE, previous objects of same name are replaced by ob. Definition at line 1745 of file TGo4AnalysisObjectManager.cxx. References AddDynamicEntry(), AddObjectToFolder(), fbSuppressLoadHistograms, TGo4Analysis::Instance(), SetAnalysisCondition(), SetParameter(), and SetPicture(). Referenced by LoadFolder(). |
|
Save this folder as a new subdirectory (TDirectory) of the current directory i.e. the currently open file. This is most likely more performant than streaming top folder completely into file Definition at line 1814 of file TGo4AnalysisObjectManager.cxx. References AppendToDir(), fxDirMutex, and TGo4Analysis::Instance(). Referenced by SaveObjects(). |
|
Remove all objects in folder fold from directory dir, recursively. Prevents the deletion of all objects in memory folders after SaveFolder, when dir is closed. Definition at line 1872 of file TGo4AnalysisObjectManager.cxx. Referenced by SaveObjects(). |
|
Append object ob to directory dir. If object of same name already existed there, it is replaced. Definition at line 1858 of file TGo4AnalysisObjectManager.cxx. Referenced by SaveFolder(). |
|
Printout all objects in folder fold on the terminal. Option for root Print can be specified. Optionally, a filtering expression can be defined. Return value gives total size of all printed objects in bytes (including subfolders). Definition at line 1888 of file TGo4AnalysisObjectManager.cxx. References CreateObjectStatus(), fxDirMutex, TGo4ObjectStatus::GetObjectSize(), IsMatching(), and TRACE. Referenced by PrintConditions(), and PrintHistograms(). |
|
Clear (reset) all objects in folder fold, e.g. zero the histograms. Objects are not deleted! Definition at line 1919 of file TGo4AnalysisObjectManager.cxx. References ClearObject(), fxDirMutex, and TRACE. Referenced by ClearObjects(). |
|
Clear (reset) the specified object. Depending on type, different actions may happen (clear histo, zero graph) Definition at line 1934 of file TGo4AnalysisObjectManager.cxx. References TGo4Status::kGo4NoReset, TGo4Picture::Reset(), TGo4DynamicEntry::Reset(), and TRACE. Referenced by ClearFolder(), and ClearObjects(). |
|
Delete all objects in folder fold only if the kGo4CanDelete bit is set. Usually, only objects created from the gui may be deleted. Definition at line 1995 of file TGo4AnalysisObjectManager.cxx. References DeleteObject(), fxDirMutex, and TRACE. Referenced by DeleteObjects(). |
|
Delete the specified object if the kGo4CanDelete bit is set. Usually, only objects created from the gui may be deleted. Definition at line 2011 of file TGo4AnalysisObjectManager.cxx. References CleanupDynamicLists(), fxGo4Dir, TGo4Status::kGo4CanDelete, and TRACE. Referenced by DeleteFolder(), and DeleteObjects(). |
|
Change protection properties of all objects in this folder as specified. Flags may contain key letters like: "+C"/"-C" to enable/disable protection against Clear()(histogram zeroing etc). "+D"/"-D" to enable/disable protection against object deletion For example flags="+C-D", "+C+D", "-D-C" Properties not appearing in flags are not changed. Definition at line 2023 of file TGo4AnalysisObjectManager.cxx. References fxDirMutex, and ProtectObject(). Referenced by ProtectObjects(). |
|
Change protection properties of object name as specified. Flags may contain key letters like: "+C"/"-C" to enable/disable protection against Clear()(histogram zeroing etc). "+D"/"-D" to enable/disable protection against object deletion For example flags="+C-D", "+C+D", "-D-C" Properties not appearing in flags are not changed. Definition at line 2037 of file TGo4AnalysisObjectManager.cxx. References TGo4Status::kGo4CanDelete, and TGo4Status::kGo4NoReset. Referenced by ProtectFolder(), and ProtectObjects(). |
|
Remove reference to object from all dynamic lists.Object type is noticed automatically.
Definition at line 2048 of file TGo4AnalysisObjectManager.cxx. References TGo4DynamicList::CleanupPointerInEntries(), fxDirMutex, fxDynListDir, and TRACE. Referenced by AddObjectToFolder(), DeleteObject(), RemoveEventStructure(), and RemoveObjectFromFolder(). |
|
Create a list of objects which names are matching expression expr. optionally, the search can be limited to given subfolder of Go4. By default, all registered objects are compared. Definition at line 2091 of file TGo4AnalysisObjectManager.cxx. References fgcTOPFOLDER, FindSubFolder(), fxDirMutex, and fxGo4Dir. Referenced by CreateObjectList(), and NextMatchingObject(). |
|
For recursive search for objects in folder fold that match expression.
Definition at line 2103 of file TGo4AnalysisObjectManager.cxx. References CreateObjectList(), and IsMatching(). |
|
Finds out if string is matching the expression.
Definition at line 2134 of file TGo4AnalysisObjectManager.cxx. Referenced by CreateObjectList(), and PrintFolder(). |
|
Serachs in folder for object with specified name Uses fxDirMutex until search is working.
Definition at line 2152 of file TGo4AnalysisObjectManager.cxx. References fxDirMutex, and TRACE. Referenced by GetAnalysisCondition(), GetCanvas(), GetEventStructure(), GetHistogram(), GetObject(), GetParameter(), GetPicture(), GetTree(), and TestObject(). |
|
Test, if object exists in provided folder. If object exists and corresponds to provided class, it will be returned, otherwise it will be destroyed Used by different Make* functions Definition at line 2161 of file TGo4AnalysisObjectManager.cxx. References fbCreatedinMake, FindObjectInFolder(), and RemoveObjectFromFolder(). Referenced by MakeH1(), MakeH2(), MakePolyCond(), and MakeWindowCond(). |
|
Default name of the default (toplevel) dynamic list.
Definition at line 67 of file TGo4AnalysisObjectManager.cxx. |
|
Top level folder name.
Definition at line 68 of file TGo4AnalysisObjectManager.cxx. Referenced by CreateObjectList(), GetObject(), LoadObjects(), TGo4AnalysisObjectCommand::TGo4AnalysisObjectCommand(), and TGo4AnalysisObjectManager(). |
|
Histograms folder name.
Definition at line 69 of file TGo4AnalysisObjectManager.cxx. Referenced by TGo4AnalysisObjectManager(). |
|
Dynamic lists folder name.
Definition at line 70 of file TGo4AnalysisObjectManager.cxx. Referenced by TGo4MbsHist::ScanGo4Folder(), and TGo4AnalysisObjectManager(). |
|
Analysis conditions folder name.
Definition at line 71 of file TGo4AnalysisObjectManager.cxx. Referenced by TGo4MbsHist::ScanGo4Folder(), and TGo4AnalysisObjectManager(). |
|
Analysis user parameters folder name.
Definition at line 72 of file TGo4AnalysisObjectManager.cxx. Referenced by TGo4MbsHist::ScanGo4Folder(), and TGo4AnalysisObjectManager(). |
|
Tree reference folder name.
Definition at line 73 of file TGo4AnalysisObjectManager.cxx. Referenced by TGo4MbsHist::ScanGo4Folder(), and TGo4AnalysisObjectManager(). |
|
Picture objects folder name.
Definition at line 74 of file TGo4AnalysisObjectManager.cxx. Referenced by LoadFolder(), TGo4MbsHist::ScanGo4Folder(), and TGo4AnalysisObjectManager(). |
|
TCanvas folder name.
Definition at line 75 of file TGo4AnalysisObjectManager.cxx. Referenced by TGo4MbsHist::ScanGo4Folder(), and TGo4AnalysisObjectManager(). |
|
top analysis objects reference folder name
Definition at line 76 of file TGo4AnalysisObjectManager.cxx. Referenced by TGo4MbsHist::ScanGo4Folder(), and TGo4AnalysisObjectManager(). |
|
Event references folder name.
Definition at line 77 of file TGo4AnalysisObjectManager.cxx. Referenced by TGo4AnalysisObjectManager(). |
|
Event source reference folder name.
Definition at line 78 of file TGo4AnalysisObjectManager.cxx. Referenced by TGo4AnalysisObjectManager(). |
|
Event store reference folder name.
Definition at line 79 of file TGo4AnalysisObjectManager.cxx. Referenced by TGo4AnalysisObjectManager(). |
|
Event processor reference folder name.
Definition at line 80 of file TGo4AnalysisObjectManager.cxx. Referenced by TGo4AnalysisObjectManager(). |
|
User objects folder name.
Definition at line 81 of file TGo4AnalysisObjectManager.cxx. Referenced by TGo4AnalysisObjectManager(). |
|
Temporary dummy folder name.
Definition at line 82 of file TGo4AnalysisObjectManager.cxx. Referenced by TGo4AnalysisObjectManager(). |
|
Top level Go4 Directory (root folder).
Definition at line 685 of file TGo4AnalysisObjectManager.h. Referenced by ClearObjects(), CreateNamesList(), CreateObjectList(), DeleteObject(), DeleteObjects(), GetObject(), GetObjectFolder(), LoadObjects(), ProtectObjects(), SaveObjects(), TGo4AnalysisObjectManager(), and ~TGo4AnalysisObjectManager(). |
|
Directory containing all histogram objects to be used by dynamic list and user analysis.
Definition at line 692 of file TGo4AnalysisObjectManager.h. Referenced by AddHistogram(), GetHistogram(), MakeH1(), MakeH2(), PrintHistograms(), RemoveHistogram(), TGo4AnalysisObjectManager(), and ~TGo4AnalysisObjectManager(). |
|
Directory containing all condition objects to be used by dynamic list and by user analysis.
Definition at line 698 of file TGo4AnalysisObjectManager.h. Referenced by AddAnalysisCondition(), GetAnalysisCondition(), MakePolyCond(), MakeWindowCond(), PrintConditions(), RemoveAnalysisCondition(), SetAnalysisCondition(), TGo4AnalysisObjectManager(), and ~TGo4AnalysisObjectManager(). |
|
Directory containing user parameter objects.
Definition at line 703 of file TGo4AnalysisObjectManager.h. Referenced by AddParameter(), GetParameter(), RemoveParameter(), SetParameter(), SetParameterStatus(), TGo4AnalysisObjectManager(), and ~TGo4AnalysisObjectManager(). |
|
Directory containing all action objects to be used by dynamic list and by user analysis.
Definition at line 709 of file TGo4AnalysisObjectManager.h. Referenced by AddDynamicEntry(), CleanupDynamicLists(), PrintDynamicList(), ProcessDynamicList(), RemoveDynamicEntry(), ResetCurrentDynList(), TGo4AnalysisObjectManager(), and ~TGo4AnalysisObjectManager(). |
|
Directory containing all user objects.
Definition at line 714 of file TGo4AnalysisObjectManager.h. Referenced by AddObject(), GetAnalysisCondition(), GetHistogram(), GetParameter(), GetPicture(), RemoveObject(), SetAnalysisCondition(), TGo4AnalysisObjectManager(), and ~TGo4AnalysisObjectManager(). |
|
Directory containing references to trees.
Definition at line 719 of file TGo4AnalysisObjectManager.h. Referenced by AddTree(), CreateTreeStructure(), GetTree(), RemoveTree(), SaveObjects(), TGo4AnalysisObjectManager(), and ~TGo4AnalysisObjectManager(). |
|
Directory containing the pictures.
Definition at line 724 of file TGo4AnalysisObjectManager.h. Referenced by AddPicture(), GetPicture(), RemovePicture(), SetPicture(), TGo4AnalysisObjectManager(), and ~TGo4AnalysisObjectManager(). |
|
Directory containing TCanvases.
Definition at line 729 of file TGo4AnalysisObjectManager.h. Referenced by AddCanvas(), GetCanvas(), RemoveCanvas(), TGo4AnalysisObjectManager(), and ~TGo4AnalysisObjectManager(). |
|
Directory containing references to event stores.
Definition at line 734 of file TGo4AnalysisObjectManager.h. Referenced by AddEventStore(), RemoveEventStore(), ResetBackStores(), TGo4AnalysisObjectManager(), and ~TGo4AnalysisObjectManager(). |
|
Directory containing references to event sources.
Definition at line 739 of file TGo4AnalysisObjectManager.h. Referenced by AddEventSource(), RemoveEventSource(), TGo4AnalysisObjectManager(), and ~TGo4AnalysisObjectManager(). |
|
Directory containing references to event processors.
Definition at line 744 of file TGo4AnalysisObjectManager.h. Referenced by AddEventProcessor(), RemoveEventProcessor(), TGo4AnalysisObjectManager(), and ~TGo4AnalysisObjectManager(). |
|
Directory containing references to event structures.
Definition at line 749 of file TGo4AnalysisObjectManager.h. Referenced by AddEventStructure(), GetEventStructure(), RemoveEventStructure(), TGo4AnalysisObjectManager(), and ~TGo4AnalysisObjectManager(). |
|
Top Directory for all references to event classes.
Definition at line 754 of file TGo4AnalysisObjectManager.h. Referenced by SaveObjects(), and TGo4AnalysisObjectManager(). |
|
Temporary folder for nameslist objects.
Definition at line 759 of file TGo4AnalysisObjectManager.h. Referenced by CreateBranchFolder(), CreateMembersFolder(), CreateNamesFolder(), TGo4AnalysisObjectManager(), and ~TGo4AnalysisObjectManager(). |
|
Mutex protecting the object directories.
Definition at line 764 of file TGo4AnalysisObjectManager.h. Referenced by AddObjectToFolder(), CleanupDynamicLists(), ClearFolder(), ClearObjects(), CreateNamesList(), CreateObjectList(), DeleteFolder(), DeleteObjects(), FindObjectInFolder(), FindSubFolder(), LoadFolder(), PrintFolder(), ProtectFolder(), ProtectObjects(), RemoveEventProcessor(), RemoveEventSource(), RemoveEventStore(), RemoveEventStructure(), RemoveObjectFromFolder(), RemoveTree(), SaveFolder(), SetAnalysisCondition(), and TGo4AnalysisObjectManager(). |
|
List of matching objects for name expression.
Definition at line 770 of file TGo4AnalysisObjectManager.h. Referenced by NextMatchingObject(), and ~TGo4AnalysisObjectManager(). |
|
Iterator for list of matching objects.
Definition at line 773 of file TGo4AnalysisObjectManager.h. Referenced by NextMatchingObject(), and ~TGo4AnalysisObjectManager(). |
|
Event counter for dynamic list processing. After each fgiDYNLISTINTERVAL counts the entries in the dynamic list are updated with the previous events (e.g. loop over a tree for this range) Definition at line 781 of file TGo4AnalysisObjectManager.h. Referenced by CloseAnalysis(), and ProcessDynamicList(). |
|
Interval for dynamic list processing.
Definition at line 786 of file TGo4AnalysisObjectManager.h. Referenced by GetDynListInterval(), ProcessDynamicList(), and SetDynListInterval(). |
|
Boolean flag indicates, if object was created in last calls of one of Make* functions.
Definition at line 792 of file TGo4AnalysisObjectManager.h. Referenced by CreatedInMake(), and TestObject(). |
|
If this is set to true, any found histogram will not be loaded from the file current TDirectory. To be used to avoid Picture referenced Histograms to appear in the Pictures folder Definition at line 800 of file TGo4AnalysisObjectManager.h. Referenced by LoadFolder(), and PutToFolder(). |