Print

Print


Commit in lcsim/src/org/lcsim/contrib/uiowa on MAIN
AdHocEnergyCalibration.java+81.1 -> 1.2
Add a couple more rough calibrations

lcsim/src/org/lcsim/contrib/uiowa
AdHocEnergyCalibration.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- AdHocEnergyCalibration.java	21 Mar 2007 00:52:04 -0000	1.1
+++ AdHocEnergyCalibration.java	4 Apr 2007 18:11:48 -0000	1.2
@@ -67,6 +67,14 @@
 	    //calibConstHCAL = 0.1252; // uds
 	    calibConstECAL = 66.0; // ttbar
 	    calibConstHCAL = 0.119; // ttbar
+	} else if (detName.compareTo("acme0605_steel_rpc")==0 && eventEnergyInt==500) {
+	    // Stolen fron W/RPC above
+	    calibConstECAL = 66.0; // ttbar
+	    calibConstHCAL = 0.119; // ttbar
+	} else if (detName.compareTo("acme0605_steel_scint")==0 && eventEnergyInt==500) {
+	    // Stolen from W/Scint above
+	    calibConstECAL = 62.9; // ttbar
+	    calibConstHCAL = 0.03898; // ttbar
 	} else if (detName.compareTo("acme0605_w_rpc")==0 && eventEnergyInt==91) {
 	    calibConstECAL = 70.0; // ROUGH
 	    calibConstHCAL = 0.110; // ROUGH
CVSspam 0.2.8