|
ThePEG
1.8.0
|
StandardCKM inherits from CKMBase and implements the standard parameterization of the CKM matrix in terms of three angles and a phase. More...
#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. | |
StandardCKM inherits from CKMBase and implements the standard parameterization of the CKM matrix in terms of three angles and a phase.
Definition at line 25 of file StandardCKM.h.
|
protectedvirtual |
Make a simple clone of this object.
Implements ThePEG::InterfacedBase.
|
protectedvirtual |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from ThePEG::InterfacedBase.
|
virtual |
Return the matrix of squared CKM matrix elements.
The returned matrix should be for nf families.
Implements ThePEG::CKMBase.
| 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.
| 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.
1.8.1.1