Print

Print


Commit in hps-java/src/main/resources/org/lcsim/hps/steering on MAIN
MPAlignment.lcsim-1831.6 removed
MultScatAna.lcsim-1191.11 removed
TwoTrackAnalysis.lcsim-1161.7 removed
-418
3 removed files
Removed steering files

hps-java/src/main/resources/org/lcsim/hps/steering
MPAlignment.lcsim removed after 1.6
diff -N MPAlignment.lcsim
--- MPAlignment.lcsim	1 Mar 2013 01:15:01 -0000	1.6
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,183 +0,0 @@
-<lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" 
-       xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
-    <inputFiles>
-        <!--<fileRegExp baseDir="./../data/mc/v3" >egs.*filt.*recon.*</fileRegExp>-->
-        <!--<fileRegExp baseDir="./../data/mc/SVT-CF" >.*</fileRegExp>-->
-        <!--<fileRegExp baseDir="./../data/mc/SVT-CF-THINSI" >.*</fileRegExp>-->
-    </inputFiles>
-    <control>
-        <numberOfEvents>1000</numberOfEvents>
-        <printInputFiles>true</printInputFiles>
-        <printDriversDetailed>true</printDriversDetailed>
-    </control>    
-    <execute>
-        <driver name="EventMarkerDriver"/>
-        <driver name="CalibrationDriver"/>
-        <driver name="RawTrackerHitSensorSetup"/> 
-        <driver name="RawTrackerHitFitterDriver" />
-        <driver name="TrackerHitDriver"/>
-        <driver name="HelicalTrackHitDriver"/>
-        <driver name="TrackerReconDriver"/>
-        <driver name="EcalRawConverter" />
-        <driver name="EcalClusterer" />
-<!--    <driver name="TrackingReconstructionPlots"/> -->
-<!--    <driver name="MCParticlePlots"/> -->
-<!--    <driver name="TruthMomentumAnalysis"/> -->
-        <driver name="HelicalTrackHitResidualsDriver"/>
-        <driver name="MPAlignment"/> 
-<!--    <driver name="LCIOWriter"/> -->
-        <driver name="CleanupDriver"/>
-
-
-    </execute>    
-
-    <drivers>
-        <driver name="MPAlignment" 
-                type="org.lcsim.hps.users.phansson.RunMPAlignment">
-                <residualLimitFileName>/Users/phansson/work/HPS/software/reco/hps-java/src/main/java/org/lcsim/hps/users/phansson/residualLimits.txt</residualLimitFileName>
-                <debug>true</debug>
-                <hideFrame>false</hideFrame>
-                <milleFile>${milleFile}</milleFile>
-                <outputPlotFileName></outputPlotFileName>
-	</driver>
-        <driver name="TruthMomentumAnalysis" 
-                type="org.lcsim.hps.users.phansson.TruthMomentumResolutionDriver">
-                <hideFrame>false</hideFrame>
-                <debug>false</debug>
-         </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>
-        </driver>
-        <driver name="CleanupDriver" 
-                type="org.lcsim.recon.tracking.digitization.sisim.config.ReadoutCleanupDriver">
-                <collectionNames>TrackerHits SVTRawTrackerHits  SVTFittedRawTrackerHits</collectionNames>
-        </driver>
-        <driver name="HelicalTrackHitResidualsDriver" type="org.lcsim.hps.recon.tracking.HelicalTrackHitResidualsDriver">
-            <debug>false</debug>
-            <hideFrame>false</hideFrame>
-        </driver>
-
-        
-
-
-
-        
-        <driver name="CalibrationDriver" type="org.lcsim.hps.monitoring.CalibrationDriver">
-                <runNumber>1351</runNumber>
-        </driver>
-        <driver name="EventMarkerDriver"
-                type="org.lcsim.job.EventMarkerDriver">
-            <eventInterval>1000</eventInterval>
-        </driver>        
-        <driver name="RawTrackerHitSensorSetup" type="org.lcsim.recon.tracking.digitization.sisim.config.RawTrackerHitSensorSetup"/>
-        <driver name="RawTrackerHitFitterDriver" type="org.lcsim.hps.recon.tracking.HPSRawTrackerHitFitterDriver">
-            <fitAlgorithm>Analytic</fitAlgorithm>
-            <correctT0Shift>true</correctT0Shift>
-        </driver>
-        <driver name="TrackerHitDriver" type="org.lcsim.hps.users.mgraham.DataTrackerHitDriver" />        
-        <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">
-            <debug>false</debug>
-            <includeMS>true</includeMS>
-            <strategyResource>/org/lcsim/hps/recon/tracking/strategies/HPS-TestRun-v2-357.xml</strategyResource>
-        </driver>        
-        <driver name="EcalRawConverter" type="org.lcsim.hps.recon.ecal.EcalRawConverterDriver">
-            <ecalCollectionName>EcalCalHits</ecalCollectionName>
-        </driver>
-        <driver name="EcalClusterer" type="org.lcsim.hps.recon.ecal.EcalClusterer">
-            <ecalName>Ecal</ecalName>
-            <ecalCollectionName>EcalCalHits</ecalCollectionName>
-        </driver>
-        <driver name="LCIOWriter"
-                type="org.lcsim.util.loop.LCIODriver">
-            <outputFilePath>/Users/phansson/work/HPS/software/reco/run/hps_recon.slcio</outputFilePath>
-        </driver>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-        <driver name="EcalReadout"
-                        type="org.lcsim.hps.recon.ecal.HPSEcalFADCReadoutDriver">
-            <readoutPeriod>4.0</readoutPeriod>
-            <coincidenceWindow>2</coincidenceWindow>
-            <ecalName>Ecal</ecalName>
-            <ecalCollectionName>EcalHits</ecalCollectionName>
-            <ecalRawCollectionName>EcalRawHits</ecalRawCollectionName>
-            <triggerThreshold>80</triggerThreshold>
-            <readoutThreshold>50</readoutThreshold>
-        </driver>
-
-        <driver name="EcalConverter"
-                        type="org.lcsim.hps.recon.ecal.HPSEcalConverterDriver">
-            <rawCollectionName>EcalRawHits</rawCollectionName>
-            <ecalCollectionName>EcalCorrectedHits</ecalCollectionName>
-            <scale>1</scale>
-        </driver>	
-        
-        <driver name="EcalTriggerFilter" type="org.lcsim.hps.recon.ecal.HPSEcalTriggerFilterDriver">
-            <inputCollection>EcalCorrectedHits</inputCollection>
-            <outputCollection>EcalFilteredHits</outputCollection>
-        </driver>
-
-        <driver name="EcalCTPClusterer"
-                        type="org.lcsim.hps.recon.ecal.HPSEcalCTPClusterer">
-            <ecalName>Ecal</ecalName>
-            <clusterWindow>32.0</clusterWindow>
-            <ecalCollectionName>EcalFilteredHits</ecalCollectionName>
-        </driver>
-
-        <driver name="EcalTrigger"
-                        type="org.lcsim.hps.recon.ecal.TestRunTriggerDriver">
-            <clusterCollectionName>EcalClusters</clusterCollectionName>
-            <deadTime>10</deadTime>
-        </driver>	
-        <driver name="SimpleSVTReadout" type="org.lcsim.hps.recon.tracking.SimpleSvtReadout">
-        </driver>
-
-        <driver name="SVTReadout" type="org.lcsim.hps.recon.tracking.apv25.SvtReadout">
-            <debug>false</debug>
-            <pedestalRun>false</pedestalRun>
-            <triggerLatencyTime>288</triggerLatencyTime>
-        </driver>
-        
-        <driver name="Digitization" type="org.lcsim.hps.recon.tracking.RearTransitionModule" />
-
-        <driver name="DataProcessing" type="org.lcsim.hps.recon.tracking.TestRunDataProcessingModule" >
-            <enablePileUpCut>true</enablePileUpCut>
-            <enableThresholdCut>true</enableThresholdCut>
-            <noiseThreshold>2</noiseThreshold>
-            <numberOfSamplesAboveThreshold>3</numberOfSamplesAboveThreshold>
-            <numberOfSamplesToReadOut>6</numberOfSamplesToReadOut>
-        </driver>
-
-        <driver name="ClockDriver"
-                        type="org.lcsim.hps.util.ClockDriver">
-        </driver>
-
-        <driver name="TestRunReconToLcio" type="org.lcsim.hps.evio.TestRunTriggeredReconToLcio">
-            <!--<outputFile>${outputFile}</outputFile>-->
-        </driver>
-
-
-    </drivers>   
-</lcsim>
\ No newline at end of file

