CMS 3D CMS Logo

CustomParticle.cc
Go to the documentation of this file.
2 
3 // ######################################################################
4 // ### CustomParticle ###
5 // ######################################################################
6 
7 CustomParticle::CustomParticle(const G4String& aName,
8  G4double mass,
9  G4double width,
10  G4double charge,
11  G4int iSpin,
12  G4int iParity,
13  G4int iConjugation,
14  G4int iIsospin,
15  G4int iIsospin3,
16  G4int gParity,
17  const G4String& pType,
18  G4int lepton,
19  G4int baryon,
20  G4int encoding,
21  G4bool stable,
22  G4double lifetime,
23  G4DecayTable* decaytable)
24  : G4ParticleDefinition(aName,
25  mass,
26  width,
27  charge,
28  iSpin,
29  iParity,
30  iConjugation,
31  iIsospin,
32  iIsospin3,
33  gParity,
34  pType,
35  lepton,
36  baryon,
37  encoding,
38  stable,
39  lifetime,
40  decaytable) {}
CustomParticle(const G4String &aName, G4double mass, G4double width, G4double charge, G4int iSpin, G4int iParity, G4int iConjugation, G4int iIsospin, G4int iIsospin3, G4int gParity, const G4String &pType, G4int lepton, G4int baryon, G4int encoding, G4bool stable, G4double lifetime, G4DecayTable *decaytable)
static const int stable
Definition: TopGenEvent.h:10