AliPhysics  8b695ca (8b695ca)
Deferred Struct Reference
Inheritance diagram for Deferred:

Public Member Functions

 Deferred (const TString &name, const TString &cls, const TCollection *opts, bool spawn)
 
 Deferred (const Deferred &o)
 
Deferredoperator= (const Deferred &o)
 
Bool_t Notify ()
 

Public Attributes

TString fName
 
TString fClass
 
const TCollectionfOptions
 
Bool_t fSpawn
 

Detailed Description

Custom timer to do a deferred start after the application has been started

Definition at line 42 of file trainMain.cxx.

Constructor & Destructor Documentation

Deferred::Deferred ( const TString name,
const TString cls,
const TCollection opts,
bool  spawn 
)
inline

Definition at line 44 of file trainMain.cxx.

Referenced by main().

Deferred::Deferred ( const Deferred o)
inline

Definition at line 54 of file trainMain.cxx.

Member Function Documentation

Bool_t Deferred::Notify ( )
inline

Definition at line 70 of file trainMain.cxx.

Deferred& Deferred::operator= ( const Deferred o)
inline

Definition at line 61 of file trainMain.cxx.

Member Data Documentation

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=().


The documentation for this struct was generated from the following file: