- Timestamp:
- Jun 18, 2010, 11:42:07 AM (15 years ago)
- Location:
- trunk/source/processes/hadronic/models/neutron_hp/include
- Files:
-
- 4 edited
-
G4NeutronHPCaptureData.hh (modified) (2 diffs)
-
G4NeutronHPElasticData.hh (modified) (2 diffs)
-
G4NeutronHPInelasticCompFS.hh (modified) (2 diffs)
-
G4NeutronHPInelasticData.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPCaptureData.hh
r1228 r1315 25 25 // 26 26 // 27 // $Id: G4NeutronHPCaptureData.hh,v 1.1 1 2008/04/28 19:07:54tkoi Exp $28 // GEANT4 tag $Name: geant4-09-0 3$27 // $Id: G4NeutronHPCaptureData.hh,v 1.12 2009/11/18 23:16:57 tkoi Exp $ 28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $ 29 29 // 30 30 // 080417 Add IsZAApplicable method (return false) by T. Koi 31 31 // 080428 Add bool onFlightDB by T. Koi 32 // 091118 Add Ignore and Enable On Flight Doppler Broadening methods by T. Koi 32 33 // 33 34 #ifndef G4NeutronHPCaptureData_h … … 67 68 68 69 void DumpPhysicsTable(const G4ParticleDefinition&); 70 71 void IgnoreOnFlightDopplerBroadening(){ onFlightDB = false; }; 72 void EnableOnFlightDopplerBroadening(){ onFlightDB = true; }; 69 73 70 74 private: -
trunk/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPElasticData.hh
r1228 r1315 25 25 // 26 26 // 27 // $Id: G4NeutronHPElasticData.hh,v 1.1 1 2008/04/28 19:07:53tkoi Exp $28 // GEANT4 tag $Name: geant4-09-0 3$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 $ 29 29 // 30 30 // 080417 Add IsZAApplicable method (return false) by T. Koi 31 31 // 080428 Add bool onFlightDB by T. Koi 32 // 091118 Add Ignore and Enable On Flight Doppler Broadening methods by T. Koi 32 33 // 33 34 #ifndef G4NeutronHPElasticData_h … … 67 68 68 69 void DumpPhysicsTable(const G4ParticleDefinition&); 70 71 void IgnoreOnFlightDopplerBroadening(){ onFlightDB = false; }; 72 void EnableOnFlightDopplerBroadening(){ onFlightDB = true; }; 69 73 70 74 private: -
trunk/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInelasticCompFS.hh
r1228 r1315 25 25 // 26 26 // 27 // $Id: G4NeutronHPInelasticCompFS.hh,v 1.1 3 2007/06/06 12:45:13 ahowardExp $28 // GEANT4 tag $Name: geant4-09-0 3$27 // $Id: G4NeutronHPInelasticCompFS.hh,v 1.14 2010/04/06 19:06:11 tkoi Exp $ 28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $ 29 29 // 30 30 #ifndef G4NeutronHPInelasticCompFS_h … … 109 109 G4double theCurrentA; 110 110 G4double theCurrentZ; 111 112 private: 113 // proj targ had mu of had 114 void two_body_reaction ( G4DynamicParticle* , G4DynamicParticle* , G4DynamicParticle* , G4double mu ); 115 111 116 }; 112 117 #endif -
trunk/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInelasticData.hh
r1228 r1315 25 25 // 26 26 // 27 // $Id: G4NeutronHPInelasticData.hh,v 1.1 1 2008/04/28 19:07:54tkoi Exp $28 // GEANT4 tag $Name: geant4-09-0 3$27 // $Id: G4NeutronHPInelasticData.hh,v 1.12 2009/11/18 23:16:57 tkoi Exp $ 28 // GEANT4 tag $Name: geant4-09-04-beta-cand-01 $ 29 29 // 30 30 // 080417 Add IsZAApplicable method (return false) by T. Koi 31 31 // 080428 Add bool onFlightDB by T. Koi 32 // 091118 Add Ignore and Enable On Flight Doppler Broadening methods by T. Koi 32 33 // 33 34 #ifndef G4NeutronHPInelasticData_h … … 67 68 68 69 void DumpPhysicsTable(const G4ParticleDefinition&); 70 71 void IgnoreOnFlightDopplerBroadening(){ onFlightDB = false; }; 72 void EnableOnFlightDopplerBroadening(){ onFlightDB = true; }; 69 73 70 74 private:
Note:
See TracChangeset
for help on using the changeset viewer.
