#include <CKMBase.h>
Public Member Functions | |
virtual vector< vector< double > > | getMatrix (unsigned int nf) const =0 |
Return the matrix of squared CKM matrix elements. | |
Static Public Member Functions | |
static void | Init () |
Standard Init function used to initialize the interface. | |
Private Member Functions | |
CKMBase & | operator= (const CKMBase &) |
Private and non-existent assignment operator. | |
Static Private Attributes | |
static AbstractNoPIOClassDescription < CKMBase > | initCKMBase |
Describe an abstract class without persistent data. |
Concrete sub-classes must implement the getMatrix(unsigned int) function.
Definition at line 27 of file CKMBase.h.
virtual vector< vector<double> > ThePEG::CKMBase::getMatrix | ( | unsigned int | nf | ) | const [pure virtual] |
Return the matrix of squared CKM matrix elements.
The returned matrix should be for nf families. This function must be overridden by sub-classes.
Implemented in ThePEG::StandardCKM.