Print

Print


Commit in hps-java/src/main/resources/org/lcsim/hps/steering on MAIN
TwoTrackAnalysis.lcsim+8-221.3 -> 1.4
Added run number as a needed parameter.

hps-java/src/main/resources/org/lcsim/hps/steering
TwoTrackAnalysis.lcsim 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- TwoTrackAnalysis.lcsim	1 Mar 2013 01:15:01 -0000	1.3
+++ TwoTrackAnalysis.lcsim	6 Mar 2013 02:37:12 -0000	1.4
@@ -3,7 +3,7 @@
     <inputFiles>
         <!--<fileRegExp baseDir="./../data/mc/v3/pair_filter_ideal_readout/" >pairs.*twotrkfilt.*</fileRegExp>-->
         <!--<fileRegExp baseDir="./../data/mc/v3/pair_filter/" >hps.*1351.*evio.*</fileRegExp>-->
-        <fileRegExp baseDir="./../data/mc/v3/pair_filter/pairs_2trkfilter/" >pairs.*filt.*recon.*</fileRegExp>
+        <!--<fileRegExp baseDir="./../data/mc/v3/pair_filter/pairs_2trkfilter/" >pairs.*filt.*recon.*</fileRegExp>-->
         <!--<fileRegExp baseDir="./../data/mc/v3/pair_filter/pairs_2trkfilter_old/" >pairs.*filt.*recon.*</fileRegExp>-->
         <!--<fileRegExp baseDir="./../data/mc/v3/" >egs.*filt.*recon.*</fileRegExp>-->
         <!--<fileRegExp baseDir="./../data/mc/SVT-CF" >.*</fileRegExp>-->
@@ -24,7 +24,7 @@
         <driver name="TrackerReconDriver"/>
         <driver name="EcalRawConverter" />
         <driver name="EcalClusterer" />
-<!--    <driver name="TrackingReconstructionPlots"/> -->
+<!--    <driver name="TrackingReconstructionPlots"/>-->
 <!--    <driver name="MCParticlePlots"/> -->
 <!--    <driver name="TruthMomentumAnalysis"/> -->
 <!--        <driver name="HelicalTrackHitResidualsDriver"/> -->
@@ -40,8 +40,9 @@
         <driver name="TwoTrackAnalysis" 
                 type="org.lcsim.hps.users.phansson.TwoTrackAnlysis">
                 <debug>false</debug>
-                <hideFrame>true</hideFrame>
+                <hideFrame>false</hideFrame>
                 <outputPlotFileName></outputPlotFileName>
+                <trackCollectionName>MatchedTracks</trackCollectionName>
 	</driver>
         <driver name="TruthMomentumAnalysis" 
                 type="org.lcsim.hps.users.phansson.TruthMomentumResolutionDriver">
@@ -50,7 +51,7 @@
          </driver>
          <driver name="MCParticlePlots" type="org.lcsim.hps.analysis.ecal.HPSMCParticlePlotsDriver" />
      	<driver name="TrackingReconstructionPlots" type="org.lcsim.hps.monitoring.svt.TrackingReconstructionPlots">
-                <outputPlots>trackingPlots.aida</outputPlots>
+                <outputPlots></outputPlots>
         </driver>
         <driver name="CleanupDriver" 
                 type="org.lcsim.recon.tracking.digitization.sisim.config.ReadoutCleanupDriver">
@@ -60,15 +61,13 @@
             <debug>false</debug>
             <hideFrame>false</hideFrame>
         </driver>
-
         
 
 
 
         
         <driver name="CalibrationDriver" type="org.lcsim.hps.monitoring.CalibrationDriver">
-                <!--<runNumber>-10</runNumber>-->
-                <runNumber>1351</runNumber>
+                <runNumber>${runNumber}</runNumber>
         </driver>
         <driver name="EventMarkerDriver"
                 type="org.lcsim.job.EventMarkerDriver">
@@ -84,14 +83,14 @@
                 type="org.lcsim.hps.recon.tracking.HelicalTrackHitDriver">
             <debug>false</debug>
             <layerGeometryType>Common</layerGeometryType>
-            <maxSeperation>20.0</maxSeperation>
-            <tolerance>1.0</tolerance>
+            <epsParallel>0.01</epsParallel>
         </driver>        
         <driver name="TrackerReconDriver"
                 type="org.lcsim.hps.recon.tracking.TrackerReconDriver">
             <debug>false</debug>
             <includeMS>true</includeMS>
             <strategyResource>/org/lcsim/hps/recon/tracking/strategies/HPS-TestRun-v2-357.xml</strategyResource>
+            <trackCollectionName>MatchedTracks</trackCollectionName>
         </driver>        
         <driver name="EcalRawConverter" type="org.lcsim.hps.recon.ecal.EcalRawConverterDriver">
             <ecalCollectionName>EcalCalHits</ecalCollectionName>
@@ -114,19 +113,6 @@
             <outputCollection>EcalFilteredHits</outputCollection>
         </driver>
 
-        <driver name="EcalCTPClusterer"
-                        type="org.lcsim.hps.recon.ecal.CTPEcalClusterer">
-            <ecalName>Ecal</ecalName>
-            <clusterWindow>32.0</clusterWindow>
-            <ecalCollectionName>EcalFilteredHits</ecalCollectionName>
-        </driver>
-
-        <driver name="EcalTrigger"
-                        type="org.lcsim.hps.readout.ecal.TestRunTriggerDriver">
-            <clusterCollectionName>EcalClusters</clusterCollectionName>
-            <deadTime>10</deadTime>
-        </driver>	
-
 
     </drivers>   
 </lcsim>
\ No newline at end of file
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