![]() |
AliPhysics
8b695ca (8b695ca)
|
Public Member Functions | |
Deferred (const TString &name, const TString &cls, const TCollection *opts, bool spawn) | |
Deferred (const Deferred &o) | |
Deferred & | operator= (const Deferred &o) |
Bool_t | Notify () |
Public Attributes | |
TString | fName |
TString | fClass |
const TCollection * | fOptions |
Bool_t | fSpawn |
Custom timer to do a deferred start after the application has been started
Definition at line 42 of file trainMain.cxx.
|
inline |
Definition at line 44 of file trainMain.cxx.
Referenced by main().
|
inline |
Definition at line 54 of file trainMain.cxx.
|
inline |
Definition at line 70 of file trainMain.cxx.
Definition at line 61 of file trainMain.cxx.
TString Deferred::fClass |
Definition at line 78 of file trainMain.cxx.
Referenced by Notify(), and operator=().
TString Deferred::fName |
Definition at line 77 of file trainMain.cxx.
Referenced by Notify(), and operator=().
const TCollection* Deferred::fOptions |
Definition at line 79 of file trainMain.cxx.
Referenced by Notify(), and operator=().
Bool_t Deferred::fSpawn |
Definition at line 80 of file trainMain.cxx.
Referenced by Notify(), and operator=().