LauKMatrixPropFactory.hh
Go to the documentation of this file.
KMatrixPropMap map_ The map used to store the propagator information. Definition: LauKMatrixPropFactory.hh:66 LauKMatrixPropFactory() Private constructor (to ensure the singleton nature of this class) Definition: LauKMatrixPropFactory.cc:28 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:53 static LauKMatrixPropFactory * getInstance() Get a static instance of this factory class. Only one is created per application. ... Definition: LauKMatrixPropFactory.cc:45 std::map< TString, LauKMatrixPropagator * > KMatrixPropMap A typedef to define a map used to keep track of which propagators have been created. Definition: LauKMatrixPropFactory.hh:56 static LauKMatrixPropFactory * theFactory_ The singleton instance. Definition: LauKMatrixPropFactory.hh:63 Factory class for the K-matrix propagators. Definition: LauKMatrixPropFactory.hh:29 Class for defining a K-matrix propagator. Definition: LauKMatrixPropagator.hh:36 Generated by 1.8.5 |