Print

Print


Commit in lcsim/src/org/lcsim/mc/CCDSim on MAIN
FullCCDSimulation.java+3-21.1 -> 1.2
20050930 Nick Sinev has removed debugging printouts

lcsim/src/org/lcsim/mc/CCDSim
FullCCDSimulation.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- FullCCDSimulation.java	30 Sep 2005 18:31:48 -0000	1.1
+++ FullCCDSimulation.java	30 Sep 2005 21:33:26 -0000	1.2
@@ -24,10 +24,11 @@
  * charged particles according to CCD specifications and CCD electronics
  * specifications, find clusters of CCD pixels and find centers of such
  * clusters according to one of the selected center finding algorithm.
- * Found cluster center positions are used to generate ReconstructedCcdHit
+ * Found cluster center positions are used to generate ReconstructedCCDHit
  * objects, which emplement SimTrackerHit interface, so can be used instead
  * of original Simulated Tracker Hits generated by Geant4.  
  * @author sinev U of Oregon; SLAC x2970; [log in to unmask]
+ * @version "%I%,%G%"
  */
 public class FullCCDSimulation extends Driver
 {
@@ -75,7 +76,7 @@
            ccds=bccd.build(d,sp,esp);
 	   nbarrels = bccd.getNVxBrls();
            ccdsim = new CCDSim(sp,esp);
-           System.out.println("Full CCD sim. has build "+ccds.size()+" CCDs for detector "+d.getName());
+//           System.out.println("Full CCD sim. has build "+ccds.size()+" CCDs for detector "+d.getName());
            cfn.setPixelThreshold(esp.getSinglePixThr());
            cfn.setClusterThreshold(esp.getClustThr());
           }
CVSspam 0.2.8