hps-java/src/main/resources/org/lcsim/hps/steering
MultScatAna.lcsim removed after 1.11
diff -N MultScatAna.lcsim
--- MultScatAna.lcsim	1 Mar 2013 01:15:01 -0000	1.11
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,119 +0,0 @@
-<lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" 
-       xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">       
-    <control>
-        <numberOfEvents>-1</numberOfEvents>
-        <printInputFiles>true</printInputFiles>
-        <printDriversDetailed>true</printDriversDetailed>
-    </control>    
-    <execute>
-        
-        <driver name="EventMarkerDriver"/>
-        <driver name="CalibrationDriver"/>
-
-<!--
-        <driver name="RawTrackerHitSensorSetup"/>
-        <driver name="RawTrackerHitFitterDriver" />
-        <driver name="TrackerHitDriver"/>
-        <driver name="HelicalTrackHitDriver"/>
-        <driver name="TrackerReconDriver"/>
--->
-        <driver name="EcalRawConverter" />
-        <driver name="EcalClusterer" />
-
-<!--
-        <driver name="SVTOccupancyPlots"/>
-        <driver name="EcalMonitoringPlots"/>
-        <driver name="TrackingReconstructionPlots"/>
-        <driver name="MultScatAnaDriver"/>
-        <driver name="GainCalibrationDriver"/>    
--->
-        <driver name="TrigRateDriver"/> 
-<!--
-        <driver name="CleanupDriver"/>
-        <driver name="LCIOWriter"/>
--->
-    </execute>    
-    <drivers>
-
-
-        <driver name="MultScatAnaDriver"
-		type="org.lcsim.hps.users.phansson.MultScatAnalysis">
-                <debug>false</debug>
-		<outputPlotFileName>multscatana.aida</outputPlotFileName>
-	</driver>
-
-        <driver name="TrigRateDriver"
-		type="org.lcsim.hps.users.phansson.TrigRateDriver">
-                <debug>false</debug>
-                <hideFrame>false</hideFrame>
-		<outputPlotFileName>/Users/phansson/work/HPS/software/reco/run/trigratefile.aida</outputPlotFileName>
-	</driver>
-
-<!--        <driver name="GainCalibrationDriver"
-		type="org.lcsim.hps.recon.ecal.GainCalibrationDriver">
-                <debug>false</debug>
-                <hideFrame>true</hideFrame>
-		<outputPlotFileName>gaincalib.aida</outputPlotFileName>
-                <ecalGainFileName></ecalGainFileName>
-                <ecalGainCalibCorrFileName>gaincalibout.txt</ecalGainCalibCorrFileName>
-	</driver>-->
-        <driver name="EcalDaqPlots" type="org.lcsim.hps.monitoring.ecal.EcalDaqPlots">
-        </driver>
-        <driver name="CleanupDriver" 
-                type="org.lcsim.recon.tracking.digitization.sisim.config.ReadoutCleanupDriver">
-                <collectionNames>TrackerHits SVTRawTrackerHits  SVTFittedRawTrackerHits</collectionNames>
-         </driver>
-        <driver name="EcalMonitoringPlots" type="org.lcsim.hps.monitoring.ecal.EcalMonitoringPlots"/>
-        <driver name="SVTOccupancyPlots" type="org.lcsim.hps.monitoring.svt.SensorOccupancyPlotsDriver">
-            <rawTrackerHitCollectionName>SVTRawTrackerHits</rawTrackerHitCollectionName>
-            <eventRefreshRate>1</eventRefreshRate>
-        </driver>
-        <driver name="TrackingReconstructionPlots" type="org.lcsim.hps.monitoring.svt.TrackingReconstructionPlots">
-                <outputPlots>trackingPlots.aida</outputPlots>
-        </driver>   
-        
-
-
-
-
-
-
-
-        <driver name="CalibrationDriver" type="org.lcsim.hps.monitoring.CalibrationDriver">
-            <runNumber>1351</runNumber>
-        </driver>
-        <driver name="EventMarkerDriver"
-                type="org.lcsim.job.EventMarkerDriver">
-            <eventInterval>100</eventInterval>
-        </driver>        
-        <driver name="RawTrackerHitSensorSetup" type="org.lcsim.recon.tracking.digitization.sisim.config.RawTrackerHitSensorSetup"/>
-        <driver name="RawTrackerHitFitterDriver" type="org.lcsim.hps.recon.tracking.HPSRawTrackerHitFitterDriver">
-            <fitAlgorithm>Analytic</fitAlgorithm>
-            <correctT0Shift>true</correctT0Shift>
-        </driver>
-        <driver name="TrackerHitDriver" type="org.lcsim.hps.users.mgraham.DataTrackerHitDriver" />   
-        <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">
-            <debug>false</debug>
-            <strategyResource>/org/lcsim/hps/recon/tracking/strategies/HPS-TestRun-v2-357.xml</strategyResource>
-        </driver>        
-        <driver name="EcalRawConverter" type="org.lcsim.hps.recon.ecal.EcalRawConverterDriver">
-            <ecalCollectionName>EcalCalHits</ecalCollectionName>
-        </driver>
-        <driver name="EcalClusterer" type="org.lcsim.hps.recon.ecal.EcalClusterer">
-            <ecalName>Ecal</ecalName>
-            <ecalCollectionName>EcalCalHits</ecalCollectionName>
-        </driver>
-        <driver name="LCIOWriter"
-                type="org.lcsim.util.loop.LCIODriver">
-            <outputFilePath>/Users/phansson/work/HPS/software/reco/run/hps_recon.slcio</outputFilePath>
-        </driver>
-    </drivers>
-</lcsim>

