Print

Print


Commit in hps-java/src/main/resources/org/lcsim/hps/steering on MAIN
HPSWriteRawDataFromMC.lcsim+45added 1.1
steering file to write out LCIO raw data objects from MC data

hps-java/src/main/resources/org/lcsim/hps/steering
HPSWriteRawDataFromMC.lcsim added at 1.1
diff -N HPSWriteRawDataFromMC.lcsim
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ HPSWriteRawDataFromMC.lcsim	22 Mar 2012 21:10:26 -0000	1.1
@@ -0,0 +1,45 @@
+<lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" 
+       xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
+       
+    <inputFiles>
+        <file>${inputFile}.slcio</file>
+    </inputFiles>
+    
+    <control>
+        <numberOfEvents>-1</numberOfEvents>
+        <printInputFiles>true</printInputFiles>
+        <printDriversDetailed>true</printDriversDetailed>
+    </control>
+    
+    <execute>
+        <driver name="SVTSetupDriver"/>
+        <driver name="TrackerDigiDriver"/>
+        <driver name="EcalReadout"/>
+        <driver name="LCIOWriter"/>
+    </execute>
+    
+    <drivers>
+
+        <driver name="SVTSetupDriver"
+                type="org.lcsim.hps.recon.tracking.HPSSVTSensorSetup">   
+        </driver>
+
+        <driver name="TrackerDigiDriver"
+                type="org.lcsim.hps.recon.tracking.TrackerDigiDriver"/>
+
+        <driver name="EcalReadout"
+                type="org.lcsim.hps.recon.ecal.HPSEcalConverterAtoDDriver">
+            <ecalName>Ecal</ecalName>
+            <ecalCollectionName>EcalHits</ecalCollectionName>
+            <rawCollectionName>EcalRawHits</rawCollectionName>
+            <scale>0.08</scale>
+        </driver>
+                
+        <driver name="LCIOWriter"
+                type="org.lcsim.util.loop.LCIODriver">
+            <outputFilePath>${inputFile}_rawData</outputFilePath>
+            <writeOnlyCollections>EcalRawHits RawTrackerHitMaker_RawTrackerHits</writeOnlyCollections>
+        </driver>
+                                                                    
+    </drivers>
+</lcsim>
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