#include <Quirk.h>
|
| Quirk (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, G4bool shortlived, const G4String &subType="", G4int anti_encoding=0, G4double magneticMoment=0.0) |
|
| ~Quirk () |
|
const InfracolorForce & | GetStringIn () const |
|
InfracolorForce & | GetStringIn () |
|
| Quirk (const Quirk &)=delete |
|
Quirk & | operator= (const Quirk &)=delete |
|
Definition at line 12 of file Quirk.h.
◆ Quirk() [1/2]
Quirk::Quirk |
( |
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, |
|
|
G4bool |
shortlived, |
|
|
const G4String & |
subType = "" , |
|
|
G4int |
anti_encoding = 0 , |
|
|
G4double |
magneticMoment = 0.0 |
|
) |
| |
Definition at line 9 of file Quirk.cxx.
25 iConjugation,iIsospin,iIsospin3,gParity,pType,
27 shortlived,subType,anti_encoding,magneticMoment
31 G4ParticleTable* particleTable = GetParticleTable();
32 G4ParticleDefinition* partner = particleTable->FindParticle(GetAntiPDGEncoding());
34 Quirk* qpartner =
dynamic_cast<Quirk*
>(partner);
36 G4Exception(
"Quirk::Quirk",
"NonQuirkAntiparticle", FatalErrorInArgument,
"Antiparticle of quirk must be a quirk");
◆ ~Quirk()
◆ Quirk() [2/2]
◆ GetStringIn() [1/2]
◆ GetStringIn() [2/2]
◆ operator=()
◆ m_stringIn
The documentation for this class was generated from the following files: