93 virtual ConfAgent *
Clone(
const char *comment =
"Clone of the global ConfAgent") = 0;
static void KilltheGlobalAgent()
to kill the global agent
DotConf : Utility for class configuration from ascii file or Configuration frames.
static const Char_t * GetStringModel(ConfAgent::EModel)
virtual const RunAgent * GetConstRunAgent() const =0
EMode
Operating mode for frame IO.
virtual DFAgent * GetDFAgent()=0
to get the Data Flow Agent in charge of knowing the structure of the DF
static ConfAgent * theGlobalAgent(std::string="Agata")
to get the global agent
static ConfAgent::EModel GetModel(std::string)
virtual ConfAgent * Clone(const char *comment="Clone of the global ConfAgent")=0
Clone of the main (global) Agent.
virtual const DFAgent * GetConstDFAgent() const =0
A DFAgent contains all the information concerning the structure of the data flow. ...
header file for DotConf.cpp
virtual RunAgent * GetRunAgent()=0
to get the run Agent in charge of knowing the conditions of the DF being processed ...