G4AlphaGEMProbability Class Reference

#include <G4AlphaGEMProbability.hh>

Inheritance diagram for G4AlphaGEMProbability:

G4GEMProbability G4VEmissionProbability

Public Member Functions

 G4AlphaGEMProbability ()
 ~G4AlphaGEMProbability ()

Detailed Description

Definition at line 37 of file G4AlphaGEMProbability.hh.


Constructor & Destructor Documentation

G4AlphaGEMProbability::G4AlphaGEMProbability (  ) 

Definition at line 37 of file G4AlphaGEMProbability.cc.

References G4GEMProbability::ExcitEnergies, G4GEMProbability::ExcitLifetimes, and G4GEMProbability::ExcitSpins.

00037                                              :
00038     G4GEMProbability(4,2,0.0) // A,Z,Gamma
00039 {
00040     ExcitEnergies.push_back(20.01E+3*keV);
00041     ExcitSpins.push_back(0.0);
00042     ExcitLifetimes.push_back(207.0*keV);
00043 
00044     ExcitEnergies.push_back(21.18E+3*keV);
00045     ExcitSpins.push_back(0.0);
00046     ExcitLifetimes.push_back(0.73*MeV);
00047 
00048     ExcitEnergies.push_back(22.02E+3*keV);
00049     ExcitSpins.push_back(2.0);
00050     ExcitLifetimes.push_back(1.83*MeV);
00051 
00052     ExcitEnergies.push_back(25.33E+3*keV);
00053     ExcitSpins.push_back(1.0);
00054     ExcitLifetimes.push_back(2.36*MeV);
00055 }

G4AlphaGEMProbability::~G4AlphaGEMProbability (  ) 

Definition at line 57 of file G4AlphaGEMProbability.cc.

00058 {}


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:51:25 2013 for Geant4 by  doxygen 1.4.7