v2.10-0 (21000JUN2005)

Uses of Class
Go4StatusBase.TGo4Parameter

Packages that use TGo4Parameter
Go4Analysis 
Go4CommandsAnalysis 
Go4Event 
Go4EventServer 
Go4Example1Step 
Go4Example2Step 
Go4ExampleMesh 
Go4GUI 
Go4StatusAnalysis 
Go4StatusBase 

Uses of TGo4Parameter in Go4Analysis
 

Methods in Go4Analysis that return TGo4Parameter
TGo4Parameter*TGo4Analysis.GetParameter(const Text_t* name)
          Retrieves a parameter object by name from the object folder.
TGo4Parameter*TGo4AnalysisObjectManager.GetParameter(const Text_t* name)
          Retrieves a parameter object by name from the object folder.
 

Methods in Go4Analysis with parameters of type TGo4Parameter
Bool_tTGo4Analysis.AddParameter(TGo4Parameter* par, const Text_t* subfolder)
          Puts a new parameter object in corresponding folder.
Bool_tTGo4Analysis.SetParameter(const Text_t* name, TGo4Parameter* par)
          Set existing parameter of name to the values
of external parameter object par.
Int_tTGo4Analysis.StoreParameter(const Text_t* name, TGo4Parameter* par)
          Write object obj into eventstore of the step specified by name.
Bool_tTGo4AnalysisObjectManager.AddParameter(TGo4Parameter* par, const Text_t* subfolder)
          Puts a new parameter object in corresponding folder.
Bool_tTGo4AnalysisObjectManager.SetParameter(const Text_t* name, TGo4Parameter* par, TFolder* parent)
          Set existing parameter of name to the values
of external parameter object par.
Int_tTGo4AnalysisStep.Store(TGo4Parameter* cali)
          Saves a parameter correllated with the current event into the storage.
Int_tTGo4AnalysisStepManager.Store(const Text_t* name, TGo4Parameter* obj)
          Write object obj into eventstore of the step specified by name.
 

Uses of TGo4Parameter in Go4CommandsAnalysis
 

Fields in Go4CommandsAnalysis declared as TGo4Parameter
private TGo4Parameter*TGo4ComSetParameter.fxParameter
          The parameter to be set.
 

Methods in Go4CommandsAnalysis with parameters of type TGo4Parameter
voidTGo4ComSetParameter.SetParameter(TGo4Parameter* par)
          
 

Uses of TGo4Parameter in Go4Event
 

Subclasses of TGo4Parameter in Go4Event
class TGo4EventCalibration
          Data object for calibration of the input event.
class TGo4EventProcessorParameter
          Basic type for all classes containing information
to parametrize the event processor.
class TGo4EventSourceParameter
          Basic type for all classes containing information
to parametrize the event source.
class TGo4EventStoreParameter
          Basic type for all classes containing information
to parametrize the event store.
 

Methods in Go4Event that return TGo4Parameter
TGo4Parameter*TGo4EventProcessor.GetParameter(const Text_t* name)
          Get paramter from go4 framework.
 

Methods in Go4Event with parameters of type TGo4Parameter
Bool_tTGo4EventCalibration.UpdateFrom(TGo4Parameter* rhs)
          update contents of paramter class with external object.
Bool_tTGo4EventProcessor.AddParameter(TGo4Parameter* par, const Text_t* subfolder)
          Register paramter to go4 framework.
virtual Bool_tTGo4EventProcessorParameter.UpdateFrom(TGo4Parameter* rhs)
          update contents of paramter class with external object.
virtual Bool_tTGo4EventSourceParameter.UpdateFrom(TGo4Parameter* rhs)
          update contents of paramter class with external object.
Int_tTGo4EventStore.Store(TGo4Parameter* cali)
          Saves a parameter (e.g. calibration object) correllated with the current event into the storage.
virtual Bool_tTGo4EventStoreParameter.UpdateFrom(TGo4Parameter* rhs)
          update contents of paramter class with external object.
 

