laura is hosted by Hepforge, IPPP Durham
Laura++  3.6.0
A maximum likelihood fitting package for performing Dalitz-plot analysis.

Factory class for the K-matrix propagators. More...

#include <LauKMatrixPropFactory.hh>

Public Member Functions

virtual ~LauKMatrixPropFactory ()
 Destructor.
 
LauKMatrixPropagatorgetPropagator (const TString &name, const TString &paramFileName, Int_t resPairAmpInt, Int_t nChannels, Int_t nPoles, Int_t rowIndex)
 Retrieve the propagator if it already exists, otherwise create one. More...
 

Static Public Member Functions

static LauKMatrixPropFactorygetInstance ()
 Get a static instance of this factory class. Only one is created per application.
 

Protected Types

typedef std::map< TString, LauKMatrixPropagator * > KMatrixPropMap
 A typedef to define a map used to keep track of which propagators have been created.
 

Private Member Functions

 LauKMatrixPropFactory ()
 Private constructor (to ensure the singleton nature of this class)
 
 LauKMatrixPropFactory (const LauKMatrixPropFactory &rhs)
 Copy constructor (not implemented)
 
LauKMatrixPropFactoryoperator= (const LauKMatrixPropFactory &rhs)
 Copy assignment operator (not implemented)
 

Private Attributes

KMatrixPropMap map_
 The map used to store the propagator information.
 

Static Private Attributes

static LauKMatrixPropFactorytheFactory_ = 0
 The singleton instance.
 

Detailed Description

Factory class for the K-matrix propagators.

Factory class for creating and storing K-matrix propagator objects.

Definition at line 44 of file LauKMatrixPropFactory.hh.

Member Function Documentation

◆ getPropagator()

LauKMatrixPropagator * LauKMatrixPropFactory::getPropagator ( const TString &  name,
const TString &  paramFileName,
Int_t  resPairAmpInt,
Int_t  nChannels,
Int_t  nPoles,
Int_t  rowIndex 
)

Retrieve the propagator if it already exists, otherwise create one.

Parameters
[in]namename of the propagator
[in]paramFileNamethe parameter file
[in]resPairAmpIntthe number of the daughter not produced by the resonance
[in]nChannelsthe number of channels
[in]nPolesthe number of poles
[in]rowIndexthis specifies which row of the propagator should be used when summing over the amplitude channels
Returns
the propagator

Definition at line 68 of file LauKMatrixPropFactory.cc.


The documentation for this class was generated from the following files: