![]() |
AliPhysics
d37ed96 (d37ed96)
|
Public Member Functions | |
FastAnalysis * | Make (const TString &type, const TString &subtype, Int_t monitor, Bool_t verbose, TMap &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 784 of file FastAnalysis.C.
|
inlineprivate |
Definition at line 855 of file FastAnalysis.C.
|
inlinestatic |
Singleton function
Definition at line 789 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 808 of file FastAnalysis.C.
Referenced by FastAnalysis::Run().
|
inline |
Register maker
m | Maker |
Definition at line 850 of file FastAnalysis.C.
Referenced by FastAnalysis::Maker::Maker().
|
inline |
Definition at line 834 of file FastAnalysis.C.
Referenced by FastAnalysis::Run().
|
private |
Definition at line 856 of file FastAnalysis.C.