Uses of TGo4Parameter in Go4EventServer
 

Methods in Go4EventServer with parameters of type TGo4Parameter
virtual Int_tTGo4BackStore.Store(TGo4Parameter* cali)
          Saves a calibration object correllated with the current event into the storage.
virtual Bool_tTGo4BackStoreParameter.UpdateFrom(TGo4Parameter* rhs)
          update contents of paramter class with external object.
virtual Int_tTGo4FileStore.Store(TGo4Parameter* cali)
          Saves a calibration object correllated with the current event into the storage.
virtual Bool_tTGo4FileStoreParameter.UpdateFrom(TGo4Parameter* rhs)
          update contents of paramter class with external object.
virtual Bool_tTGo4MbsFileParameter.UpdateFrom(TGo4Parameter* rhs)
          update contents of paramter class with external object.
virtual Int_tTGo4TreeStore.Store(TGo4Parameter* cali)
          Saves a calibration object correllated with the current event into the storage.
virtual Bool_tTGo4TreeStoreParameter.UpdateFrom(TGo4Parameter* rhs)
          update contents of paramter class with external object.
virtual Bool_tTGo4UserStoreParameter.UpdateFrom(TGo4Parameter* rhs)
          update contents of paramter class with external object.
 

Uses of TGo4Parameter in Go4Example1Step
 

Subclasses of TGo4Parameter in Go4Example1Step
class TXXXControl
          
class TXXXParam
          
 

Methods in Go4Example1Step with parameters of type TGo4Parameter
Bool_tTXXXControl.UpdateFrom(TGo4Parameter* )
          
Bool_tTXXXParam.UpdateFrom(TGo4Parameter* )
          
 

Uses of TGo4Parameter in Go4Example2Step
 

Subclasses of TGo4Parameter in Go4Example2Step
class TXXXCalibPar
          
 

Methods in Go4Example2Step with parameters of type TGo4Parameter
Bool_tTXXXCalibPar.UpdateFrom(TGo4Parameter* )
          
 

Uses of TGo4Parameter in Go4ExampleMesh
 

Subclasses of TGo4Parameter in Go4ExampleMesh
class TMeshParameter
          This parameter may be used for a global setup of the mesh
 

Methods in Go4ExampleMesh with parameters of type TGo4Parameter
Bool_tTMeshParameter.UpdateFrom(TGo4Parameter* )
          
 

Uses of TGo4Parameter in Go4GUI
 

Fields in Go4GUI declared as TGo4Parameter
private TGo4Parameter*TGo4ParaEditStatus.fxPara
          
 

Methods in Go4GUI that return TGo4Parameter
TGo4Parameter*TGo4ParaEditStatus.GetParameter()
          Save current parameter to root file filename.
saved parameter may have different name parname later
 

Methods in Go4GUI with parameters of type TGo4Parameter
voidTGo4ParaEditStatus.UpdateParameter(TGo4Parameter* source)
          
 

Uses of TGo4Parameter in Go4StatusAnalysis
 

Subclasses of TGo4Parameter in Go4StatusAnalysis
class TGo4FitterEnvelope
          This class is a container for one fitter to
be send between gui and analysis and back.
 

Constructors in Go4StatusAnalysis with parameters of type TGo4Parameter
TGo4ParameterStatus.TGo4ParameterStatus(TGo4Parameter* par)
          
 

Methods in Go4StatusAnalysis with parameters of type TGo4Parameter
Bool_tTGo4FitterEnvelope.UpdateFrom(TGo4Parameter* )
          
 

Uses of TGo4Parameter in Go4StatusBase
 

Methods in Go4StatusBase with parameters of type TGo4Parameter
virtual Bool_tTGo4Parameter.UpdateFrom(TGo4Parameter* rhs)
          update contents of paramter class with external object.
to be implemented in subclass
 


J.Adamczewski, M.Al-Turany, D.Bertini, H.G.Essel, S.Linev

30-06-2005