hps-java/src/main/resources/org/lcsim/hps/steering
TwoTrackAnalysis.lcsim removed after 1.7
diff -N TwoTrackAnalysis.lcsim
--- TwoTrackAnalysis.lcsim	14 Mar 2013 03:05:13 -0000	1.7
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,116 +0,0 @@
-<lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" 
-       xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
-    <inputFiles>
-        <!--<fileRegExp baseDir="./../data/1.6-snapshot/" >hps.*1354.*evio\.1.*twotrkfilt.*slcio</fileRegExp>-->
-        <!--<fileRegExp baseDir="./../data/1.6-snapshot/" >hps.*1353.*evio\.0.*twotrkfilt.*slcio</fileRegExp>-->
-        <!--<fileRegExp baseDir="./../data/mc/v3/pair_filter-snapshot-1.6/">pairs_0.0018x0_filt_.*twotrkfilt.*slcio</fileRegExp>-->
-        <!--<fileRegExp baseDir="./../data/mc/v3/pair_filter-snapshot-1.6/">pairs_0.0045x0_filt_.*twotrkfilt.*slcio</fileRegExp>-->
-        <!--<fileRegExp baseDir="./../data/mc/v3/pair_filter-snapshot-1.6/">pairs_0.016x0_filt_.*twotrkfilt.*slcio</fileRegExp>-->
-        <!--<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_old/" >pairs.*filt.*recon.*</fileRegExp>-->
-        <!--<fileRegExp baseDir="./../data/mc/v3/" >egs.*filt.*recon.*</fileRegExp>-->
-    </inputFiles>
-    <control>
-        <numberOfEvents>-1</numberOfEvents>
-        <printInputFiles>true</printInputFiles>
-        <printDriversDetailed>true</printDriversDetailed>
-    </control>    
-    <execute>
-        <driver name="EventMarkerDriver"/>
-        <driver name="CalibrationDriver"/>
-        <driver name="RawTrackerHitSensorSetup"/> 
-        <driver name="RawTrackerHitFitterDriver" />
-        <driver name="TrackerHitDriver"/>
-        <driver name="HelicalTrackHitDriver"/>
-        <driver name="TrackerReconDriver"/>
-        <driver name="EcalRawConverter" />
-        <driver name="EcalClusterer" />
-<!--    <driver name="TrackingReconstructionPlots"/>-->
-<!--    <driver name="MCParticlePlots"/> -->
-<!--    <driver name="TruthMomentumAnalysis"/> -->
-<!--        <driver name="HelicalTrackHitResidualsDriver"/> -->
-<!--    <driver name="LCIOWriter"/> -->
-        <driver name="TwoTrackAnalysis"/>
-
-
-
-    </execute>    
-
-    <drivers>
-        <driver name="TwoTrackAnalysis" 
-                type="org.lcsim.hps.users.phansson.TwoTrackAnlysis">
-                <debug>false</debug>
-                <hideFrame>false</hideFrame>
-                <outputPlotFileName></outputPlotFileName>
-                <outputNameTextTuple>${outputFile}</outputNameTextTuple>
-                <trackCollectionName>MatchedTracks</trackCollectionName>
-	</driver>
-        <driver name="TruthMomentumAnalysis" 
-                type="org.lcsim.hps.users.phansson.TruthMomentumResolutionDriver">
-                <hideFrame>false</hideFrame>
-                <debug>false</debug>
-         </driver>
-         <driver name="MCParticlePlots" type="org.lcsim.hps.analysis.ecal.HPSMCParticlePlotsDriver" />
-     	<driver name="TrackingReconstructionPlots" type="org.lcsim.hps.monitoring.svt.TrackingReconstructionPlots">
-                <outputPlots></outputPlots>
-        </driver>
-        <driver name="HelicalTrackHitResidualsDriver" type="org.lcsim.hps.recon.tracking.HelicalTrackHitResidualsDriver">
-            <debug>false</debug>
-            <hideFrame>false</hideFrame>
-        </driver>
-        
-
-
-
-
-
-
-
-
-        <driver name="CalibrationDriver" type="org.lcsim.hps.monitoring.CalibrationDriver">
-                <runNumber>${runNumber}</runNumber>
-        </driver>
-        <driver name="EventMarkerDriver"
-                type="org.lcsim.job.EventMarkerDriver">
-            <eventInterval>1000</eventInterval>
-        </driver>        
-        <driver name="RawTrackerHitSensorSetup" type="org.lcsim.recon.tracking.digitization.sisim.config.RawTrackerHitSensorSetup"/>
-        <driver name="RawTrackerHitFitterDriver" type="org.lcsim.hps.recon.tracking.HPSRawTrackerHitFitterDriver">
-            <fitAlgorithm>Analytic</fitAlgorithm>
-            <correctT0Shift>true</correctT0Shift>
-        </driver>
-        <driver name="TrackerHitDriver" type="org.lcsim.hps.users.mgraham.DataTrackerHitDriver" />     
-        <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">
-            <debug>false</debug>
-            <!--<strategyResource>/org/lcsim/hps/recon/tracking/strategies/HPS-TestRun-v2-357.xml</strategyResource>-->
-        </driver>        
-        <driver name="EcalRawConverter" type="org.lcsim.hps.recon.ecal.EcalRawConverterDriver">
-            <ecalCollectionName>EcalCalHits</ecalCollectionName>
-        </driver>
-        <driver name="EcalClusterer" type="org.lcsim.hps.recon.ecal.EcalClusterer">
-            <ecalName>Ecal</ecalName>
-            <ecalCollectionName>EcalCalHits</ecalCollectionName>
-        </driver>
-        <driver name="LCIOWriter"
-             type="org.lcsim.util.loop.LCIODriver">
-                 <!--<outputFilePath>${outputFile}.slcio</outputFilePath>-->
-        </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