Public Member Functions | Protected Member Functions

Physics Class Reference

Physics class. More...

#include <Physics.h>

Inheritance diagram for Physics:
Inheritance graph
[legend]
Collaboration diagram for Physics:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Physics ()
 Constructor.
 ~Physics ()
 Destructor.

Protected Member Functions

void ConstructBaryons ()
 Method to construct the baryon family of particles.
void ConstructBosons ()
 Method to construct the boson family of particles.
void ConstructEM ()
 Method to construct the electromagnetic physics processes.
void ConstructGeneral ()
 Method to construct the general physics processes.
void ConstructLeptons ()
 Method to construct the lepton family of particles.
void ConstructMesons ()
 Method to construct the meson family of particles.
void ConstructParticle ()
 Member function to construct the particles used.
void ConstructProcess ()
 Member function to construct the processes used.
void SetCuts ()
 Member function to set the cuts.

Detailed Description

Physics class.

Declares the Physics class and its member functions.

Definition at line 29 of file Physics.h.


Constructor & Destructor Documentation

Physics::Physics (  )

Constructor.

Definition at line 51 of file Physics.cc.

Physics::~Physics (  )

Destructor.

Definition at line 64 of file Physics.cc.


Member Function Documentation

void Physics::ConstructBaryons (  ) [protected]

Method to construct the baryon family of particles.

Definition at line 140 of file Physics.cc.

Referenced by ConstructParticle().

Here is the caller graph for this function:

void Physics::ConstructBosons (  ) [protected]

Method to construct the boson family of particles.

Definition at line 80 of file Physics.cc.

Referenced by ConstructParticle().

Here is the caller graph for this function:

void Physics::ConstructEM (  ) [protected]

Method to construct the electromagnetic physics processes.

Definition at line 185 of file Physics.cc.

Referenced by ConstructProcess().

Here is the caller graph for this function:

void Physics::ConstructGeneral (  ) [protected]

Method to construct the general physics processes.

Definition at line 161 of file Physics.cc.

Referenced by ConstructProcess().

Here is the caller graph for this function:

void Physics::ConstructLeptons (  ) [protected]

Method to construct the lepton family of particles.

Definition at line 94 of file Physics.cc.

Referenced by ConstructParticle().

Here is the caller graph for this function:

void Physics::ConstructMesons (  ) [protected]

Method to construct the meson family of particles.

Definition at line 119 of file Physics.cc.

Referenced by ConstructParticle().

Here is the caller graph for this function:

void Physics::ConstructParticle (  ) [protected]

Member function to construct the particles used.

Definition at line 68 of file Physics.cc.

References ConstructBaryons(), ConstructBosons(), ConstructLeptons(), and ConstructMesons().

Here is the call graph for this function:

void Physics::ConstructProcess (  ) [protected]

Member function to construct the processes used.

Definition at line 153 of file Physics.cc.

References ConstructEM(), and ConstructGeneral().

Here is the call graph for this function:

void Physics::SetCuts (  ) [protected]

Member function to set the cuts.

Definition at line 243 of file Physics.cc.


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