#include <TGo4TreeHistogramEntryStatus.h>
Inheritance diagram for TGo4TreeHistogramEntryStatus:
Public Methods | |
TGo4TreeHistogramEntryStatus () | |
default ctor for streamer. More... | |
virtual | ~TGo4TreeHistogramEntryStatus () |
virtual void | Print (Option_t *dummy="") const |
virtual const Text_t * | GetHistogramName () |
const char * | GetTreeName () const |
const char * | GetVarexp () const |
const TCut & | GetSelection () const |
Int_t | GetDynListInterval () const |
void | SetDynListInterval (Int_t value) |
Protected Methods | |
virtual void | SetHistogramName (const Text_t *name) |
Private Methods | |
void | SetSelection (const TCut &cut) |
void | SetVarexp (const TString &ex) |
void | SetTreeName (TTree *thetree) |
void | SetTreeName (const TString &name) |
TGo4TreeHistogramEntryStatus (const Text_t *name) | |
private ctor may only be invoked by TGo4TreeHistogramEntry, which is friend. More... | |
virtual TGo4DynamicEntry * | CreateDynamicEntry () |
Use status information to build a dynamic entry with this parameters. More... | |
Private Attributes | |
TString | fxHistogramName |
Name of the histogram. More... | |
TString | fxTreeName |
Name of the tree. More... | |
TString | fxVarexp |
Varexpression for tree draw. More... | |
TCut | fxSelection |
Cut expression for tree draw. More... | |
Int_t | fiDynListInterval |
The general dynamic list interval for the tree draw frequency. More... | |
Friends | |
class | TGo4TreeHistogramEntry |
class | TGo4DynamicList |
class | TGo4EditDynEntryStatus |
Definition at line 32 of file TGo4TreeHistogramEntryStatus.h.
|
default ctor for streamer.
Definition at line 41 of file TGo4TreeHistogramEntryStatus.h. |
|
Definition at line 32 of file TGo4TreeHistogramEntryStatus.cxx. References TRACE. |
|
private ctor may only be invoked by TGo4TreeHistogramEntry, which is friend.
Definition at line 25 of file TGo4TreeHistogramEntryStatus.cxx. References TRACE. |
|
Reimplemented from TGo4Status. Definition at line 69 of file TGo4TreeHistogramEntryStatus.cxx. References TGo4DynamicEntryStatus::AutoProcessIsEnabled(), GetHistogramName(), GetSelection(), GetTreeName(), and GetVarexp(). |
|
Reimplemented from TGo4DynamicEntryStatus. Definition at line 64 of file TGo4TreeHistogramEntryStatus.cxx. References fxHistogramName. Referenced by Print(), and TGo4TreeHistogramEntry::SetStatus(). |
|
Definition at line 49 of file TGo4TreeHistogramEntryStatus.h. References fxTreeName. Referenced by Print(), and TGo4TreeHistogramEntry::SetStatus(). |
|
Definition at line 51 of file TGo4TreeHistogramEntryStatus.h. References fxVarexp. Referenced by Print(), and TGo4TreeHistogramEntry::SetStatus(). |
|
Definition at line 53 of file TGo4TreeHistogramEntryStatus.h. Referenced by Print(), and TGo4TreeHistogramEntry::SetStatus(). |
|
Definition at line 55 of file TGo4TreeHistogramEntryStatus.h. References fiDynListInterval. |
|
Definition at line 56 of file TGo4TreeHistogramEntryStatus.h. References fiDynListInterval. Referenced by TGo4TreeHistogramEntry::UpdateStatus(). |
|
Reimplemented from TGo4DynamicEntryStatus. Definition at line 51 of file TGo4TreeHistogramEntryStatus.cxx. References fxHistogramName. Referenced by TGo4TreeHistogramEntry::UpdateStatus(). |
|
Definition at line 64 of file TGo4TreeHistogramEntryStatus.h. References fxSelection. Referenced by TGo4EditDynEntryStatus::SetTreeCut(), and TGo4TreeHistogramEntry::UpdateStatus(). |
|
Definition at line 65 of file TGo4TreeHistogramEntryStatus.h. References fxVarexp. Referenced by TGo4EditDynEntryStatus::SetTreeExpression(), and TGo4TreeHistogramEntry::UpdateStatus(). |
|
Definition at line 38 of file TGo4TreeHistogramEntryStatus.cxx. References fxTreeName, and TRACE. Referenced by TGo4EditDynEntryStatus::SetTreeName(), and TGo4TreeHistogramEntry::UpdateStatus(). |
|
Definition at line 68 of file TGo4TreeHistogramEntryStatus.h. References fxTreeName. |
|
Use status information to build a dynamic entry with this parameters. For usage inside dynamic list only. Implements TGo4DynamicEntryStatus. Definition at line 56 of file TGo4TreeHistogramEntryStatus.cxx. References TGo4TreeHistogramEntry::SetStatus(). |
|
Definition at line 34 of file TGo4TreeHistogramEntryStatus.h. |
|
Reimplemented from TGo4DynamicEntryStatus. Definition at line 35 of file TGo4TreeHistogramEntryStatus.h. |
|
Reimplemented from TGo4DynamicEntryStatus. Definition at line 36 of file TGo4TreeHistogramEntryStatus.h. |
|
Name of the histogram.
Definition at line 79 of file TGo4TreeHistogramEntryStatus.h. Referenced by GetHistogramName(), and SetHistogramName(). |
|
Name of the tree.
Definition at line 82 of file TGo4TreeHistogramEntryStatus.h. Referenced by GetTreeName(), and SetTreeName(). |
|
Varexpression for tree draw.
Definition at line 85 of file TGo4TreeHistogramEntryStatus.h. |
|
Cut expression for tree draw.
Definition at line 88 of file TGo4TreeHistogramEntryStatus.h. Referenced by SetSelection(). |
|
The general dynamic list interval for the tree draw frequency. Belongs to TGo4Analysis, but we put it here for easy display in dynamic list editor. Definition at line 93 of file TGo4TreeHistogramEntryStatus.h. Referenced by GetDynListInterval(), and SetDynListInterval(). |