#include <Physics.h>


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. | |
Physics class.
Declares the Physics class and its member functions.
Definition at line 29 of file Physics.h.
| Physics::Physics | ( | ) |
Constructor.
Definition at line 51 of file Physics.cc.
| Physics::~Physics | ( | ) |
Destructor.
Definition at line 64 of file Physics.cc.
| void Physics::ConstructBaryons | ( | ) | [protected] |
Method to construct the baryon family of particles.
Definition at line 140 of file Physics.cc.
Referenced by ConstructParticle().

| void Physics::ConstructBosons | ( | ) | [protected] |
Method to construct the boson family of particles.
Definition at line 80 of file Physics.cc.
Referenced by ConstructParticle().

| void Physics::ConstructEM | ( | ) | [protected] |
Method to construct the electromagnetic physics processes.
Definition at line 185 of file Physics.cc.
Referenced by ConstructProcess().

| void Physics::ConstructGeneral | ( | ) | [protected] |
Method to construct the general physics processes.
Definition at line 161 of file Physics.cc.
Referenced by ConstructProcess().

| void Physics::ConstructLeptons | ( | ) | [protected] |
Method to construct the lepton family of particles.
Definition at line 94 of file Physics.cc.
Referenced by ConstructParticle().

| void Physics::ConstructMesons | ( | ) | [protected] |
Method to construct the meson family of particles.
Definition at line 119 of file Physics.cc.
Referenced by ConstructParticle().

| 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().

| void Physics::ConstructProcess | ( | ) | [protected] |
Member function to construct the processes used.
Definition at line 153 of file Physics.cc.
References ConstructEM(), and ConstructGeneral().

| void Physics::SetCuts | ( | ) | [protected] |
Member function to set the cuts.
Definition at line 243 of file Physics.cc.
1.7.2