![]() |
AliPhysics
ad6828d (ad6828d)
|
Public Member Functions | |
FastAnalysis * | Make (const TString &type, const TString &subtype, Int_t monitor, Bool_t verbose, TString &uout) |
const char * | Script (const TString &type) const |
void | Register (Maker *m) |
Static Public Member Functions | |
static Factory & | Instance () |
Private Member Functions | |
Factory () | |
Private Attributes | |
TList | fList |
A class that can create analysers from different makers.
Definition at line 698 of file FastAnalysis.C.
|
inlineprivate |
Definition at line 769 of file FastAnalysis.C.
Referenced by Instance().
|
inlinestatic |
Singleton function
Definition at line 703 of file FastAnalysis.C.
Referenced by FastAnalysis::Maker::Maker(), and FastAnalysis::Run().
|
inline |
Make an analysis.
type | Type of analyser |
subtype | Sub-type of analyser |
monitor | Monitor period in seconds |
verbose | Whether to be verbose |
uout | Possible options. A maker can modify this to extract optoins for the analyser . |
Definition at line 722 of file FastAnalysis.C.
Referenced by FastAnalysis::Run().
|
inline |
Register maker
m | Maker |
Definition at line 764 of file FastAnalysis.C.
Referenced by FastAnalysis::Maker::Maker().
|
inline |
Definition at line 748 of file FastAnalysis.C.
Referenced by FastAnalysis::Run().
|
private |
Definition at line 770 of file FastAnalysis.C.
Referenced by Make(), Register(), and Script().