Ignore:
Timestamp:
Apr 6, 2009, 12:30:29 PM (15 years ago)
Author:
garnier
Message:

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/coherent_elastic/src/G4UHadronElasticProcess.cc

    r819 r962  
    2424// ********************************************************************
    2525//
    26 // $Id: G4UHadronElasticProcess.cc,v 1.35.2.1 2008/04/23 14:14:55 gcosmo Exp $
    27 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     26// $Id: G4UHadronElasticProcess.cc,v 1.39 2008/10/22 08:16:40 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Geant4 Hadron Elastic Scattering Process -- header file
     
    5858  : G4HadronicProcess(pName), lowestEnergy(0.0), first(true)
    5959{
     60  SetProcessSubType(fHadronElastic);
    6061  AddDataSet(new G4HadronElasticDataSet);
    6162  theProton   = G4Proton::Proton();
     
    8990    if(theParticle->GetPDGCharge() != 0.0) lowestEnergy = eV;
    9091     
    91     if(verboseLevel>1 ||
    92        (verboseLevel==1 && theParticle == theNeutron)) {
    93       G4cout << G4endl;
     92    //    if(verboseLevel>1 ||
     93    //   (verboseLevel==1 && theParticle == theNeutron)) {
     94    if(verboseLevel>1 && theParticle == theNeutron) {
     95    //      G4cout << G4endl;
    9496      G4cout << "G4UHadronElasticProcess for "
    9597             << theParticle->GetParticleName()
     
    100102    }
    101103  }
    102   store->BuildPhysicsTable(aParticleType);
     104  G4HadronicProcess::BuildPhysicsTable(aParticleType);
     105  //store->BuildPhysicsTable(aParticleType);
    103106}
    104107
Note: See TracChangeset for help on using the changeset viewer.