Commit in hps-java on MAIN
pom.xml+91.77 -> 1.78
src/main/resources/org/lcsim/hps/steering/recon/HPS2014OfflineRecon.lcsim+7-111.2 -> 1.3
                                               /TestRunOfflineRecon.lcsim+6-101.6 -> 1.7
+22-21
3 modified files
Change the ReconstructedParticle drivers in steering files; add a contributor

hps-java
pom.xml 1.77 -> 1.78
diff -u -r1.77 -r1.78
--- pom.xml	17 Apr 2013 17:44:57 -0000	1.77
+++ pom.xml	17 Apr 2013 18:05:41 -0000	1.78
@@ -63,6 +63,15 @@
             </roles>
             <timezone>-8</timezone>
         </contributor>
+        <contributor>
+            <name>Omar Moreno</name>
+            <email>[log in to unmask]</email>
+            <organization>Santa Cruz Institute for Particle Physics</organization>
+            <roles>
+                <role>developer</role>
+            </roles>
+            <timezone>-8</timezone>
+        </contributor>
     </contributors>
     <issueManagement>
         <system>Jira</system>

hps-java/src/main/resources/org/lcsim/hps/steering/recon
HPS2014OfflineRecon.lcsim 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- HPS2014OfflineRecon.lcsim	17 Apr 2013 17:44:57 -0000	1.2
+++ HPS2014OfflineRecon.lcsim	17 Apr 2013 18:05:41 -0000	1.3
@@ -1,10 +1,10 @@
 <!-- 
   Offline reconstruction for 2014 (electron run) data.
   @author Sho Uemura <[log in to unmask]>
-  @version $Id: HPS2014OfflineRecon.lcsim,v 1.2 2013/04/17 17:44:57 meeg Exp $
+  @version $Id: HPS2014OfflineRecon.lcsim,v 1.3 2013/04/17 18:05:41 omoreno Exp $
 -->
 <lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" 
-       xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
+    xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
     <execute>
         <driver name="EventMarkerDriver"/>
         <driver name="CalibrationDriver"/>
@@ -22,8 +22,7 @@
         <driver name="CalibrationDriver" type="org.lcsim.hps.monitoring.CalibrationDriver">
 <!--            <runNumber>${runNumber}</runNumber>-->
         </driver>   
-        <driver name="EventMarkerDriver"
-                type="org.lcsim.job.EventMarkerDriver">
+        <driver name="EventMarkerDriver" type="org.lcsim.job.EventMarkerDriver">
             <eventInterval>1000</eventInterval>
         </driver>        
         <driver name="RawTrackerHitSensorSetup" type="org.lcsim.recon.tracking.digitization.sisim.config.RawTrackerHitSensorSetup"/>
@@ -32,16 +31,14 @@
             <correctT0Shift>true</correctT0Shift>
         </driver>
         <driver name="TrackerHitDriver" type="org.lcsim.hps.users.mgraham.DataTrackerHitDriver" />     
-        <driver name="HelicalTrackHitDriver"
-                type="org.lcsim.hps.recon.tracking.HelicalTrackHitDriver">
+        <driver name="HelicalTrackHitDriver" type="org.lcsim.hps.recon.tracking.HelicalTrackHitDriver">
             <debug>false</debug>
             <clusterTimeCut>4.0</clusterTimeCut>
             <layerGeometryType>Common</layerGeometryType>
             <maxSeperation>20.0</maxSeperation>
             <tolerance>1.0</tolerance>
         </driver>
-        <driver name="TrackerReconDriver"
-                type="org.lcsim.hps.recon.tracking.TrackerReconDriver">
+        <driver name="TrackerReconDriver" type="org.lcsim.hps.recon.tracking.TrackerReconDriver">
             <debug>false</debug>
         </driver>        
         <driver name="EcalRawConverter" type="org.lcsim.hps.recon.ecal.EcalRawConverterDriver">
