CMS 3D CMS Logo

G4APrime.h
Go to the documentation of this file.
1 
7 #ifndef G4APrime_h
8 #define G4APrime_h
9 
10 // Geant
11 #include "G4ParticleDefinition.hh"
12 
13 class G4APrime : public G4ParticleDefinition {
14 private:
16 
17  G4APrime(const G4String& Name,
18  G4double mass,
19  G4double width,
20  G4double charge,
21  G4int iSpin,
22  G4int iParity,
23  G4int iConjugation,
24  G4int iIsospin,
25  G4int iIsospin3,
26  G4int gParity,
27  const G4String& pType,
28  G4int lepton,
29  G4int baryon,
30  G4int encoding,
31  G4bool stable,
32  G4double lifetime,
33  G4DecayTable* decaytable);
34 
35  ~G4APrime() override;
36 
37 public:
38  static G4APrime* APrime(double apmass = 1000);
39 };
40 
41 #endif
static const int stable
Definition: TopGenEvent.h:10
~G4APrime() override
Definition: G4APrime.cc:41
G4APrime(const G4String &Name, 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)
Definition: G4APrime.cc:6
static G4APrime * theAPrime
Definition: G4APrime.h:15
static G4APrime * APrime(double apmass=1000)
Definition: G4APrime.cc:43