LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
Particles Class Reference

#include "Particles.hh"

Inheritance diagram for Particles:

Public Member Functions

 Particles ()
 
 ~Particles ()
 
virtual void ConstructParticle ()
 
virtual void ConstructProcess ()
 

Detailed Description

Definition at line 43 of file Particles.hh.

Constructor & Destructor Documentation

Particles::Particles ( )

Definition at line 49 of file Particles.cc.

50  : G4VPhysicsConstructor("Particles")
52 {
53 }
Particles::~Particles ( )

Definition at line 57 of file Particles.cc.

59 {
60 }

Member Function Documentation

void Particles::ConstructParticle ( )
virtual

Definition at line 64 of file Particles.cc.

66 {
67  G4LeptonConstructor::ConstructParticle();
68  G4BosonConstructor::ConstructParticle();
69  G4MesonConstructor::ConstructParticle();
70  G4BaryonConstructor::ConstructParticle();
71  G4ShortLivedConstructor::ConstructParticle();
72  G4IonConstructor::ConstructParticle();
73 }
void Particles::ConstructProcess ( )
virtual

Definition at line 77 of file Particles.cc.

79 {
80 }

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