Print

Print


Commit in hps-java/src/main/resources/org/lcsim/hps/steering on MAIN
readout/HPSTrackingDefaults.lcsim+1-11.2 -> 1.3
       /TestRunReadoutToEvio.lcsim+1-11.3 -> 1.4
       /TestRunReadoutToLcio.lcsim+1-11.3 -> 1.4
recon/HPS2014OfflineRecon.lcsim+2-21.6 -> 1.7
     /HPSTrackingDefaultsRecon.lcsim+1-11.3 -> 1.4
     /TestRunOfflineRecon.lcsim+2-21.12 -> 1.13
     /TestRunOfflineReconTwoTrkFilter.lcsim+1-11.4 -> 1.5
users/phansson/HPS2014DumpEcal.lcsim+2-21.3 -> 1.4
+11-11
8 modified files
Fixing package change in steering files

hps-java/src/main/resources/org/lcsim/hps/steering/readout
HPSTrackingDefaults.lcsim 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- HPSTrackingDefaults.lcsim	13 Jul 2013 00:29:59 -0000	1.2
+++ HPSTrackingDefaults.lcsim	30 Oct 2013 16:23:32 -0000	1.3
@@ -17,7 +17,7 @@
     </execute>
     
     <drivers>
-        <driver name="CalibrationDriver" type="org.lcsim.hps.monitoring.CalibrationDriver">
+        <driver name="CalibrationDriver" type="org.lcsim.hps.conditions.CalibrationDriver">
 <!--            <runNumber>1351</runNumber>    -->
         </driver>
 

hps-java/src/main/resources/org/lcsim/hps/steering/readout
TestRunReadoutToEvio.lcsim 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- TestRunReadoutToEvio.lcsim	6 Mar 2013 18:34:18 -0000	1.3
+++ TestRunReadoutToEvio.lcsim	30 Oct 2013 16:23:32 -0000	1.4
@@ -24,7 +24,7 @@
         <!--<driver name="EventMarkerDriver" type="org.lcsim.job.EventMarkerDriver">
             <eventInterval>1</eventInterval>
         </driver> -->
-        <driver name="CalibrationDriver" type="org.lcsim.hps.monitoring.CalibrationDriver">
+        <driver name="CalibrationDriver" type="org.lcsim.hps.conditions.CalibrationDriver">
 <!--            <runNumber>1351</runNumber>    -->
         </driver>
         <driver name="TestRunReconToEvio" type="org.lcsim.hps.evio.TestRunTriggeredReconToEvio">

hps-java/src/main/resources/org/lcsim/hps/steering/readout
TestRunReadoutToLcio.lcsim 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- TestRunReadoutToLcio.lcsim	6 Mar 2013 02:36:43 -0000	1.3
+++ TestRunReadoutToLcio.lcsim	30 Oct 2013 16:23:32 -0000	1.4
@@ -24,7 +24,7 @@
         <driver name="EventMarkerDriver" type="org.lcsim.job.EventMarkerDriver">
             <eventInterval>1000</eventInterval>
         </driver> 
-        <driver name="CalibrationDriver" type="org.lcsim.hps.monitoring.CalibrationDriver">
+        <driver name="CalibrationDriver" type="org.lcsim.hps.conditions.CalibrationDriver">
             <runNumber>${runNumber}</runNumber>
         </driver>
         <driver name="TestRunReconToLcio" type="org.lcsim.hps.evio.TestRunTriggeredReconToLcio">

hps-java/src/main/resources/org/lcsim/hps/steering/recon
HPS2014OfflineRecon.lcsim 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- HPS2014OfflineRecon.lcsim	13 Jul 2013 00:28:12 -0000	1.6
+++ HPS2014OfflineRecon.lcsim	30 Oct 2013 16:23:32 -0000	1.7
@@ -1,7 +1,7 @@
 <!-- 
   Offline reconstruction for 2014 (electron run) data.
   @author Sho Uemura <[log in to unmask]>
-  @version $Id: HPS2014OfflineRecon.lcsim,v 1.6 2013/07/13 00:28:12 phansson Exp $
+  @version $Id: HPS2014OfflineRecon.lcsim,v 1.7 2013/10/30 16:23:32 phansson Exp $
 -->
 <lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" 
     xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
@@ -19,7 +19,7 @@
         <driver name="LCIOWriter"/>
     </execute>    
     <drivers>    
