ThePEG  1.8.0
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes
ThePEG::StandardCKM Class Reference

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>

Inheritance diagram for ThePEG::StandardCKM:
Inheritance graph
[legend]

List of all members.

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

StandardCKMoperator= (const StandardCKM &)
 Private and non-existent assignment operator.

Private Attributes

double theta12
 The $\theta_{12}$ angle.
double theta13
 The $\theta_{13}$ angle.
double theta23
 The $\theta_{23}$ angle.
double delta
 The $\delta$ angle describing the phase.

Static Private Attributes

static ClassDescription
< StandardCKM
initStandardCKM
 Describe a concrete class with persistent data.

Detailed Description

StandardCKM inherits from CKMBase and implements the standard parameterization of the CKM matrix in terms of three angles and a phase.

See also:
The interfaces defined for StandardCKM.

Definition at line 25 of file StandardCKM.h.


Member Function Documentation

virtual IBPtr ThePEG::StandardCKM::clone ( ) const
protectedvirtual

Make a simple clone of this object.

Returns:
a pointer to the new object.

Implements ThePEG::InterfacedBase.

virtual IBPtr ThePEG::StandardCKM::fullclone ( ) const
protectedvirtual

Make a clone of this object, possibly modifying the cloned object to make it sane.

Returns:
a pointer to the new object.

Reimplemented from ThePEG::InterfacedBase.

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::persistentInput ( PersistentIStream is,
int  version 
)

Function used to read in object persistently.

Parameters:
isthe persistent input stream read from.
versionthe 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.

Parameters:
osthe persistent output stream written to.

Reimplemented from ThePEG::Interfaced.


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