LauKMatrixPropFactory.hh
Go to the documentation of this file.
KMatrixPropMap map_ The map used to store the propagator information. Definition: LauKMatrixPropFactory.hh:86 LauKMatrixPropFactory() Private constructor (to ensure the singleton nature of this class) Definition: LauKMatrixPropFactory.cc:42 LauKMatrixPropagator * getPropagator(const TString &name, const TString ¶mFileName, Int_t resPairAmpInt, Int_t nChannels, Int_t nPoles, Int_t rowIndex) Retrieve the propagator if it already exists, otherwise create one. Definition: LauKMatrixPropFactory.cc:67 static LauKMatrixPropFactory * getInstance() Get a static instance of this factory class. Only one is created per application. ... Definition: LauKMatrixPropFactory.cc:59 std::map< TString, LauKMatrixPropagator * > KMatrixPropMap A typedef to define a map used to keep track of which propagators have been created. Definition: LauKMatrixPropFactory.hh:70 static LauKMatrixPropFactory * theFactory_ The singleton instance. Definition: LauKMatrixPropFactory.hh:83 Factory class for the K-matrix propagators. Definition: LauKMatrixPropFactory.hh:43 LauKMatrixPropFactory & operator=(const LauKMatrixPropFactory &rhs) Copy assignment operator (not implemented) Class for defining a K-matrix propagator. Definition: LauKMatrixPropagator.hh:50 Generated by 1.8.5 |