Changeset 1347 for trunk/source/processes/electromagnetic/standard
- Timestamp:
- Dec 22, 2010, 3:52:27 PM (15 years ago)
- Location:
- trunk/source/processes/electromagnetic/standard
- Files:
-
- 10 edited
-
History (modified) (2 diffs)
-
test/BremLPMTest.cc (modified) (1 diff)
-
test/CrossSectionStd.cc (modified) (1 diff)
-
test/CrossSectionV52.cc (modified) (1 diff)
-
test/G4InitXscPAItest.cc (modified) (1 diff)
-
test/G4PAIdNdxTest.cc (modified) (1 diff)
-
test/G4PAIxSectionTest.cc (modified) (1 diff)
-
test/PAIenergyLossTest.cc (modified) (1 diff)
-
test/readBremLPM.py (modified) (1 diff)
-
test/test90Ne10CO2pai.cc (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/processes/electromagnetic/standard/History
r1340 r1347 1 $Id: History,v 1.5 14 2010/11/04 17:31:43vnivanch Exp $1 $Id: History,v 1.523 2010/11/29 15:30:05 vnivanch Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 17 17 * Reverse chronological order (last date on top), please * 18 18 ---------------------------------------------------------- 19 20 29 November 2010: V.Ivant (emstand-V09-03-31) 21 - G4IonCoulombScatteringModel, G4IonCoulombCrossSection - C.Consolandi 22 added extra screening factor for low-energy heavy ions. 23 24 23 November 2010: V.Ivant (emstand-V09-03-30) 25 - G4PAIModel, G4PAIySection - V.Grichine fix of a bug in G4_Ar 26 27 21 November 2010: V.Ivant (emstand-V09-03-29) 28 - G4PEEffectFluoModel, G4KleinNishinaModel - fixed energy balance 29 30 17 November 2010: V.Ivant (emstand-V09-03-28) 31 - G4ICRU73QOModel (A.Bagulya) - fine tuning for 9.4, low limit is 32 reduced from 10 keV to 5 keV 33 34 13 November 2010: V.Ivant (emstand-V09-03-27) 35 - G4UrbanMscModel90, G4UrbanMscModel92, G4UrbanMscModel93 - added 36 warning messages; 37 - G4WentzelOKandVIxSection - fixed computation of nuclear formfactor 38 - G4eCoulombScatteringModel - fixed computation of nuclear recoil 39 40 12 November 2010: V.Ivant (emstand-V09-03-26) 41 - G4IonCoulombCrossSection and G4IonCoulombScatteringModel - 42 new model of single scattering of ions (C.Consolandi) 43 - G4BetheBlochModel - Shell corrections factor according to ICRU'49 44 (returned back to version of 9.3) 45 - G4WentzelVIModel - added usage of geometry factor and the option 46 UseDistanceToBoundary; 19 47 20 48 04 November 2010: V.Ivant (emstand-V09-03-25) -
trunk/source/processes/electromagnetic/standard/test/BremLPMTest.cc
r1315 r1347 25 25 // 26 26 // $Id: BremLPMTest.cc,v 1.2 2008/08/22 08:16:17 schaelic Exp $ 27 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$27 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 28 28 // 29 29 // ------------------------------------------------------------ -
trunk/source/processes/electromagnetic/standard/test/CrossSectionStd.cc
r1315 r1347 26 26 // 27 27 // $Id: CrossSectionStd.cc,v 1.5 2006/06/29 19:54:07 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // ------------------------------------------------------------ -
trunk/source/processes/electromagnetic/standard/test/CrossSectionV52.cc
r1315 r1347 26 26 // 27 27 // $Id: CrossSectionV52.cc,v 1.4 2006/06/29 19:54:09 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // ------------------------------------------------------------ -
trunk/source/processes/electromagnetic/standard/test/G4InitXscPAItest.cc
r1315 r1347 26 26 // 27 27 // $Id: G4InitXscPAItest.cc,v 1.6 2006/06/29 19:54:11 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/processes/electromagnetic/standard/test/G4PAIdNdxTest.cc
r1315 r1347 26 26 // 27 27 // $Id: G4PAIdNdxTest.cc,v 1.8 2008/04/14 14:53:39 grichine Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/processes/electromagnetic/standard/test/G4PAIxSectionTest.cc
r1315 r1347 26 26 // 27 27 // $Id: G4PAIxSectionTest.cc,v 1.16 2009/12/30 12:57:41 grichine Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/processes/electromagnetic/standard/test/PAIenergyLossTest.cc
r1315 r1347 26 26 // 27 27 // $Id: PAIenergyLossTest.cc,v 1.8 2006/06/29 19:54:17 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/processes/electromagnetic/standard/test/readBremLPM.py
r1315 r1347 1 1 # $Id: readBremLPM.py,v 1.2 2008/08/22 08:16:17 schaelic Exp $ 2 # GEANT4 tag $Name: geant4-09-04- beta-cand-01$2 # GEANT4 tag $Name: geant4-09-04-ref-00 $ 3 3 # 4 4 # works together with BremLPMTest.cc -
trunk/source/processes/electromagnetic/standard/test/test90Ne10CO2pai.cc
r1315 r1347 25 25 // 26 26 // 27 // $Id: test90Ne10CO2pai.cc,v 1. 8 2009/12/30 12:57:41grichine Exp $28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$27 // $Id: test90Ne10CO2pai.cc,v 1.9 2010/11/23 15:31:10 grichine Exp $ 28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // … … 332 332 // G4String testName = "N2"; 333 333 // G4String testName = "Ne10CO2"; 334 G4String testName = "t2kGasMixture";334 // G4String testName = "t2kGasMixture"; 335 335 // G4String testName = "Ar"; 336 //G4String testName = "Argon";336 G4String testName = "Argon"; 337 337 // G4String testName = "Ne10CO2T293"; 338 338 // G4String testName = "Ne857CO295N2T292"; … … 364 364 } 365 365 G4SandiaTable sandia(k); 366 // sandia.SetVerbose(1); 366 367 sanIndex = sandia.SandiaIntervals(thisMaterialZ,nbOfElements); 367 368 sanIndex = sandia.SandiaMixing( thisMaterialZ , … … 449 450 // kineticEnergy = 5*GeV; // for electrons 450 451 451 kineticEnergy = 5*GeV*proton_mass_c2/electron_mass_c2;452 453 // kineticEnergy = 5*GeV;452 // kineticEnergy = 5*GeV*proton_mass_c2/electron_mass_c2; 453 454 kineticEnergy = 3.*GeV; 454 455 455 456 // for(j=1;j<testPAIproton.GetNumberOfGammas();j++) … … 529 530 outFile<<testPAIproton.GetSplineSize()-1<<G4endl; 530 531 531 for( i = 1; i < testPAIproton.GetSplineSize(); i++) 532 // for( i = 1; i < testPAIproton.GetSplineSize(); i++) 533 for( i = 1; i < 10; i++) 532 534 { 533 535 outFile
Note:
See TracChangeset
for help on using the changeset viewer.
