![]() |
AliPhysics
64a5cfc (64a5cfc)
|
Public Member Functions | |
virtual | ~Maker () |
virtual FastAnalysis * | Make (const TString &subtype, Int_t monitor, Bool_t verbose, TString &uout)=0 |
virtual void | List () const =0 |
virtual const char * | Script () const =0 |
Protected Member Functions | |
Maker (const char *type="") | |
ClassDef (Maker, 0) | |
A class that implements construction of specific analysers. Sub-classes should implement the Make function to either return a fast analyser of the requested type, or null.
Definition at line 662 of file FastAnalysis.C.
|
inlinevirtual |
DTOR
Definition at line 665 of file FastAnalysis.C.
|
protected |
CTOR
Definition at line 944 of file FastAnalysis.C.
|
protected |
|
pure virtual |
List available sub-types
Implemented in dNdetaMaker, dNdyMaker, and spectraMaker.
Referenced by FastAnalysis::Factory::Make().
|
pure virtual |
Pure virtual function to implement
Implemented in dNdetaMaker, dNdyMaker, and spectraMaker.
Referenced by FastAnalysis::Factory::Make().
|
pure virtual |
Script to load
Implemented in dNdetaMaker, dNdyMaker, and spectraMaker.
Referenced by FastAnalysis::Factory::Script().