-        <driver name="CalibrationDriver" type="org.lcsim.hps.monitoring.CalibrationDriver">
+        <driver name="CalibrationDriver" type="org.lcsim.hps.conditions.CalibrationDriver">
 <!--            <runNumber>${runNumber}</runNumber>-->
         </driver>   
         <driver name="EventMarkerDriver" type="org.lcsim.job.EventMarkerDriver">

hps-java/src/main/resources/org/lcsim/hps/steering/recon
HPSTrackingDefaultsRecon.lcsim 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- HPSTrackingDefaultsRecon.lcsim	13 Jul 2013 00:28:12 -0000	1.3
+++ HPSTrackingDefaultsRecon.lcsim	30 Oct 2013 16:23:32 -0000	1.4
@@ -22,7 +22,7 @@
     <drivers>
         <driver name="SVTBadChannelFilterDriver" type="org.lcsim.hps.recon.tracking.SVTBadChannelFilterDriver"/>
 
-        <driver name="CalibrationDriver" type="org.lcsim.hps.monitoring.CalibrationDriver">
+        <driver name="CalibrationDriver" type="org.lcsim.hps.conditions.CalibrationDriver">
 <!--            <runNumber>1351</runNumber>    -->
         </driver>
 

hps-java/src/main/resources/org/lcsim/hps/steering/recon
TestRunOfflineRecon.lcsim 1.12 -> 1.13
diff -u -r1.12 -r1.13
--- TestRunOfflineRecon.lcsim	11 Oct 2013 22:10:46 -0000	1.12
+++ TestRunOfflineRecon.lcsim	30 Oct 2013 16:23:32 -0000	1.13
@@ -1,7 +1,7 @@
 <!-- 
   Offline reconstruction for test run (photon) data.
   @author Sho Uemura <[log in to unmask]>
-  @version $Id: TestRunOfflineRecon.lcsim,v 1.12 2013/10/11 22:10:46 phansson Exp $
+  @version $Id: TestRunOfflineRecon.lcsim,v 1.13 2013/10/30 16:23:32 phansson Exp $
 -->
 <lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" 
        xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
@@ -19,7 +19,7 @@
         <driver name="LCIOWriter"/>
     </execute>    
     <drivers>    
-        <driver name="CalibrationDriver" type="org.lcsim.hps.monitoring.CalibrationDriver">
+        <driver name="CalibrationDriver" type="org.lcsim.hps.conditions.CalibrationDriver">
 <!--            <runNumber>${runNumber}</runNumber>-->
         </driver>   
         <driver name="EventMarkerDriver" type="org.lcsim.job.EventMarkerDriver">

hps-java/src/main/resources/org/lcsim/hps/steering/recon
TestRunOfflineReconTwoTrkFilter.lcsim 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- TestRunOfflineReconTwoTrkFilter.lcsim	13 Jul 2013 00:28:12 -0000	1.4
+++ TestRunOfflineReconTwoTrkFilter.lcsim	30 Oct 2013 16:23:32 -0000	1.5
@@ -14,7 +14,7 @@
    
     </execute>    
     <drivers>    
-        <driver name="CalibrationDriver" type="org.lcsim.hps.monitoring.CalibrationDriver">
+        <driver name="CalibrationDriver" type="org.lcsim.hps.conditions.CalibrationDriver">
 <!--            <runNumber>${runNumber}</runNumber>-->
         </driver>   
         <driver name="EventMarkerDriver"

hps-java/src/main/resources/org/lcsim/hps/steering/users/phansson
HPS2014DumpEcal.lcsim 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- HPS2014DumpEcal.lcsim	28 Oct 2013 17:50:09 -0000	1.3
+++ HPS2014DumpEcal.lcsim	30 Oct 2013 16:23:33 -0000	1.4
@@ -1,7 +1,7 @@
 <!-- 
   Execute full trigger+readout simulation and write the results as an LCIO file.
   @author Sho Uemura <[log in to unmask]>
-  @version $Id: HPS2014DumpEcal.lcsim,v 1.3 2013/10/28 17:50:09 phansson Exp $
+  @version $Id: HPS2014DumpEcal.lcsim,v 1.4 2013/10/30 16:23:33 phansson Exp $
 -->
 <lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" 
        xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
@@ -16,7 +16,7 @@
         <driver name="CleanupDriver"/>
     </execute> 
     <control>
-        <numberOfEvents>30000</numberOfEvents>
+        <numberOfEvents>-1</numberOfEvents>
         <printInputFiles>true</printInputFiles>
         <printDriversDetailed>true</printDriversDetailed>
     </control>
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