LArSoft  v09_90_00
Liquid Argon Software toolkit - https://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 42 of file Particles.hh.

Constructor & Destructor Documentation

Particles::Particles ( )

Definition at line 48 of file Particles.cc.

49  : G4VPhysicsConstructor("Particles")
51 {
52 }
Particles::~Particles ( )

Definition at line 56 of file Particles.cc.

58 {
59 }

Member Function Documentation

void Particles::ConstructParticle ( )
virtual

Definition at line 63 of file Particles.cc.

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

Definition at line 76 of file Particles.cc.

78 {
79 }

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