Commit in hps-java on MAIN
src/main/resources/org/lcsim/hps/steering/recon/HPS2014OfflineRecon.lcsim+9-11.1 -> 1.2
                                               /TestRunOfflineRecon.lcsim+9-11.5 -> 1.6
pom.xml+101.76 -> 1.77
+28-2
3 modified files
make ReconstructedParticles; add a contributor

hps-java/src/main/resources/org/lcsim/hps/steering/recon
HPS2014OfflineRecon.lcsim 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- HPS2014OfflineRecon.lcsim	11 Apr 2013 20:56:47 -0000	1.1
+++ HPS2014OfflineRecon.lcsim	17 Apr 2013 17:44:57 -0000	1.2
@@ -1,3 +1,8 @@
+<!-- 
+  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 $
+-->
 <lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" 
        xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
     <execute>
@@ -10,6 +15,7 @@
         <driver name="TrackerReconDriver"/>
         <driver name="EcalRawConverter" />
         <driver name="EcalClusterer" />
+        <driver name="ReconParticle" />        
         <driver name="LCIOWriter"/>
     </execute>    
     <drivers>    
@@ -45,9 +51,11 @@
             <ecalName>Ecal</ecalName>
             <ecalCollectionName>EcalCalHits</ecalCollectionName>
         </driver>
+        <driver name="ReconParticle" type="org.lcsim.hps.recon.particle.ReconParticleDriver">          
+        </driver>
         <driver name="LCIOWriter"
              type="org.lcsim.util.loop.LCIODriver">
-                 <outputFilePath>${outputFile}.slcio</outputFilePath>
+            <outputFilePath>${outputFile}.slcio</outputFilePath>
         </driver>
     </drivers>
 </lcsim>

hps-java/src/main/resources/org/lcsim/hps/steering/recon
TestRunOfflineRecon.lcsim 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- TestRunOfflineRecon.lcsim	14 Mar 2013 03:09:45 -0000	1.5
+++ TestRunOfflineRecon.lcsim	17 Apr 2013 17:44:57 -0000	1.6
@@ -1,3 +1,8 @@
+<!-- 
+  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 $
+-->
 <lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" 
        xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
     <execute>
@@ -10,6 +15,7 @@
         <driver name="TrackerReconDriver"/>
         <driver name="EcalRawConverter" />
         <driver name="EcalClusterer" />
+        <driver name="ReconParticle" />        
         <driver name="LCIOWriter"/>
     </execute>    
     <drivers>    
@@ -44,9 +50,11 @@
             <ecalName>Ecal</ecalName>
             <ecalCollectionName>EcalCalHits</ecalCollectionName>
         </driver>
+        <driver name="ReconParticle" type="org.lcsim.hps.recon.particle.ReconParticleDriver">          
+        </driver>
         <driver name="LCIOWriter"
              type="org.lcsim.util.loop.LCIODriver">
-                 <outputFilePath>${outputFile}.slcio</outputFilePath>
+            <outputFilePath>${outputFile}.slcio</outputFilePath>
         </driver>
     </drivers>
 </lcsim>

hps-java
pom.xml 1.76 -> 1.77
diff -u -r1.76 -r1.77
--- pom.xml	17 Apr 2013 00:00:21 -0000	1.76
+++ pom.xml	17 Apr 2013 17:44:57 -0000	1.77
@@ -53,6 +53,16 @@
                 <aim>jeremyslac</aim>
             </properties>
         </contributor>
+        <contributor>
+            <name>Sho</name>
+            <email>[log in to unmask]</email>
+            <organization>SLAC National Accelerator Laboratory</organization>
+            <organizationUrl>http://www.slac.stanford.edu/</organizationUrl>
+            <roles>
+                <role>developer</role>
+            </roles>
+            <timezone>-8</timezone>
+        </contributor>
     </contributors>
     <issueManagement>
         <system>Jira</system>
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