Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Launcher
v4.10.0
|
Description of the class TLauncher. More...
#include <TLauncher.h>


Public Member Functions | |
virtual void | printLog (Option_t *option="") |
Private Methods to manipulate the code | |
URANIE::DataServer::TDSNtupleD * | createNtupleDFile (TString &sntlname, TString &slabelvarname, TString &slabelvartype) |
Builts Results directory, no available options. More... | |
void | initiateTheEntryVector () |
Create fill correctly the UEntry vectors. More... | |
Constructor and Destructor | |
TLauncher () | |
Default constructor. More... | |
TLauncher (URANIE::DataServer::TDataServer *tds, TCode *code, Option_t *option="") | |
Constructor with a dataserver. More... | |
virtual | ~TLauncher () |
Default destructor. More... | |
Setting and Getting attributes | |
void | setPreProCommand (TString sCommand) |
Sets the working directory where to realize the computations. More... | |
TString | getPreProCommand () |
void | setPostProCommand (TString sCommand) |
Set the "postpro" command to execute after each parallel computation. More... | |
TString | getPostProCommand () |
void | setSave (Int_t nSave=-1) |
Activates the save mode and sets number of max saves to perform. More... | |
void | unsetSave () |
Desactivates the save mode and unsets the specified number of max saves. More... | |
Bool_t | getSave () |
Get the save flag. More... | |
void | setClean (Bool_t bbool=kTRUE) |
Set the clean flag. More... | |
Bool_t | getClean () |
Get the clean flag. More... | |
void | setDrawProgressBar (Bool_t bbool=kTRUE) |
Set the "draw progress bar" flag. More... | |
Bool_t | getDrawProgressBar () |
Get the clean flag. More... | |
Bool_t | getNoIntermediateSaved () |
Get the clean flag. More... | |
void | addSaveFile (TString sfile) |
Defines the output file to save during the launching process. More... | |
void | setVarDraw (TString str, TString select="", TString opt="") |
Activates and defines the graphics during the launching. More... | |
Number of Process per Jobs | |
void | setProcsPerJob (int procs) |
int | getProcsPerJob () |
MultiLauncher strategy | |
void | setEmptyMasterNode () |
void | unsetEmptyMasterNode () |
![]() | |
TLauncherEnv () | |
TLauncherEnv (TCode *code) | |
virtual | ~TLauncherEnv () |
void | setWorkingDirectory (TString str) |
set the working directory More... | |
TString | getWorkingDirectory () |
Gets the working directory. More... | |
void | setLog () |
void | unsetLog () |
void | changeLog () |
Bool_t | getLog () |
Public Attributes | |
TString | _sdraw |
TString | _sopt |
TString | _scut |
TString | _sPreProCommand |
The prepro command before each parralel computation. More... | |
TString | _sPostProCommand |
The prepro command after each parralel computation. More... | |
TString | _sInputNames |
TString | _sInputTypes |
Bool_t | _bsave |
Saves all the computation files in each directory. More... | |
Bool_t | _bclean |
Cleans the Working Directory before runing the code. More... | |
Bool_t | _DoLogger |
Boolean to edit the log. More... | |
Bool_t | _DoMultiDump |
Boolean to edit the log. More... | |
Bool_t | _bdrawProgressBar |
Boolean to know if the progress bar has to be drawn. More... | |
Bool_t | _bnoIntermediateSaved |
Boolean to decide whether to keep or not the intermediate state. More... | |
Bool_t | _bemptyMasterNode |
Int_t | _nprocs |
The number of process for one job. More... | |
Int_t | _nMaxSave |
The authorized number of saves. More... | |
TList * | _listOfSaveFile |
The list of output files to save with the number of run. More... | |
URANIE::DataServer::TDataServer * | _tds |
vector< URANIE::DataServer::UEntry * > | _InputVector |
Pointer vers un TDS. More... | |
vector< URANIE::DataServer::UEntry * > | _OutputVector |
Protected Member Functions | |
void | setNoIntermediateSaved (Bool_t bbool=kTRUE) |
Set the "only final file" flag. More... | |
![]() | |
void | verifyWorkingDirectory () |
choose the working directory More... | |
void | createResultsDirectory () |
Builts Results directory, no available options. More... | |
bool | cleanWorkingDirectory () |
clean the working directory More... | |
Protected Attributes | |
URANIE::DataServer::UMessageLogger * | _fLogger |
![]() | |
TCode * | _code |
TString | _sdirectory |
Current directory. More... | |
TString | _sworkingDirectory |
The Working directory. More... | |
Bool_t | _blog |
Boolean to edit the log. More... | |
Manipulate the code | |
virtual void | init (Option_t *option="") |
Init phase of the code. More... | |
virtual void | terminate (Option_t *option="") |
Terminate phase of the code. More... | |
virtual void | clean (Option_t *option="") |
Cleans the working directory of the code. More... | |
virtual void | run (Option_t *option="") |
Runs phase of the code. More... | |
Detailed Description
Description of the class TLauncher.
To be written by the developper.
Constructor & Destructor Documentation
◆ TLauncher() [1/2]
URANIE::Launcher::TLauncher::TLauncher | ( | ) |
Default constructor.
Referenced by ClassImp().
◆ TLauncher() [2/2]
URANIE::Launcher::TLauncher::TLauncher | ( | URANIE::DataServer::TDataServer * | tds, |
TCode * | code, | ||
Option_t * | option = "" |
||
) |
Constructor with a dataserver.
◆ ~TLauncher()
|
virtual |
Default destructor.
Referenced by ClassImp().
Member Function Documentation
◆ addSaveFile()
void URANIE::Launcher::TLauncher::addSaveFile | ( | TString | sfile | ) |
Defines the output file to save during the launching process.
- Parameters
-
sfile (TString) the name of the file to store during the process
Referenced by ClassImp().
◆ clean()
|
protectedvirtual |
Cleans the working directory of the code.
Referenced by ClassImp(), and URANIE::Launcher::TLauncherByStep::preTreatment().
◆ createNtupleDFile()
URANIE::DataServer::TDSNtupleD* URANIE::Launcher::TLauncher::createNtupleDFile | ( | TString & | sntlname, |
TString & | slabelvarname, | ||
TString & | slabelvartype | ||
) |
Builts Results directory, no available options.
Create the ntupleD to store the output results
This function is separated from the main loop to be reused in the TLauncherByStep (keep as much common code as possible)
- Parameters
-
sntlname name of the tuple slabelvarname name ot the branches to be created slabelvartype type ot the branches to be created
Referenced by ClassImp(), and URANIE::Launcher::TLauncherByStep::postTreatment().
◆ getClean()
|
inline |
◆ getDrawProgressBar()
|
inline |
◆ getNoIntermediateSaved()
|
inline |
◆ getPostProCommand()
|
inline |
References _sPostProCommand.
◆ getPreProCommand()
|
inline |
References _sPreProCommand.
◆ getProcsPerJob()
|
inline |
References _nprocs.
◆ getSave()
|
inline |
◆ init()
|
protectedvirtual |
Init phase of the code.
Referenced by ClassImp(), and URANIE::Launcher::TLauncherByStep::preTreatment().
◆ initiateTheEntryVector()
void URANIE::Launcher::TLauncher::initiateTheEntryVector | ( | ) |
Create fill correctly the UEntry vectors.
This function is separated from the main loop to be reused in the TLauncherByStep (keep as much common code as possible)
- Parameters
-
in address of the vector of UEntry for inputs out address of the vector of UEntry for outputs
Referenced by ClassImp(), and URANIE::Launcher::TLauncherByStep::preTreatment().
◆ printLog()
|
virtual |
Reimplemented in URANIE::Launcher::TLauncherByStep.
Referenced by ClassImp().
◆ run()
|
virtual |
Runs phase of the code.
Reimplemented in URANIE::Launcher::TLauncherByStep.
Referenced by ClassImp().
◆ setClean()
|
inline |
Set the clean flag.
The clean flag means that before launching, all the working directory are cleaned, and, if save == FALSE, after the launching all the working directory are also cleaned.
References _bclean.
Referenced by URANIE::Launcher::TLauncherByStep::TLauncherByStep().
◆ setDrawProgressBar()
|
inline |
Set the "draw progress bar" flag.
The progress bar will be drawn if and only if the "draw progress bar" flag is true.
References _bdrawProgressBar.
◆ setEmptyMasterNode()
|
inline |
References _bemptyMasterNode.
◆ setNoIntermediateSaved()
|
inlineprotected |
Set the "only final file" flag.
The output file is not created at every iteration, but only at the end. To be used only for (very) quick code when re-running it is not an issue The method is put in protected so that this option is changed only by option "noIntermediateSaved" in run()
References _bnoIntermediateSaved.
Referenced by ClassImp(), and URANIE::Launcher::TLauncherByStep::postTreatment().
◆ setPostProCommand()
|
inline |
Set the "postpro" command to execute after each parallel computation.
Set the "postpro" command to execute after each parallel computation
- Parameters
-
sCommand (TString) The "prepro" command to execute beafore each parallel computation
References _sPostProCommand.
◆ setPreProCommand()
|
inline |
Sets the working directory where to realize the computations.
The working directory does not end with a slash () or a backslash (/) symbols.
- Parameters
-
str (TString) the working directory where to realize the computations.Set the "prepro" command to execute before each parallel computation
Set the "prepro" command to execute before each parallel computation
- Parameters
-
sCommand (TString) The "prepro" command to execute beafore each parallel computation
References _sPreProCommand.
◆ setProcsPerJob()
|
inline |
References _nprocs.
◆ setSave()
void URANIE::Launcher::TLauncher::setSave | ( | Int_t | nSave = -1 | ) |
Activates the save mode and sets number of max saves to perform.
A positive value stands for the explicit value of max saves. -1 allows to set max number of saves to the number of patterns.
- Parameters
-
nSave (Int_t) [-1] Defines the number of saved patterns (working subdirectory). The default value [-1] means that all patterns are launched in a different working directory UranieLauncher_i
Referenced by ClassImp(), and URANIE::Launcher::TLauncherByStep::TLauncherByStep().
◆ setVarDraw()
|
inline |
Activates and defines the graphics during the launching.
By default, there is no graphic during the launchin process. To activate it, you must defines the informations of the graphics : the X, Y and Z attributes, the select and the options of the graphic.
- Parameters
-
str (TString) the attributes to visualize ("Z:Y:X") select (TString) [""] the "select" of patterns to visualize opt (TString) [""] the options of the graphic
◆ terminate()
|
protectedvirtual |
Terminate phase of the code.
Referenced by ClassImp(), and URANIE::Launcher::TLauncherByStep::postTreatment().
◆ unsetEmptyMasterNode()
|
inline |
References _bemptyMasterNode.
◆ unsetSave()
|
inline |
Desactivates the save mode and unsets the specified number of max saves.
References _bsave, _nMaxSave, and MAX_PATTERN.
Member Data Documentation
◆ _bclean
Bool_t URANIE::Launcher::TLauncher::_bclean |
Cleans the Working Directory before runing the code.
Referenced by ClassImp(), getClean(), and setClean().
◆ _bdrawProgressBar
Bool_t URANIE::Launcher::TLauncher::_bdrawProgressBar |
Boolean to know if the progress bar has to be drawn.
Referenced by ClassImp(), getDrawProgressBar(), URANIE::Launcher::TLauncherByStep::postTreatment(), URANIE::Launcher::TLauncherByStep::preTreatment(), URANIE::Launcher::TLauncherByStep::run(), and setDrawProgressBar().
◆ _bemptyMasterNode
Bool_t URANIE::Launcher::TLauncher::_bemptyMasterNode |
Referenced by ClassImp(), setEmptyMasterNode(), and unsetEmptyMasterNode().
◆ _bnoIntermediateSaved
Bool_t URANIE::Launcher::TLauncher::_bnoIntermediateSaved |
Boolean to decide whether to keep or not the intermediate state.
Referenced by ClassImp(), getNoIntermediateSaved(), URANIE::Launcher::TLauncherByStep::postTreatment(), and setNoIntermediateSaved().
◆ _bsave
Bool_t URANIE::Launcher::TLauncher::_bsave |
Saves all the computation files in each directory.
Referenced by ClassImp(), getSave(), URANIE::Launcher::TLauncherByStep::preTreatment(), and unsetSave().
◆ _DoLogger
Bool_t URANIE::Launcher::TLauncher::_DoLogger |
Boolean to edit the log.
Referenced by ClassImp(), URANIE::Launcher::TLauncherByStep::postTreatment(), URANIE::Launcher::TLauncherByStep::preTreatment(), and URANIE::Launcher::TLauncherByStep::run().
◆ _DoMultiDump
Bool_t URANIE::Launcher::TLauncher::_DoMultiDump |
Boolean to edit the log.
Referenced by ClassImp().
◆ _fLogger
|
protected |
Referenced by ClassImp().
◆ _InputVector
vector<URANIE::DataServer::UEntry*> URANIE::Launcher::TLauncher::_InputVector |
Pointer vers un TDS.
Referenced by ClassImp(), and URANIE::Launcher::TLauncherByStep::preTreatment().
◆ _listOfSaveFile
TList* URANIE::Launcher::TLauncher::_listOfSaveFile |
The list of output files to save with the number of run.
Referenced by ClassImp(), and URANIE::Launcher::TLauncherByStep::postTreatment().
◆ _nMaxSave
Int_t URANIE::Launcher::TLauncher::_nMaxSave |
The authorized number of saves.
Referenced by ClassImp(), and unsetSave().
◆ _nprocs
Int_t URANIE::Launcher::TLauncher::_nprocs |
The number of process for one job.
Referenced by ClassImp(), getProcsPerJob(), URANIE::Launcher::TLauncherByStep::run(), and setProcsPerJob().
◆ _OutputVector
vector<URANIE::DataServer::UEntry*> URANIE::Launcher::TLauncher::_OutputVector |
Referenced by ClassImp(), and URANIE::Launcher::TLauncherByStep::postTreatment().
◆ _scut
TString URANIE::Launcher::TLauncher::_scut |
Referenced by ClassImp(), and setVarDraw().
◆ _sdraw
TString URANIE::Launcher::TLauncher::_sdraw |
Referenced by ClassImp(), and setVarDraw().
◆ _sInputNames
TString URANIE::Launcher::TLauncher::_sInputNames |
Referenced by ClassImp().
◆ _sInputTypes
TString URANIE::Launcher::TLauncher::_sInputTypes |
Referenced by ClassImp().
◆ _sopt
TString URANIE::Launcher::TLauncher::_sopt |
Referenced by ClassImp(), URANIE::Launcher::TLauncherByStep::postTreatment(), and setVarDraw().
◆ _sPostProCommand
TString URANIE::Launcher::TLauncher::_sPostProCommand |
The prepro command after each parralel computation.
Referenced by ClassImp(), getPostProCommand(), and setPostProCommand().
◆ _sPreProCommand
TString URANIE::Launcher::TLauncher::_sPreProCommand |
The prepro command before each parralel computation.
Referenced by ClassImp(), getPreProCommand(), and setPreProCommand().
◆ _tds
URANIE::DataServer::TDataServer* URANIE::Launcher::TLauncher::_tds |