Attachment 'EUDAQTemperature.xml'
Download 1 <?xml version="1.0" encoding="us-ascii"?>
2 <!-- ?xml-stylesheet type="text/xsl" href="http://ilcsoft.desy.de/marlin/marlin.xsl"? -->
3 <!-- ?xml-stylesheet type="text/xsl" href="marlin.xsl"? -->
4
5 <!--##########################################
6 # #
7 # Example steering file for marlin #
8 # #
9 ##########################################-->
10
11
12 <marlin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ilcsoft.desy.de/marlin/marlin.xsd">
13 <execute>
14 <processor name="ProgressHandler"/>
15 <processor name="MyTempRootTreeGenerator"/>
16 </execute>
17
18 <global>
19 <parameter name="LCIOInputFiles">
20 /nfs/dust/ilc/group/flchcal/AHCAL_Testbeam_EUDAQ_2015_August/Pions/120GeV/Run_30001__12p08p2015__19p41p53.slcio
21 </parameter>
22 <!-- limit the number of processed records (run+evt): -->
23 <parameter name="MaxRecordNumber" value="0" />
24 <parameter name="SkipNEvents" value="0" />
25 <parameter name="SupressCheck" value="false" />
26 <parameter name="Verbosity" options="DEBUG0-4,MESSAGE0-4,WARNING0-4,ERROR0-4,SILENT"> SILENT </parameter>
27 </global>
28
29 <processor name="ProgressHandler" type="ProgressHandler">
30 <!--Report event/run numbers at fixed time intervals, and handle SIGINT (Ctrl-C) for a graceful exit.-->
31 <!--The number of seconds after which the number of processed events will be shown.-->
32 <parameter name="ReportInterval" type="int" value="20"/>
33 </processor>
34
35 <!-- Write root file containing raw data -->
36 <processor name="MyTempRootTreeGenerator" type="TempRootTreeGenerator">
37 <!--Processor to generate root tree for T0 currently-->
38 <!--Name of the input collection of Labview raw data-->
39 <parameter name="InputCollectionName" type="string"> TempSensor </parameter>
40 <!--Name of the Branch-->
41 <parameter name="BranchPrefix" type="string"> </parameter>
42 <!--Name of the output root file-->
43 <parameter name="OutputRootFileName" type="string"> /nfs/dust/ilc/user/airqui/TestBeamAugust2015/TemperatureReading/rootfiles/Pions/120GeV/Temp_Run_30001__12p08p2015__19p41p53.root
44 </parameter>
45 <!--verbosity level of this processor
46 ("DEBUG0-4,MESSAGE0-4,WARNING0-4,ERROR0-4,SILENT")-->
47 <parameter name="Verbosity" type="string"> SILENT </parameter>
48 </processor>
49
50
51 </marlin>
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.