Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPElasticData.hh

    r1228 r1315  
    2525//
    2626//
    27 // $Id: G4NeutronHPElasticData.hh,v 1.11 2008/04/28 19:07:53 tkoi Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     27// $Id: G4NeutronHPElasticData.hh,v 1.12 2009/11/18 23:16:57 tkoi Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2929//
    3030// 080417 Add IsZAApplicable method (return false) by T. Koi
    3131// 080428 Add bool onFlightDB by T. Koi
     32// 091118 Add Ignore and Enable On Flight Doppler Broadening methods by T. Koi
    3233//
    3334#ifndef G4NeutronHPElasticData_h
     
    6768
    6869   void DumpPhysicsTable(const G4ParticleDefinition&);
     70
     71      void IgnoreOnFlightDopplerBroadening(){ onFlightDB = false; };
     72      void EnableOnFlightDopplerBroadening(){ onFlightDB = true; };
    6973   
    7074   private:
Note: See TracChangeset for help on using the changeset viewer.