9 #ifndef ThePEG_StandardCKM_H 10 #define ThePEG_StandardCKM_H 44 virtual vector< vector<double> >
getMatrix(
unsigned int nFamilies)
const;
140 static string className() {
return "ThePEG::StandardCKM"; }
144 static string library() {
return "StandardCKM.so"; }
PersistentIStream is used to read persistent objects from a stream where they were previously written...
ClassTraitsType is an empty, non-polymorphic, base class.
A concreate implementation of ClassDescriptionBase describing a concrete class with persistent data...
StandardCKM()
Default constructor.
PersistentOStream is used to write objects persistently to a stream from which they can be read in ag...
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
StandardCKM inherits from CKMBase and implements the standard parameterization of the CKM matrix in t...
static void Init()
Standard Init function used to initialize the interface.
This is the main namespace within which all identifiers in ThePEG are declared.
StandardCKM & operator=(const StandardCKM &)
Private and non-existent assignment operator.
virtual IBPtr clone() const
Make a simple clone of this object.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
CKMBase is an abstract base classused by the StandardModelBase to implement the Cabibbo-Kobayashi-Mas...
RCPtr is a reference counted (smart) pointer.
static ClassDescription< StandardCKM > initStandardCKM
Describe a concrete class with persistent data.
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
The default concrete implementation of ClassTraitsBase.
double delta
The angle describing the phase.
virtual vector< vector< double > > getMatrix(unsigned int nFamilies) const
Return the matrix of squared CKM matrix elements.
BaseClassTraits describes the base classes of the templated class.
The templated ClassTraitsBase class defines a set of default information about classes used by ThePEG...