@@ -51,10 +48,9 @@
             <ecalName>Ecal</ecalName>
             <ecalCollectionName>EcalCalHits</ecalCollectionName>
         </driver>
-        <driver name="ReconParticle" type="org.lcsim.hps.recon.particle.ReconParticleDriver">          
+        <driver name="ReconParticle" type="org.lcsim.hps.recon.particle.HpsReconParticleDriver">          
         </driver>
-        <driver name="LCIOWriter"
-             type="org.lcsim.util.loop.LCIODriver">
+        <driver name="LCIOWriter" type="org.lcsim.util.loop.LCIODriver">
             <outputFilePath>${outputFile}.slcio</outputFilePath>
         </driver>
     </drivers>

hps-java/src/main/resources/org/lcsim/hps/steering/recon
TestRunOfflineRecon.lcsim 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- TestRunOfflineRecon.lcsim	17 Apr 2013 17:44:57 -0000	1.6
+++ TestRunOfflineRecon.lcsim	17 Apr 2013 18:05:41 -0000	1.7
@@ -1,7 +1,7 @@
 <!-- 
   Offline reconstruction for test run (photon) data.
   @author Sho Uemura <[log in to unmask]>
-  @version $Id: TestRunOfflineRecon.lcsim,v 1.6 2013/04/17 17:44:57 meeg Exp $
+  @version $Id: TestRunOfflineRecon.lcsim,v 1.7 2013/04/17 18:05:41 omoreno Exp $
 -->
 <lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" 
        xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
@@ -22,8 +22,7 @@
         <driver name="CalibrationDriver" type="org.lcsim.hps.monitoring.CalibrationDriver">
 <!--            <runNumber>${runNumber}</runNumber>-->
         </driver>   
-        <driver name="EventMarkerDriver"
-                type="org.lcsim.job.EventMarkerDriver">
+        <driver name="EventMarkerDriver" type="org.lcsim.job.EventMarkerDriver">
             <eventInterval>1000</eventInterval>
         </driver>        
         <driver name="RawTrackerHitSensorSetup" type="org.lcsim.recon.tracking.digitization.sisim.config.RawTrackerHitSensorSetup"/>
@@ -32,15 +31,13 @@
             <correctT0Shift>true</correctT0Shift>
         </driver>
         <driver name="TrackerHitDriver" type="org.lcsim.hps.users.mgraham.DataTrackerHitDriver" />     
-        <driver name="HelicalTrackHitDriver"
-                type="org.lcsim.hps.recon.tracking.HelicalTrackHitDriver">
+        <driver name="HelicalTrackHitDriver" type="org.lcsim.hps.recon.tracking.HelicalTrackHitDriver">
             <debug>false</debug>
             <layerGeometryType>Common</layerGeometryType>
             <maxSeperation>20.0</maxSeperation>
             <tolerance>1.0</tolerance>
         </driver>
-        <driver name="TrackerReconDriver"
-                type="org.lcsim.hps.recon.tracking.TrackerReconDriver">
+        <driver name="TrackerReconDriver" type="org.lcsim.hps.recon.tracking.TrackerReconDriver">
             <debug>false</debug>
         </driver>        
         <driver name="EcalRawConverter" type="org.lcsim.hps.recon.ecal.EcalRawConverterDriver">
@@ -50,10 +47,9 @@
             <ecalName>Ecal</ecalName>
             <ecalCollectionName>EcalCalHits</ecalCollectionName>
         </driver>
-        <driver name="ReconParticle" type="org.lcsim.hps.recon.particle.ReconParticleDriver">          
+        <driver name="ReconParticle" type="org.lcsim.hps.recon.particle.TestRunReconParticleDriver">          
         </driver>
-        <driver name="LCIOWriter"
-             type="org.lcsim.util.loop.LCIODriver">
+        <driver name="LCIOWriter" type="org.lcsim.util.loop.LCIODriver">
             <outputFilePath>${outputFile}.slcio</outputFilePath>
         </driver>
     </drivers>
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