Print

Print


Commit in hps-java/src/main/java/org/lcsim/hps/conditions on MAIN
HpsConditionsReader.java+2-21.1 -> 1.2
Changed conditions path

hps-java/src/main/java/org/lcsim/hps/conditions
HpsConditionsReader.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- HpsConditionsReader.java	29 Oct 2012 18:08:29 -0000	1.1
+++ HpsConditionsReader.java	1 Nov 2012 00:23:07 -0000	1.2
@@ -8,7 +8,7 @@
 /**
  * 
  * @author Sho Uemura <[log in to unmask]>
- * @version $Id: HpsConditionsReader.java,v 1.1 2012/10/29 18:08:29 omoreno Exp $
+ * @version $Id: HpsConditionsReader.java,v 1.2 2012/11/01 00:23:07 omoreno Exp $
  */
 public class HpsConditionsReader extends ConditionsReader {
 
@@ -20,7 +20,7 @@
 
     @Override
     public InputStream open(String name, String type) throws IOException {
-        InputStream in = getClass().getResourceAsStream("/org/lcsim/hps/calib/" + name + "." + type);
+        InputStream in = getClass().getResourceAsStream("/org/lcsim/hps/calib/proposal2014/" + name + "." + type);
         if (in == null) {
             in = getClass().getResourceAsStream("/" + detectorName + "/" + name + "." + type);
             if (in == null) {
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