Commit in lcsim-cal-calib on MAIN
Readme.txt+81.1 -> 1.2
updated to extract fit parameters

lcsim-cal-calib
Readme.txt 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- Readme.txt	20 May 2008 21:35:15 -0000	1.1
+++ Readme.txt	27 May 2008 17:24:48 -0000	1.2
@@ -11,6 +11,7 @@
 1.)  Run the single particle files through slic, normally we have:
 
 gamma, n, nbar, K0L
+1, 2, 5, 10, 20 GeV ( + 50 & 100 for photons)
 90, 100, 110, 120, 130, 140, 150, 160, and 170 degrees
 
 
@@ -34,3 +35,10 @@
 where the file detectors.txt should contain the list of supported detectors
 which have analog readout.
 
+4.) Process the fit output files and extract the function parameters for the 
+    sampling fractions of each calorimeter for both barrel and endcaps via.
+
+> awk '/+\/-/ { print "gamma_"$1, $2, $3 }' sid01_scint/gamma_sid01_scint_samplingFractionsFit.txt > sid01_scint_samplingFractions.txt
+> awk '/+\/-/ { print "neutralHadron_"$1, $2, $3 }' sid01_scint/neutralHadrons_sid01_scint_samplingFractionsFit.txt >> sid01_scint_samplingFractions.txt
+
+
CVSspam 0.2.8