G4Ne24GEMProbability Class Reference

#include <G4Ne24GEMProbability.hh>

Inheritance diagram for G4Ne24GEMProbability:

G4GEMProbability G4VEmissionProbability

Public Member Functions

 G4Ne24GEMProbability ()
 ~G4Ne24GEMProbability ()

Detailed Description

Definition at line 37 of file G4Ne24GEMProbability.hh.


Constructor & Destructor Documentation

G4Ne24GEMProbability::G4Ne24GEMProbability (  ) 

Definition at line 35 of file G4Ne24GEMProbability.cc.

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

00035                                            :
00036   G4GEMProbability(24,10,0.0) // A,Z,Spin
00037 {
00038 
00039   ExcitEnergies.push_back(1980.8*keV);
00040   ExcitSpins.push_back(2.0);
00041   ExcitLifetimes.push_back(658.0e-3*picosecond);
00042 
00043   ExcitEnergies.push_back(3867.0*keV);
00044   ExcitSpins.push_back(2.0);
00045   ExcitLifetimes.push_back(69.0e-3*picosecond);
00046 
00047   ExcitEnergies.push_back(3962.0*keV);
00048   ExcitSpins.push_back(4.0);
00049   ExcitLifetimes.push_back(21.0*nanosecond);
00050 
00051   ExcitEnergies.push_back(4764.0*keV);
00052   ExcitSpins.push_back(0.0);
00053   ExcitLifetimes.push_back(2.3*picosecond);
00054 
00055   ExcitEnergies.push_back(5576.0*keV);
00056   ExcitSpins.push_back(2.0);
00057   ExcitLifetimes.push_back(21.0*nanosecond);
00058 }

G4Ne24GEMProbability::~G4Ne24GEMProbability (  ) 

Definition at line 60 of file G4Ne24GEMProbability.cc.

00061 {}


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