Print

Print


Commit in SimDist/macros on MAIN
boxScorer.mac+29added 1.1
cylScorer.mac+35added 1.1
scoringTest.mac-351.1 removed
+64-35
2 added + 1 removed, total 3 files
macros for testing scoring planes

SimDist/macros
boxScorer.mac added at 1.1
diff -N boxScorer.mac
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ boxScorer.mac	29 Feb 2012 21:47:07 -0000	1.1
@@ -0,0 +1,29 @@
+#
+# define scoring mesh
+#
+/score/create/boxMesh boxMesh_1
+#
+/score/mesh/boxSize 100. 100. 100. cm
+/score/mesh/nBin 30 30 30
+#
+/score/quantity/energyDeposit eDep
+/score/quantity/nOfStep nOfStepGamma
+/score/filter/particle gammaFilter gamma
+/score/quantity/nOfStep nOfStepEMinus
+/score/filter/particle eMinusFilter e-
+/score/quantity/nOfStep nOfStepEPlus
+/score/filter/particle ePlusFilter e+
+#
+/score/close
+#
+/score/list
+#
+########################################
+#
+/run/beamOn 1
+#
+########################################
+#
+# Dump scores to a file
+#
+/score/dumpQuantityToFile boxMesh_1 nOfStepGamma nOfStepGamma.txt

SimDist/macros
cylScorer.mac added at 1.1
diff -N cylScorer.mac
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ cylScorer.mac	29 Feb 2012 21:47:07 -0000	1.1
@@ -0,0 +1,35 @@
+#
+# define scoring mesh
+#
+/score/create/cylinderMesh cylMesh_1
+#                        R  Z(-24 to 24) 
+/score/mesh/cylinderSize 12. 24. m
+#                iR   iZ
+/score/mesh/nBin 120 480 1
+
+/score/quantity/energyDeposit eDep
+
+/score/quantity/cellFlux CF_photon
+/score/filter/particle photonFilter gamma
+#above 2 line crete tally for cell flux for gamma 
+
+/score/quantity/cellFlux CF_neutron
+/score/filter/particle neutronFilter neutron
+
+#score neutrons > 100keV
+/score/quantity/cellFlux CF_HEneutron
+/score/filter/particleWithKineticEnergy HEneutronFilter 0.1 7000000 MeV neutron
+
+/score/quantity/doseDeposit dose
+
+/score/close
+/score/list
+
+/run/beamOn 1
+
+#Output result
+/score/dumpQuantityToFile cylMesh_1 eDep QGSP_BERT_1_edep.txt
+/score/dumpQuantityToFile cylMesh_1 CF_neutron QGSP_BERT_1_neutron.txt
+/score/dumpQuantityToFile cylMesh_1 CF_HEneutron QGSP_BERT_1_HEneutron.txt
+/score/dumpQuantityToFile cylMesh_1 CF_photon QGSP_BERT_1_photon.txt
+/score/dumpQuantityToFile cylMesh_1 dose QGSP_BERT_1_dose.txt

SimDist/macros
scoringTest.mac removed after 1.1
diff -N scoringTest.mac
--- scoringTest.mac	29 Feb 2012 21:37:56 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,35 +0,0 @@
-#
-# define scoring mesh
-#
-/score/create/cylinderMesh cylMesh_1
-#                        R  Z(-24 to 24) 
-/score/mesh/cylinderSize 12. 24. m
-#                iR   iZ
-/score/mesh/nBin 120 480 1
-
-/score/quantity/energyDeposit eDep
-
-/score/quantity/cellFlux CF_photon
-/score/filter/particle photonFilter gamma
-#above 2 line crete tally for cell flux for gamma 
-
-/score/quantity/cellFlux CF_neutron
-/score/filter/particle neutronFilter neutron
-
-#score neutrons > 100keV
-/score/quantity/cellFlux CF_HEneutron
-/score/filter/particleWithKineticEnergy HEneutronFilter 0.1 7000000 MeV neutron
-
-/score/quantity/doseDeposit dose
-
-/score/close
-/score/list
-
-/run/beamOn 1
-
-#Output result
-/score/dumpQuantityToFile cylMesh_1 eDep QGSP_BERT_1_edep.txt
-/score/dumpQuantityToFile cylMesh_1 CF_neutron QGSP_BERT_1_neutron.txt
-/score/dumpQuantityToFile cylMesh_1 CF_HEneutron QGSP_BERT_1_HEneutron.txt
-/score/dumpQuantityToFile cylMesh_1 CF_photon QGSP_BERT_1_photon.txt
-/score/dumpQuantityToFile cylMesh_1 dose QGSP_BERT_1_dose.txt
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1