#include <StandardCKM.h>
Public Member Functions | |
virtual vector< vector< double > > | getMatrix (unsigned int nFamilies) const |
Return the matrix of squared CKM matrix elements. | |
Standard constructors and destructors. | |
StandardCKM () | |
Default constructor. | |
Functions used by the persistent I/O system. | |
void | persistentOutput (PersistentOStream &os) const |
Function used to write out object persistently. | |
void | persistentInput (PersistentIStream &is, int version) |
Function used to read in object persistently. | |
Static Public Member Functions | |
static void | Init () |
Standard Init function used to initialize the interface. | |
Protected Member Functions | |
Clone Methods. | |
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. | |
Private Member Functions | |
StandardCKM & | operator= (const StandardCKM &) |
Private and non-existent assignment operator. | |
Private Attributes | |
double | theta12 |
The angle. | |
double | theta13 |
The angle. | |
double | theta23 |
The angle. | |
double | delta |
The angle describing the phase. | |
Static Private Attributes | |
static ClassDescription < StandardCKM > | initStandardCKM |
Describe a concrete class with persistent data. |
Definition at line 25 of file StandardCKM.h.
virtual vector< vector<double> > ThePEG::StandardCKM::getMatrix | ( | unsigned int | nFamilies | ) | const [virtual] |
Return the matrix of squared CKM matrix elements.
The returned matrix should be for nf families.
Implements ThePEG::CKMBase.
void ThePEG::StandardCKM::persistentOutput | ( | PersistentOStream & | os | ) | const |
Function used to write out object persistently.
os | the persistent output stream written to. |
Reimplemented from ThePEG::Interfaced.
void ThePEG::StandardCKM::persistentInput | ( | PersistentIStream & | is, | |
int | version | |||
) |
Function used to read in object persistently.
is | the persistent input stream read from. | |
version | the version number of the object when written. |
Reimplemented from ThePEG::Interfaced.
virtual IBPtr ThePEG::StandardCKM::clone | ( | ) | const [protected, virtual] |
Make a simple clone of this object.
Implements ThePEG::InterfacedBase.
virtual IBPtr ThePEG::StandardCKM::fullclone | ( | ) | const [protected, virtual] |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from ThePEG::InterfacedBase.