G4Li9GEMProbability Class Reference

#include <G4Li9GEMProbability.hh>

Inheritance diagram for G4Li9GEMProbability:

G4GEMProbability G4VEmissionProbability

Public Member Functions

 G4Li9GEMProbability ()
 ~G4Li9GEMProbability ()

Detailed Description

Definition at line 39 of file G4Li9GEMProbability.hh.


Constructor & Destructor Documentation

G4Li9GEMProbability::G4Li9GEMProbability (  ) 

Definition at line 35 of file G4Li9GEMProbability.cc.

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

00035                                          :
00036   G4GEMProbability(9,3,3.0/2.0) // A,Z,Spin
00037 {
00038   ExcitEnergies.push_back(4310.0*keV);
00039   ExcitSpins.push_back(0.0);
00040   ExcitLifetimes.push_back(fPlanck/(100.0*keV));
00041 
00042   ExcitEnergies.push_back(5380.0*keV);
00043   ExcitSpins.push_back(0.0);
00044   ExcitLifetimes.push_back(fPlanck/(600.0*keV));
00045 
00046   ExcitEnergies.push_back(6430.0*keV);
00047   ExcitSpins.push_back(9.0/2.0);
00048   ExcitLifetimes.push_back(fPlanck/(40.0*keV));
00049 }

G4Li9GEMProbability::~G4Li9GEMProbability (  ) 

Definition at line 51 of file G4Li9GEMProbability.cc.

00052 {}


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