Changeset 1340 for trunk/source/processes/hadronic/management/include
- Timestamp:
- Nov 5, 2010, 3:45:55 PM (15 years ago)
- Location:
- trunk/source/processes/hadronic/management/include
- Files:
-
- 6 edited
-
G4EnergyRangeManager.hh (modified) (1 diff)
-
G4HadLeadBias.hh (modified) (1 diff)
-
G4HadronicProcess.hh (modified) (4 diffs)
-
G4HadronicProcessStore.hh (modified) (2 diffs)
-
G4HadronicProcessType.hh (modified) (1 diff)
-
G4VLeadingParticleBiasing.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/processes/hadronic/management/include/G4EnergyRangeManager.hh
r1337 r1340 26 26 // 27 27 // $Id: G4EnergyRangeManager.hh,v 1.9 2006/06/29 19:58:05 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04-beta-01$28 // GEANT4 tag $Name: hadr-man-V09-03-04 $ 29 29 // 30 30 // Hadronic Process: Energy Range Manager -
trunk/source/processes/hadronic/management/include/G4HadLeadBias.hh
r1337 r1340 24 24 // ******************************************************************** 25 25 // 26 // GEANT4 tag $Name: geant4-09-04-beta-01$26 // GEANT4 tag $Name: hadr-man-V09-03-04 $ 27 27 // 28 28 // -------------------------------------------------------------------- -
trunk/source/processes/hadronic/management/include/G4HadronicProcess.hh
r1315 r1340 24 24 // ******************************************************************** 25 25 // 26 // 26 // $Id: G4HadronicProcess.hh,v 1.42 2010/07/05 14:50:15 vnivanch Exp $ 27 // GEANT4 tag $Name: hadr-man-V09-03-04 $ 28 // 29 // ------------------------------------------------------------------- 30 // 31 // GEANT4 Class header file 32 // 33 // G4HadronicProcess 27 34 // 28 35 // This is the top level Hadronic Process class … … 34 41 // Last modified: 04-Apr-1997 35 42 // 19-May-2008 V.Ivanchenko cleanup and added comments 36 43 // 05-Jul-2010 V.Ivanchenko cleanup commented lines 44 // 45 37 46 #ifndef G4HadronicProcess_h 38 47 #define G4HadronicProcess_h 1 … … 48 57 #include "G4VCrossSectionDataSet.hh" 49 58 #include "G4VLeadingParticleBiasing.hh" 50 //#include "G4Delete.hh" 59 51 60 #include "G4CrossSectionDataStore.hh" 52 61 #include "G4HadronicProcessType.hh" … … 188 197 -G4VProcess::theNumberOfInteractionLengthLeft; 189 198 } 190 191 // inline void SetCrossSectionDataStore(G4CrossSectionDataStore* aDataStore) 192 // { theCrossSectionDataStore = aDataStore; } 193 199 194 200 G4double XBiasSurvivalProbability(); 195 201 G4double XBiasSecondaryWeight(); -
trunk/source/processes/hadronic/management/include/G4HadronicProcessStore.hh
r1337 r1340 24 24 // ******************************************************************** 25 25 // 26 // $Id: G4HadronicProcessStore.hh,v 1. 6 2010/04/21 17:55:13 dennisExp $27 // GEANT4 tag $Name: geant4-09-04-beta-01$26 // $Id: G4HadronicProcessStore.hh,v 1.7 2010/07/05 14:50:15 vnivanch Exp $ 27 // GEANT4 tag $Name: hadr-man-V09-03-04 $ 28 28 // 29 29 // … … 54 54 #include "globals.hh" 55 55 #include "G4DynamicParticle.hh" 56 #include "G4ThreeVector.hh" 56 57 #include "G4HadronicProcess.hh" 57 58 #include "G4HadronicInteraction.hh" -
trunk/source/processes/hadronic/management/include/G4HadronicProcessType.hh
r1337 r1340 26 26 // 27 27 // $Id: G4HadronicProcessType.hh,v 1.1 2008/10/02 19:02:03 dennis Exp $ 28 // GEANT4 tag $Name: geant4-09-04-beta-01$28 // GEANT4 tag $Name: hadr-man-V09-03-04 $ 29 29 // 30 30 // -
trunk/source/processes/hadronic/management/include/G4VLeadingParticleBiasing.hh
r1337 r1340 25 25 // 26 26 // $Id: G4VLeadingParticleBiasing.hh,v 1.6 2006/06/29 19:58:19 gunter Exp $ 27 // GEANT4 tag $Name: geant4-09-04-beta-01$27 // GEANT4 tag $Name: hadr-man-V09-03-04 $ 28 28 // 29 29 // --------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.
