Commit in lcsim-cal-calib on MAIN
Readme.txt+36added 1.1
package documentation

lcsim-cal-calib
Readme.txt added at 1.1
diff -N Readme.txt
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Readme.txt	20 May 2008 21:35:15 -0000	1.1
@@ -0,0 +1,36 @@
+The lcsim-cal-calib cvs project is intended to provide classes and 
+shell scripts to automate the process of calibrating new calorimeter
+designs.
+
+080520
+This version has classes which determine the sampling fractions for
+analog readout calorimeters using single neutral particles.
+
+The procedure is:
+
+1.)  Run the single particle files through slic, normally we have:
+
+gamma, n, nbar, K0L
+90, 100, 110, 120, 130, 140, 150, 160, and 170 degrees
+
+
+2.) once the slic jobs are done, run the analysis jobs via
+
+> . doit_p1.sh detector_name
+
+
+3.) once the jobs finish calculate the sampling fractions
+
+> . calculateSamplingFractions.sh detector_name
+
+
+If redoing a number of detectors (if, for example, Geant4 is upgraded)
+one can use the following shortcuts:
+
+> for d in $(cat detectors.txt); do . doit_p1.sh $d; done
+
+> for d in $(cat detectors.txt); do . calculateSamplingFractions.sh $d; done
+
+where the file detectors.txt should contain the list of supported detectors
+which have analog readout.
+
CVSspam 0.2.8