| v2.10-0 (21000JUN2005) | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use TGo4Condition | |
| Go4Analysis | |
| Go4CommandsAnalysis | |
| Go4ConditionsBase | |
| Go4DynamicList | |
| Go4Event | |
| Go4EventServer | |
| Go4GUI | |
| Go4StatusAnalysis | |
| Uses of TGo4Condition in Go4Analysis |
| Methods in Go4Analysis that return TGo4Condition | |
TGo4Condition* | TGo4Analysis.GetAnalysisCondition(const Text_t* name)Retrieves an analysis condition from list by name. |
TGo4Condition* | TGo4AnalysisObjectManager.GetAnalysisCondition(const Text_t* name)Retrieves an analysis condition from list by name. |
| Methods in Go4Analysis with parameters of type TGo4Condition | |
Bool_t | TGo4Analysis.AddAnalysisCondition(TGo4Condition* con, const Text_t* subfolder)Puts a new analysis condition object in corresponding list. |
Bool_t | TGo4Analysis.SetAnalysisCondition(const Text_t* name, TGo4Condition* con, Bool_t counter)Set existing analysis condition of name to the values of external condition object con. |
Int_t | TGo4Analysis.StoreCondition(const Text_t* name, TGo4Condition* con)Write condition con into eventstore of the step specified by name. |
Bool_t | TGo4AnalysisObjectManager.AddAnalysisCondition(TGo4Condition* con, const Text_t* subfolder)Puts a new analysis condition object in corresponding list. |
Bool_t | TGo4AnalysisObjectManager.SetAnalysisCondition(const Text_t* name, TGo4Condition* con, Bool_t counter, TFolder* parent)Set existing analysis condition of name to the values of external condition object con. |
Int_t | TGo4AnalysisStep.Store(TGo4Condition* conny)Saves a condition correllated with the current event into the storage. |
Int_t | TGo4AnalysisStepManager.Store(const Text_t* name, TGo4Condition* con)Write condition con into eventstore of the step specified by name. |
| Uses of TGo4Condition in Go4CommandsAnalysis |
| Fields in Go4CommandsAnalysis declared as TGo4Condition | |
private TGo4Condition* | TGo4ComSetCondition.fxConditionCondition containing the properties which shall be set. |
| Methods in Go4CommandsAnalysis with parameters of type TGo4Condition | |
void | TGo4ComSetCondition.SetCondition(TGo4Condition* cond) |
| Uses of TGo4Condition in Go4ConditionsBase |
| Subclasses of TGo4Condition in Go4ConditionsBase | |
class | TGo4CondArray |
class | TGo4CounterCond |
class | TGo4PolyCond |
class | TGo4WinCond |
| Fields in Go4ConditionsBase declared as TGo4Condition | |
private TGo4Condition* | TGo4Condition.fxNextCondition |
protected TGo4Condition* | TGo4ConditionPainter.fxConditionCondition to be painted. |
| Methods in Go4ConditionsBase that return TGo4Condition | |
TGo4Condition* | TGo4CondArray.At(Int_t i)Returns condition object i from object array. |
virtual TGo4Condition* | TGo4CondArray.GetActiveCondition()Access to the currently selected condition. |
synchronized TGo4Condition* | TGo4CondArray.operator[](Int_t i)Returns condition object i from object array. |
virtual TGo4Condition* | TGo4Condition.GetActiveCondition()To be overwritten for condition array. |
| Methods in Go4ConditionsBase with parameters of type TGo4Condition | |
virtual Bool_t | TGo4CondArray.UpdateFrom(TGo4Condition* cond, Bool_t counts) |
virtual void | TGo4Condition.AddCondition(TGo4Condition* next)Add another condition to this one. |
virtual Bool_t | TGo4Condition.UpdateFrom(TGo4Condition* cond, Bool_t counts)Copy values from cond to this. |
virtual void | TGo4ConditionPainter.SetCondition(TGo4Condition* con)Not inline, because we overwrite this for polygon condition. |
Bool_t | TGo4CounterCond.UpdateFrom(TGo4Condition* cond, Bool_t counts) |
Bool_t | TGo4PolyCond.UpdateFrom(TGo4Condition* cond, Bool_t counts)Copy values from cond to this. |
virtual void | TGo4PolyCondPainter.SetCondition(TGo4Condition* con) |
Bool_t | TGo4WinCond.UpdateFrom(TGo4Condition* cond, Bool_t counts)Copy values from cond to this. |
| Uses of TGo4Condition in Go4DynamicList |
| Fields in Go4DynamicList declared as TGo4Condition | |
private TGo4Condition* | TGo4DynamicEntry.fxConditionCondition to be checked on processing this entry. |
| Methods in Go4DynamicList with parameters of type TGo4Condition | |
void | TGo4DynamicEntry.CleanupCondition(TGo4Condition* con)If condition con matches the internal condition, the reference to internal condition will be reset to 0. |
protected void | TGo4DynamicEntryStatus.SetCondition(TGo4Condition* con) |
virtual void | TGo4DynamicList.CleanupCondition(TGo4Condition* con)Remove reference to condition con from all dynamic list entries. |
| Uses of TGo4Condition in Go4Event |
| Methods in Go4Event that return TGo4Condition | |
TGo4Condition* | TGo4EventProcessor.GetAnalysisCondition(const Text_t* name)Get condition from go4 framework. |
| Methods in Go4Event with parameters of type TGo4Condition | |
Bool_t | TGo4EventProcessor.AddAnalysisCondition(TGo4Condition* con, const Text_t* subfolder)Register condition to go4 framework. |
Int_t | TGo4EventStore.Store(TGo4Condition* conny)Saves a condition correllated with the current event into the storage. |
| Uses of TGo4Condition in Go4EventServer |
| Methods in Go4EventServer with parameters of type TGo4Condition | |
virtual Int_t | TGo4BackStore.Store(TGo4Condition* conny)Saves a condition correllated with the current event into the storage. |
virtual Int_t | TGo4FileStore.Store(TGo4Condition* conny)Saves a condition correllated with the current event into the storage. |
| Uses of TGo4Condition in Go4GUI |
| Fields in Go4GUI declared as TGo4Condition | |
private TGo4Condition* | TGo4PadOptions.fxCondition |
private TGo4Condition* | TGo4WindowEditStatus.fxConditionowner pointer on condition under edit |
| Methods in Go4GUI that return TGo4Condition | |
TGo4Condition* | TGo4PadOptions.GetCondition() |
TGo4Condition* | TGo4WindowEditSlots.GetWorkPadCondition(Int_t index)access to condition stored in the padoptions of a working pad. |
TGo4Condition* | TGo4WindowEditStatus.GetCondition()Direct access to condition. |
| Methods in Go4GUI with parameters of type TGo4Condition | |
void | TGo4PadOptions.SetCondition(TGo4Condition* con) |
void | TGo4WindowEditSlots.SetWorkPadCondition(TGo4Condition* con)Stor condition con into options of current working pad |
void | TGo4WindowEditStatus.SetCondition(TGo4Condition* con)Replace edited condition by new one |
| Uses of TGo4Condition in Go4StatusAnalysis |
| Fields in Go4StatusAnalysis declared as TGo4Condition | |
private TGo4Condition* | TGo4ConditionStatus.fxCondition |
| Constructors in Go4StatusAnalysis with parameters of type TGo4Condition | |
TGo4ConditionStatus.TGo4ConditionStatus(TGo4Condition* condition) | |
| Methods in Go4StatusAnalysis that return TGo4Condition | |
TGo4Condition* | TGo4ConditionStatus.GetCondition(Bool_t chown)Access to the condition wrapped in the status object. |
| J.Adamczewski, M.Al-Turany, D.Bertini, H.G.Essel, S.Linev | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||