[12gevmoller_sim] Moller sim commit: r288 - in prexsim/trunk: include src

rakithab at jlab.org rakithab at jlab.org
Thu May 16 10:27:39 EDT 2013


Author: rakithab
Date: 2013-05-16 10:27:38 -0400 (Thu, 16 May 2013)
New Revision: 288

Modified:
   prexsim/trunk/include/MollerAnalysis.hh
   prexsim/trunk/src/MollerAnalysis.cc
   prexsim/trunk/src/MollerDetectorConstruction.cc
   prexsim/trunk/src/MollerDetectorSD.cc
Log:
I changed to volume number for "plane_det_" type sensitive detectors from 0 to 100 + i where i is the plane_det_i. This way I can have multiple sensitive detectors of this type. The updated volume number scheme is given below,

SD type        volume number 
"sphere_det_"  volume=100 + i where sphere_det_i 
"plane_det_"   volume= i where plane_det_i
"target"       volume=1000 
"other_"       volume=2000 + i where other_i
"cyl_det_"     volume=3000 + i where cyl_det_i
"septum"       volume=4001  
else           volume=-1000

Rest of the changes are only comments added to clarify what is done in the code.





More information about the 12gevmoller_sim mailing list