Print

Print


Commit in lcsim/src/org/lcsim/recon/tracking/seedtracker on MAIN
SectorManager.java+2-21.5 -> 1.6
Changed access level for function.

lcsim/src/org/lcsim/recon/tracking/seedtracker
SectorManager.java 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- SectorManager.java	12 Feb 2011 05:16:50 -0000	1.5
+++ SectorManager.java	12 Jul 2013 23:01:07 -0000	1.6
@@ -42,7 +42,7 @@
 
         //  Get the sector identifier for this hit
         String identifier = FindSectorIdentifier(hit);
-
+        
         //  Retrieve the sector - create a new sector if one doesn't already exist
         Sector sector;
         if (!_sectormap.containsKey(identifier)) {
@@ -163,7 +163,7 @@
         return (int) Math.floor(hit.phi() / _dphi);
     }
 
-    private int ZBin(HelicalTrackHit hit) {
+    protected int ZBin(HelicalTrackHit hit) {
         return (int) Math.floor(z(hit) / _dz);
     }
 
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