Attachment 'steering_Pion_SPSJuly.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 <!-- Loading shared library : /afs/desy.de/user/h/huonglan/RunMarlin/myInstall/lib/libuserlib.so.6.5.1 (libuserlib.so)-->
6 <!-- Loading shared library : /afs/desy.de/user/h/huonglan/RunMarlin/myInstall/lib/liblabview2lcio.so.1.0.0 (liblabview2lcio.so)-->
7
8 <!--##########################################
9 # #
10 # Example steering file for marlin #
11 # #
12 ##########################################-->
13
14
15 <marlin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ilcsoft.desy.de/marlin/marlin.xsd">
16 <execute>
17 <processor name="EUDAQEventBuilder"/>
18 <processor name="ProgressHandler"/>
19 <processor name="GeoConditions"/>
20 <processor name="Ahc2MappingProcessor"/>
21 <processor name="Ahc2CellDescriptionProcessor"/>
22 <processor name="Ahc2CalibrationsProcessor"/>
23 <processor name="Ahc2CalibrateProcessorHCAL"/>
24 <processor name="Ahc2CalibrateProcessorECAL"/>
25 <processor name="MyLCIOOutputProcessor"/>
26 </execute>
27
28 <global>
29 <parameter name="LCIOInputFiles">
30 /pnfs/desy.de/calice/tb-cern/native/desyAhcal2015/AHCAL_Testbeam_Raw_July_2015/Pions/ENERGYGeV/EUDAQ/FILENAME.slcio
31 </parameter>
32 <!-- limit the number of processed records (run+evt): -->
33 <parameter name="MaxRecordNumber" value="0" />
34 <parameter name="SkipNEvents" value="0" />
35 <parameter name="SupressCheck" value="false" />
36 <parameter name="Verbosity" options="DEBUG0-4,MESSAGE0-4,WARNING0-4,ERROR0-4,SILENT"> ERROR </parameter>
37 </global>
38
39 <processor name="MyLCIOOutputProcessor" type="LCIOOutputProcessor">
40 <!--Writes the current event to the specified LCIO outputfile. Needs to be the last ActiveProcessor.-->
41 <!--drops the named collections from the event-->
42 <parameter name="DropCollectionNames" type="StringVec"> EUDAQDataECAL EUDAQDataHCAL </parameter>
43 <!--drops all collections of the given type from the event-->
44 <!--parameter name="DropCollectionTypes" type="StringVec"> </parameter-->
45 <!-- write complete objects in subset collections to the file (i.e. ignore subset flag)-->
46 <!--parameter name="FullSubsetCollections" type="StringVec"> </parameter-->
47 <!--force keep of the named collections - overrules DropCollectionTypes (and DropCollectionNames)-->
48 <parameter name="KeepCollectionNames" type="StringVec"> TemperatureSensor </parameter>
49 <!-- name of output file -->
50 <parameter name="LCIOOutputFile" type="string">
51 /nfs/dust/ilc/user/ebrianne/AHCAL_TestbeamJuly2015/Pions/FILENAME.slcio
52 </parameter>
53 <!--write mode for output file: WRITE_APPEND or WRITE_NEW-->
54 <parameter name="LCIOWriteMode" type="string"> WRITE_NEW </parameter>
55 <!--will split output file if size in kB exceeds given value - doesn't work with APPEND and NEW-->
56 <!--parameter name="SplitFileSizekB" type="int">1992294 </parameter-->
57 <!--verbosity level of this processor ("DEBUG0-4,MESSAGE0-4,WARNING0-4,ERROR0-4,SILENT")-->
58 <!--parameter name="Verbosity" type="string"> SILENT </parameter-->
59 </processor>
60
61 <processor name="EUDAQEventBuilder" type="EUDAQEventBuilder">
62 <parameter name="DetectorType" type="string"> ScCAL </parameter>
63 <!--INPUT COLLECTIONS-->
64 <!--Name of the input collection of EUDAQ lcio raw data-->
65 <parameter name="InputCollectionName" type="string"> EUDAQDataScCAL </parameter>
66 <!--Name of the input collection of EUDAQ temperature sensor data-->
67 <parameter name="InputCollectionNameTemp" type="string"> TempSensor </parameter>
68 <!--OUTPUT COLLECTIONS-->
69 <!--Name of the output collection of EUDAQ lcio ECAL data-->
70 <parameter name="OutputCollectionNameECAL" type="string"> EUDAQDataECAL </parameter>
71 <!--Name of the output collection of EUDAQ lcio HCAL data-->
72 <parameter name="OutputCollectionNameHCAL" type="string"> EUDAQDataHCAL </parameter>
73 <!--verbosity level of this processor ("DEBUG0-4,MESSAGE0-4,WARNING0-4,ERROR0-4,SILENT")-->
74 <!--parameter name="Verbosity" type="string">DEBUG </parameter-->
75 </processor>
76
77 <processor name="ProgressHandler" type="ProgressHandler">
78 <!--Report event/run numbers at fixed time intervals, and handle SIGINT (Ctrl-C) for a graceful exit.-->
79 <!--The number of seconds after which the number of processed events will be shown.-->
80 <parameter name="ReportInterval" type="int" value="20"/>
81 </processor>
82
83
84 <processor name="GeoConditions" type="ConditionsProcessor">
85 <parameter name="DBInit" type="string" value="flccaldb02.desy.de:calice:caliceon:Delice.1:3306"/>
86 <parameter name="DBCondHandler" type="StringVec">
87 Ahc2ModuleDescription /cd_calice_cernSPS2015/TestbeamJuly2015/ModuleDescription HEAD
88 Ahc2ModuleConnection /cd_calice_cernSPS2015/TestbeamJuly2015/ModuleConnection HEAD
89 Ahc2ModuleLocationReference /cd_calice_cernSPS2015/TestbeamJuly2015/ModuleLocationReference HEAD
90 Ahc2DetectorTransformation /cd_calice_cernSPS2015/TestbeamJuly2015/DetectorTransformation HEAD
91 Ahc2HardwareConnection /cd_calice_cernSPS2015/TestbeamJuly2015/Ahc2HardwareConnection HEAD
92 E4DPedestal /cd_calice_cernSPS2015/TestbeamJuly2015/Pedestal ahc2_pedestal_010
93 E4DGainConstants /cd_calice_cernSPS2015/TestbeamJuly2015/gain_constants ahc2_gain_constants_004
94 E4DGainSlopes /cd_calice_cernSPS2015/TestbeamJuly2015/gain_slopes ahc2_gain_slopes_003
95 E4DMipConstants /cd_calice_cernSPS2015/TestbeamJuly2015/mip_constants ahc2_mip_constants_008
96 E4DMipSlopes /cd_calice_cernSPS2015/TestbeamJuly2015/mip_slopes ahc2_mip_slopes_006
97 E4DDeadCellMap /cd_calice_cernSPS2015/TestbeamJuly2015/DeadCellMap ahc2_DeadCells_014
98 E4DSaturationParameters /cd_calice_cernSPS2015/TestbeamJuly2015/SaturationParameters ahc2_Sat_001
99 E4DIntercalibration /cd_calice_cernSPS2015/TestbeamJuly2015/Intercalibration ahc2_IC_003
100 E4DPhysicsCalibIntercalibration /cd_calice_cernSPS2015/TestbeamJuly2015/PhysicsCalibIntercalibration ahc2_PhysicsCalibIC_002
101 </parameter>
102 </processor>
103
104 <processor name="Ahc2MappingProcessor" type="MappingProcessor">
105 <!--Processor that provides a CALICE Mapping object from conditions data-->
106 <!--Name of the ModuleConnection collection-->
107 <parameter name="ModuleConnection" type="string" lcioInType="LCGenericObject"> Ahc2ModuleConnection </parameter>
108 <!--Name of the ModuleDescription collection-->
109 <parameter name="ModuleDescription" type="string" lcioInType="LCGenericObject"> Ahc2ModuleDescription </parameter>
110 <!--Type name of the mapper instance. Currently valid identifiers are: AHC,AHC2-->
111 <parameter name="MapperType" type="string" value="AHC2"/>
112 </processor>
113
114 <processor name="Ahc2CellDescriptionProcessor" type="CellDescriptionProcessor">
115 <!--Processor that provides a MappedContainer of CALICE CellDescription objects from conditions data-->
116
117 <!--name of MappingProcessor which takes care of the mapping-->
118 <parameter name="MappingProcessorName" type="string"> Ahc2MappingProcessor </parameter>
119
120 <!--Name of the DetectorTransformation collection-->
121 <parameter name="DetectorTransformation" type="string" lcioInType="LCGenericObject"> Ahc2DetectorTransformation </parameter>
122 <!--Name of the ModuleConnection collection-->
123 <parameter name="ModuleConnection" type="string" lcioInType="LCGenericObject"> Ahc2ModuleConnection </parameter>
124 <!--Name of the ModuleDescription collection-->
125 <parameter name="ModuleDescription" type="string" lcioInType="LCGenericObject"> Ahc2ModuleDescription </parameter>
126 <!--Name of the ModuleLocation collection-->
127 <parameter name="ModuleLocation" type="string" lcioInType="LCGenericObject"> Ahc2ModuleLocationReference </parameter>
128 </processor>
129
130 <processor name="Ahc2CalibrationsProcessor" type="Ahc2CalibrationsProcessor">
131 <!--Processor that provides a MappedContainer of SiPMCalibrations objects-->
132 <!--Name of the MappingProcessor instance that provides the geometry of the detector.-->
133 <parameter name="MappingProcessorName" type="string"> Ahc2MappingProcessor </parameter>
134 <!--Name of the pedestal collection-->
135 <parameter name="PedestalCollection" type="string" lcioInType="LCGenericObject"> E4DPedestal </parameter>
136 <!--Name of the MIP constants collection-->
137 <parameter name="MIPConstantCollection" type="string" lcioInType="LCGenericObject"> E4DMipConstants </parameter>
138 <!--Name of the MIP slopes collection-->
139 <parameter name="MIPSlopeCollection" type="string" lcioInType="LCGenericObject"> E4DMipSlopes </parameter>
140 <!--Name of the gain constants collection-->
141 <parameter name="GainConstantCollection" type="string" lcioInType="LCGenericObject"> E4DGainConstants </parameter>
142 <!--Name of the gain slopes collection-->
143 <parameter name="GainSlopeCollection" type="string" lcioInType="LCGenericObject"> E4DGainSlopes </parameter>
144 <!--Name of the interCalibration collection-->
145 <parameter name="InterCalibrationCollection" type="string" lcioInType="LCGenericObject"> E4DIntercalibration </parameter>
146 <!--Name of the interCalibration physics calib collection-->
147 <parameter name="PhysicsCalibICCollection" type="string" lcioInType="LCGenericObject"> E4DPhysicsCalibIntercalibration </parameter>
148 <!--Name of the saturation collection-->
149 <parameter name="SaturationParametersCollection" type="string" lcioInType="LCGenericObject"> E4DSaturationParameters </parameter>
150 <!--Collection with quality flags-->
151 <parameter name="CellQualityCollection" type="string" lcioInType="LCGenericObject"> E4DDeadCellMap </parameter>
152 </processor>
153
154 <processor name="Ahc2CalibrateProcessorHCAL" type="Ahc2CalibrateProcessor">
155 <!--Does calibration of AHCal hits-->
156 <!--Name of the CellDescriptionProcessor instance that provides the corrected position of the cells.-->
157 <parameter name="CellDescriptionProcessorName" type="string"> Ahc2CellDescriptionProcessor </parameter>
158 <!--Name of the EPTCalibrationsProcessor that provides the calibrations of the AHCal tiles.-->
159 <parameter name="Ahc2CalibrationsProcessorName" type="string"> Ahc2CalibrationsProcessor </parameter>
160 <!--Name of the Ahc2HardwareConnection Collection.-->
161 <parameter name="HardwareConnectionCollection" type="string"> Ahc2HardwareConnection </parameter>
162 <!--Name of the input collection-->
163 <parameter name="InputCollectionName" type="string"> EUDAQDataHCAL </parameter>
164 <!--Name of the MappingProcessor instance that provides the geometry of the detector.-->
165 <parameter name="MappingProcessorName" type="string"> Ahc2MappingProcessor </parameter>
166 <!--Minimal energy deposition in units of MIP to keep hit, applied only if ZeroSuppression==1.-->
167 <parameter name="MipCut" type="float"> 0.5 </parameter>
168 <!--AHCal conversion factor from MIP to GeV-->
169 <parameter name="MipToGeVFactor" type="float"> 0.0255 </parameter>
170 <!--Name of the output AHCal hit collection, of type CalorimeterHit-->
171 <parameter name="OutputAhcHitCollectionName" type="string"> Ahc2Calorimeter_Hits </parameter>
172 <!--apply (1) or ignore (0) the pedestal subtraction-->
173 <parameter name="PedestalSubtraction" type="bool"> true </parameter>
174 <!--scale factor for the energy-->
175 <!--parameter name="ScaleEnergy" type="float">1 </parameter-->
176 <!--apply (1) or ignore (0) the MIP threshold cut-->
177 <parameter name="ZeroSuppression" type="bool"> true </parameter>
178 <!--correct energy calibration for physics mode-->
179 <parameter name="PhysicsMode" type="bool"> true </parameter>
180 <!--Do error calculation-->
181 <parameter name="doErrorCalculation" type="bool"> false </parameter>
182 <!--Do gain temperature correction-->
183 <parameter name="doGainTemperatureCorrection" type="bool"> false </parameter>
184 <!--Do MIP temperature correction-->
185 <parameter name="doMipTemperatureCorrection" type="bool"> false </parameter>
186 <!--Do saturation correction-->
187 <parameter name="doSaturationCorrection" type="bool"> true </parameter>
188 <!--Filter dead cells-->
189 <parameter name="filterDeadCells" type="bool"> true </parameter>
190 <!--Filter cells that use some default value in calibration.-->
191 <parameter name="filterDefaultCells" type="bool"> false </parameter>
192 <!--Convert RAW ADC to MIP cell by cell-->
193 <parameter name="doMipConversion" type="bool"> true </parameter>
194 </processor>
195
196 <processor name="Ahc2CalibrateProcessorECAL" type="Ahc2CalibrateProcessor">
197 <!--Does calibration of AHCal hits-->
198 <!--Name of the CellDescriptionProcessor instance that provides the corrected position of the cells.-->
199 <parameter name="CellDescriptionProcessorName" type="string"> Ahc2CellDescriptionProcessor </parameter>
200 <!--Name of the EPTCalibrationsProcessor that provides the calibrations of the AHCal tiles.-->
201 <parameter name="Ahc2CalibrationsProcessorName" type="string"> Ahc2CalibrationsProcessor </parameter>
202 <!--Name of the Ahc2HardwareConnection Collection.-->
203 <parameter name="HardwareConnectionCollection" type="string"> Ahc2HardwareConnection </parameter>
204 <!--Name of the input collection-->
205 <parameter name="InputCollectionName" type="string"> EUDAQDataECAL </parameter>
206 <!--Name of the MappingProcessor instance that provides the geometry of the detector.-->
207 <parameter name="MappingProcessorName" type="string"> Ahc2MappingProcessor </parameter>
208 <!--Minimal energy deposition in units of MIP to keep hit, applied only if ZeroSuppression==1.-->
209 <parameter name="MipCut" type="float"> 0.5 </parameter>
210 <!--AHCal conversion factor from MIP to GeV-->
211 <parameter name="MipToGeVFactor" type="float"> 0.0255 </parameter>
212 <!--Name of the output AHCal hit collection, of type CalorimeterHit-->
213 <parameter name="OutputAhcHitCollectionName" type="string"> ScEcalCalorimeter_Hits </parameter>
214 <!--apply (1) or ignore (0) the pedestal subtraction-->
215 <parameter name="PedestalSubtraction" type="bool"> true </parameter>
216 <!--scale factor for the energy-->
217 <!--parameter name="ScaleEnergy" type="float">1 </parameter-->
218 <!--apply (1) or ignore (0) the MIP threshold cut-->
219 <parameter name="ZeroSuppression" type="bool"> true </parameter>
220 <!--correct energy calibration for physics mode-->
221 <parameter name="PhysicsMode" type="bool"> true </parameter>
222 <!--Do error calculation-->
223 <parameter name="doErrorCalculation" type="bool"> false </parameter>
224 <!--Do gain temperature correction-->
225 <parameter name="doGainTemperatureCorrection" type="bool"> false </parameter>
226 <!--Do MIP temperature correction-->
227 <parameter name="doMipTemperatureCorrection" type="bool"> false </parameter>
228 <!--Do saturation correction-->
229 <parameter name="doSaturationCorrection" type="bool"> true </parameter>
230 <!--Filter dead cells-->
231 <parameter name="filterDeadCells" type="bool"> true </parameter>
232 <!--Filter cells that use some default value in calibration.-->
233 <parameter name="filterDefaultCells" type="bool"> false </parameter>
234 <!--Convert RAW ADC to MIP cell by cell-->
235 <parameter name="doMipConversion" type="bool"> true </parameter>
236 </processor>
237
238 </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.