![]() |
AliPhysics
4446124 (4446124)
|
Public Member Functions | |
virtual | ~Maker () |
virtual FastAnalysis * | Make (const TString &subtype, Int_t monitor, Bool_t verbose, TMap &uout)=0 |
virtual void | List () const =0 |
virtual const char * | Script () const =0 |
Protected Member Functions | |
Maker (const char *type="") | |
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 748 of file FastAnalysis.C.
|
inlinevirtual |
DTOR
Definition at line 751 of file FastAnalysis.C.
|
protected |
CTOR
Definition at line 1042 of file FastAnalysis.C.
|
pure virtual |
List available sub-types
Implemented in spectraMaker, dNdyMaker, dNdetaMaker, and MidNchMaker.
Referenced by FastAnalysis::Factory::Make().
|
pure virtual |
Pure virtual function to implement
Implemented in spectraMaker, dNdyMaker, dNdetaMaker, and MidNchMaker.
Referenced by FastAnalysis::Factory::Make().
|
pure virtual |
Script to load
Implemented in spectraMaker, dNdyMaker, dNdetaMaker, and MidNchMaker.
Referenced by FastAnalysis::Factory::Script().