![]() |
AliPhysics
d37ed96 (d37ed96)
|
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 |
|
pure virtual |
List available sub-types
Implemented in spectraMaker, dNdyMaker, dNdetaMaker, and MidNchMaker.
Referenced by FastAnalysis::Factory::Make(), and ~Maker().
|
pure virtual |
Pure virtual function to implement
Implemented in spectraMaker, dNdyMaker, dNdetaMaker, and MidNchMaker.
Referenced by FastAnalysis::Factory::Make(), and ~Maker().
|
pure virtual |
Script to load
Implemented in spectraMaker, dNdyMaker, dNdetaMaker, and MidNchMaker.
Referenced by FastAnalysis::Factory::Script(), and ~Maker().