Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (13 years ago)
Author:
garnier
Message:

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/stopping/src/G4PiMinusStopMaterial.cc

    r1196 r1347  
    5454
    5555G4PiMinusStopMaterial::G4PiMinusStopMaterial()
    56  
    5756{
    5857  _definitions = 0;
     
    6059  _distributionE = 0;
    6160  _distributionAngle = 0;
    62 
     61  theR = 0.5;
    6362}
    6463
     
    6867G4PiMinusStopMaterial::~G4PiMinusStopMaterial()
    6968{
    70   //  _definitions->clear();
    7169  if (_definitions != 0) delete _definitions;
    7270  _definitions = 0;
    7371
    74   for(unsigned int i=0; i<_momenta->size(); i++) delete(*_momenta)[i];
     72  for (unsigned int i=0; i<_momenta->size(); i++) delete(*_momenta)[i];
    7573  if (_momenta != 0) delete _momenta;
    7674
     
    9492}
    9593
    96 std::vector<G4LorentzVector*>* G4PiMinusStopMaterial::P4Vector(const G4double binding,
    97                                                                       const G4double massNucleus)
     94std::vector<G4LorentzVector*>*
     95G4PiMinusStopMaterial::P4Vector(const G4double binding,
     96                                const G4double massNucleus)
    9897{
    99 
    100   // Generate energy of direct absorption products according to experimental data
    101   // The energy distribution of the two nucleons is assumed to be the same
    102   // for protons and neutrons 
    103 
     98  // Generate energy of direct absorption products according to experimental
     99  // data.  The energy distribution of the two nucleons is assumed to be the
     100  // same for protons and neutrons. 
    104101
    105102  G4double eKin1;
     
    191188}
    192189
    193 
    194 
    195 
    196 
    197 
    198 
    199 
    200 
    201 
Note: See TracChangeset for help on using the changeset viewer.