[Hps-analysis] Skimming events from LCIO files
Graf, Norman A.
ngraf at slac.stanford.edu
Thu Sep 22 17:20:33 EDT 2016
Hello All,
I've released a utility Driver which will allow you to skim events of interest from the recon output files. The input is a plain text file with the following format:
RunNumber EventNumber
Here's an example steering file showing how to use it.
Please let me know if you have any questions or encounter any difficulties using it.
Norman
<lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
<control>
<printInputFiles>true</printInputFiles>
<printDriversDetailed>true</printDriversDetailed>
</control>
<execute>
<driver name="EventMarkerDriver"/>
<driver name="LCIOSkimmer"/>
<driver name="LCIOWriter"/>
</execute>
<drivers>
<driver name="EventMarkerDriver"
type="org.lcsim.job.EventMarkerDriver">
<eventInterval>1000</eventInterval>
</driver>
<driver name="LCIOSkimmer"
type="org.hps.recon.filtering.LcioEventSkimmer">
<runAndEventsToStripFileName>eventsToSkim.txt</runAndEventsToStripFileName>
<debug>true</debug>
</driver>
<driver name="LCIOWriter"
type="org.lcsim.util.loop.LCIODriver">
<outputFilePath>${outputFile}</outputFilePath>
</driver>
</drivers>
</lcsim>
More information about the Hps-analysis
mailing list