Ignore:
Timestamp:
Sep 30, 2010, 2:47:17 PM (14 years ago)
Author:
garnier
Message:

tag geant4.9.4 beta 1 + modifs locales

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/processes/src/G4QLowEnergy.cc

    r1315 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: G4QLowEnergy.cc,v 1.4 2010/06/07 15:19:55 mkossov Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
     26// $Id: G4QLowEnergy.cc,v 1.5 2010/06/14 16:11:27 mkossov Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2828//
    2929//      ---------------- G4QLowEnergy class -----------------
     
    254254  static const G4ThreeVector zeroMom(0.,0.,0.);
    255255  static G4ParticleDefinition* aGamma    = G4Gamma::Gamma();
     256  static G4ParticleDefinition* aPiZero   = G4PionZero::PionZero();
     257  static G4ParticleDefinition* aPiPlus   = G4PionPlus::PionPlus();
     258  static G4ParticleDefinition* aPiMinus  = G4PionMinus::PionMinus();
    256259  static G4ParticleDefinition* aProton   = G4Proton::Proton();
    257260  static G4ParticleDefinition* aNeutron  = G4Neutron::Neutron();
     
    18531856    G4QHadron* rHadron = new G4QHadron(90000000+999*rZ+rA,res4Mom); // Input hadron-nucleus
    18541857    G4QHadronVector* evaHV = new G4QHadronVector; // Output vector of hadrons (delete!)
    1855     Nuc.EvaporateNucleus(rHadron, evaHV);
     1858    Nuc.EvaporateNucleus(rHadron, evaHV); // here a pion can appear !
    18561859    G4int nOut=evaHV->size();
    18571860    for(G4int i=0; i<nOut; i++)
     
    18681871      else if(hPDG==91000000 || hPDG==3122) theDefinition = aLambda;
    18691872      else if(hPDG==     22 )               theDefinition = aGamma;
     1873      else if(hPDG==     111)               theDefinition = aPiZero;
     1874      else if(hPDG==     211)               theDefinition = aPiPlus;
     1875      else if(hPDG==    -211)               theDefinition = aPiMinus;
    18701876      else
    18711877      {
Note: See TracChangeset for help on using the changeset viewer.