G4C10GEMProbability Class Reference

#include <G4C10GEMProbability.hh>

Inheritance diagram for G4C10GEMProbability:

G4GEMProbability G4VEmissionProbability

Public Member Functions

 G4C10GEMProbability ()
 ~G4C10GEMProbability ()

Detailed Description

Definition at line 39 of file G4C10GEMProbability.hh.


Constructor & Destructor Documentation

G4C10GEMProbability::G4C10GEMProbability (  ) 

Definition at line 35 of file G4C10GEMProbability.cc.

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

00035                                          :
00036   G4GEMProbability(10,6,0.0) // A,Z,Spin
00037 {
00038 
00039   ExcitEnergies.push_back(3353.6*keV);
00040   ExcitSpins.push_back(2.0);
00041   ExcitLifetimes.push_back(107.0e-15*s);
00042 
00043   ExcitEnergies.push_back(6580.0*keV);
00044   ExcitSpins.push_back(2.0);
00045   ExcitLifetimes.push_back(fPlanck/(200.0*keV));
00046 }

G4C10GEMProbability::~G4C10GEMProbability (  ) 

Definition at line 48 of file G4C10GEMProbability.cc.

00049 {}


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