Print

Print


Commit in lcsim/src/org/lcsim/recon/tracking/digitization/sisim/config on MAIN
SiVertexEndcapSensorSetup.java+1-11.3 -> 1.4
correct wrong error message

lcsim/src/org/lcsim/recon/tracking/digitization/sisim/config
SiVertexEndcapSensorSetup.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- SiVertexEndcapSensorSetup.java	25 Aug 2009 18:37:39 -0000	1.3
+++ SiVertexEndcapSensorSetup.java	17 Mar 2010 02:15:34 -0000	1.4
@@ -56,7 +56,7 @@
 		if (subdetector instanceof SiTrackerEndcap || subdetector instanceof SiTrackerEndcap2)
 			setupSensorDetectorElements(subdetector);
 		else
-			throw new RuntimeException("The subdetector " + subdetectorName + " is not an instance of SiTrackerBarrel.");
+			throw new RuntimeException("The subdetector " + subdetectorName + " is not an instance of SiTrackerEndcap or SiTrackerEndcap2.");
 	}
 	
 	public void setReadoutPitchX(double x)
CVSspam 0.2.8