G4B13GEMProbability Class Reference

#include <G4B13GEMProbability.hh>

Inheritance diagram for G4B13GEMProbability:

G4GEMProbability G4VEmissionProbability

Public Member Functions

 G4B13GEMProbability ()
 ~G4B13GEMProbability ()

Detailed Description

Definition at line 39 of file G4B13GEMProbability.hh.


Constructor & Destructor Documentation

G4B13GEMProbability::G4B13GEMProbability (  ) 

Definition at line 35 of file G4B13GEMProbability.cc.

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

00035                                          :
00036   G4GEMProbability(13,5,3.0/2.0) // A,Z,Spin
00037 {
00038 
00039     ExcitEnergies.push_back(3534.7*keV);
00040     ExcitSpins.push_back(7.0/2.0);
00041     ExcitLifetimes.push_back(0.2e-15*s);
00042 
00043     ExcitEnergies.push_back(3712*keV);
00044     ExcitSpins.push_back(7.0/2.0);
00045     ExcitLifetimes.push_back(0.26e-15*s);
00046 
00047     ExcitEnergies.push_back(4131*keV);
00048     ExcitSpins.push_back(7.0/2.0);
00049     ExcitLifetimes.push_back(0.04e-15*s);
00050 }

G4B13GEMProbability::~G4B13GEMProbability (  ) 

Definition at line 52 of file G4B13GEMProbability.cc.

00053 {}


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