Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Launcher
v4.10.0
|
#include <TLauncherEnv.h>


Public Member Functions | |
Constructor and Destructor | |
TLauncherEnv () | |
TLauncherEnv (TCode *code) | |
virtual | ~TLauncherEnv () |
use working directory | |
void | setWorkingDirectory (TString str) |
set the working directory More... | |
TString | getWorkingDirectory () |
Gets the working directory. More... | |
Printing Log | |
void | setLog () |
void | unsetLog () |
void | changeLog () |
Bool_t | getLog () |
Protected Member Functions | |
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 | |
TCode * | _code |
TString | _sdirectory |
Current directory. More... | |
TString | _sworkingDirectory |
The Working directory. More... | |
Bool_t | _blog |
Boolean to edit the log. More... | |
Constructor & Destructor Documentation
◆ TLauncherEnv() [1/2]
URANIE::Launcher::TLauncherEnv::TLauncherEnv | ( | ) |
Referenced by ClassImp().
◆ TLauncherEnv() [2/2]
URANIE::Launcher::TLauncherEnv::TLauncherEnv | ( | TCode * | code | ) |
◆ ~TLauncherEnv()
|
virtual |
Referenced by ClassImp().
Member Function Documentation
◆ changeLog()
|
inline |
References _blog.
◆ cleanWorkingDirectory()
|
protected |
clean the working directory
Referenced by ClassImp().
◆ createResultsDirectory()
|
protected |
Builts Results directory, no available options.
Referenced by ClassImp(), and URANIE::Launcher::TLauncherByStep::preTreatment().
◆ getLog()
|
inline |
References _blog.
◆ getWorkingDirectory()
|
inline |
Gets the working directory.
- Returns
- (TString) the working directory
References _sworkingDirectory.
Referenced by URANIE::Launcher::TLauncherByStep::postTreatment().
◆ setLog()
|
inline |
References _blog.
◆ setWorkingDirectory()
void URANIE::Launcher::TLauncherEnv::setWorkingDirectory | ( | TString | str | ) |
set the working directory
Referenced by ClassImp().
◆ unsetLog()
|
inline |
References _blog.
◆ verifyWorkingDirectory()
|
protected |
choose the working directory
Referenced by ClassImp().
Member Data Documentation
◆ _blog
|
protected |
Boolean to edit the log.
Referenced by changeLog(), ClassImp(), getLog(), URANIE::Launcher::TLauncherByStep::postTreatment(), URANIE::Launcher::TLauncherByStep::preTreatment(), URANIE::Launcher::TLauncherByStep::run(), setLog(), and unsetLog().
◆ _code
|
protected |
◆ _sdirectory
|
protected |
Current directory.
Referenced by ClassImp(), and URANIE::Launcher::TLauncherByStep::postTreatment().
◆ _sworkingDirectory
|
protected |
The Working directory.
Referenced by ClassImp(), getWorkingDirectory(), URANIE::Launcher::TLauncherByStep::postTreatment(), and URANIE::Launcher::TLauncherByStep::run().