#include <ParametrisedPhysics.h>
Definition at line 13 of file ParametrisedPhysics.h.
ParametrisedPhysics::ParametrisedPhysics |
( |
std::string |
name, |
|
|
const edm::ParameterSet & |
p |
|
) |
| |
ParametrisedPhysics::~ParametrisedPhysics |
( |
| ) |
|
|
virtual |
void ParametrisedPhysics::ConstructParticle |
( |
| ) |
|
|
protectedvirtual |
Definition at line 25 of file ParametrisedPhysics.cc.
27 G4LeptonConstructor pLeptonConstructor;
28 pLeptonConstructor.ConstructParticle();
30 G4MesonConstructor pMesonConstructor;
31 pMesonConstructor.ConstructParticle();
33 G4BaryonConstructor pBaryonConstructor;
34 pBaryonConstructor.ConstructParticle();
36 G4ShortLivedConstructor pShortLivedConstructor;
37 pShortLivedConstructor.ConstructParticle();
39 G4IonConstructor pConstructor;
40 pConstructor.ConstructParticle();
void ParametrisedPhysics::ConstructProcess |
( |
| ) |
|
|
protectedvirtual |