Attachment 'steering_reco_withTailCatcher_2018juneCern_dummy.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="MyLabviewConverter2"/-->
18 <processor name="EUDAQEventBuilder"/>
19 <processor name="ProgressHandler"/>
20 <!--processor name="MyRunTimeInfo"/-->
21
22 <processor name="GeoConditions"/>
23 <processor name="Ahc2MappingProcessor"/>
24 <processor name="Ahc2CellDescriptionProcessor"/>
25
26 <processor name="Ahc2CalibrationsProcessor"/>
27 <processor name="Ahc2CalibrateProcessorHCAL"/>
28 <processor name="HcalRootTreeWriter"/>
29 <processor name="MyLCIOOutputProcessor"/>
30 </execute>
31
32
33
34 <global>
35 <parameter name="LCIOInputFiles">
36 /pnfs/desy.de/calice/tb-cern/native/cernAhcalJune2018/slcio/Muon/n40GeV/PP/run061167_20180628_234601.slcio
37 </parameter>
38 <!-- limit the number of processed records (run+evt): -->
39 <parameter name="MaxRecordNumber" value="10000000" />
40 <parameter name="SkipNEvents" value="0" />
41 <parameter name="SupressCheck" value="false" />
42 <parameter name="Verbosity" options="DEBUG0-4,MESSAGE0-4,WARNING0-4,ERROR0-4,SILENT"> ERROR </parameter>
43 </global>
44 <!--processor name="EUDAQEventBuilder" type="EUDAQEventBuilder2018_cosmics">
45 <parameter name="InputCollectionName" type="String"> EUDAQDataScCAL </parameter>
46 <parameter name="InputCollectionNameTemp" type="String"> TempSensor </parameter>
47 <parameter name="DetectorType" type="String"> Ahc2 </parameter>
48 <parameter name="OutputCollectionNameECAL" type="String"> EUDAQDataEcal </parameter>
49 <parameter name="OutputCollectionNameHCAL" type="String"> EUDAQDataHcal </parameter>
50 </processor-->
51
52 <processor name="EUDAQEventBuilder" type="EUDAQEventBuilder2016">
53 <parameter name="InputCollectionName" type="String"> EUDAQDataScCAL </parameter>
54 <parameter name="InputCollectionNameTemp" type="String"> TempSensor </parameter>
55 <parameter name="InputCollectionNameBIF" type="String"> EUDAQDataBIF </parameter>
56 <parameter name="DetectorType" type="String"> Ahc2 </parameter>
57 <parameter name="OutputCollectionNameECAL" type="String"> EUDAQDataEcal </parameter>
58 <parameter name="OutputCollectionNameHCAL" type="String"> EUDAQDataHcal </parameter>
59 <parameter name="onlyValidatedEvents" type="Bool"> false </parameter>
60 <!--parameter name="BIF_offset" type="Int"> 67685 </parameter-->
61 <!--parameter name="BIF_offset" type="Int"> 67647 </parameter-->
62 <parameter name="BIF_offset" type="Int"> 451685 </parameter>
63 </processor>
64
65 <processor name="MyRunTimeInfo" type="RunTimeProcessor">
66 <!-- XXX: Run Time Info-->
67 <!--parameter name="DBInit" type="string" value="flccaldb02.desy.de:calice:caliceon:Delice.1:3306"/-->
68 <!--Collection from DB which contains information about the location of a run-->
69 <parameter name="RunLocationFolder" type="string" value="/cd_calice_Ahc2/TestbeamMay2017/RunLocation"/>
70 <!--Run number of the run for MC files-->
71 <parameter name="RunTimeCollectionName" type="string"> /cd_calice_Ahc2/TestbeamMay2017/RunTimeInfo </parameter>
72 <parameter name="DBInit" type="string" value="flccaldb02.desy.de:calice:calicedb:gFd+5Thn:3306"/>
73 </processor>
74
75 <processor name="MyLCIOOutputProcessor" type="LCIOOutputProcessor">
76 <!--Writes the current event to the specified LCIO outputfile. Needs to be the last ActiveProcessor.-->
77 <!--drops the named collections from the event-->
78 <parameter name="DropCollectionNames" type="StringVec"> EUDAQDataScCal EUDAQDataEcal EUDAQDataHcal </parameter>
79 <!--drops all collections of the given type from the event-->
80 <!--parameter name="DropCollectionTypes" type="StringVec"> </parameter-->
81 <!-- write complete objects in subset collections to the file (i.e. ignore subset flag)-->
82 <!--parameter name="FullSubsetCollections" type="StringVec"> </parameter-->
83 <!--force keep of the named collections - overrules DropCollectionTypes (and DropCollectionNames)-->
84 <!--parameter name="KeepCollectionNames" type="StringVec"> </parameter-->
85 <!-- name of output file -->
86
87 <!-- XXX: LCIO output file -->
88 <parameter name="LCIOOutputFile" type="string">
89 /afs/desy.de/group/flc/pool/heucheld/workspace/reco_files/tb_cern_june18/Reco_061167.slcio
90 </parameter>
91 <!--write mode for output file: WRITE_APPEND or WRITE_NEW-->
92 <parameter name="LCIOWriteMode" type="string"> WRITE_NEW </parameter>
93 <!--will split output file if size in kB exceeds given value - doesn't work with APPEND and NEW-->
94 <!--parameter name="SplitFileSizekB" type="int">1992294 </parameter-->
95 <!--verbosity level of this processor ("DEBUG0-4,MESSAGE0-4,WARNING0-4,ERROR0-4,SILENT")-->
96 <!--parameter name="Verbosity" type="string"> SILENT </parameter-->
97 </processor>
98
99 <processor name="ProgressHandler" type="ProgressHandler">
100 <!--Report event/run numbers at fixed time intervals, and handle SIGINT (Ctrl-C) for a graceful exit.-->
101 <!--The number of seconds after which the number of processed events will be shown.-->
102 <parameter name="ReportInterval" type="int" value="10"/>
103 </processor>
104
105
106 <!-- XXX: change to correct database entries and tags-->
107 <processor name="GeoConditions" type="ConditionsProcessor">
108 <parameter name="DBInit" type="string" value="flccaldb02.desy.de:calice:caliceon:Delice.1:3306"/>
109 <parameter name="DBCondHandler" type="StringVec">
110 Ahc2ModuleDescription /cd_calice_Ahc2/TestbeamJune2018/ModuleDescription dummy_001
111 Ahc2ModuleConnection /cd_calice_Ahc2/TestbeamJune2018/ModuleConnection dummy_001
112 Ahc2ModuleLocationReference /cd_calice_Ahc2/TestbeamJune2018/ModuleLocationReference dummy_001
113 Ahc2HardwareConnection /cd_calice_Ahc2/TestbeamJune2018/Ahc2HardwareConnection dummy_001
114 Ahc2DetectorTransformation /cd_calice_Ahc2/TestbeamMay2018/DetectorTransformation HEAD
115 E4DPedestal /cd_calice_Ahc2/TestbeamJune2018/Pedestal dummy_002
116 E4DGainConstants /cd_calice_Ahc2/TestbeamJune2018/gain_constants dummy_001
117 E4DGainSlopes /cd_calice_Ahc2/TestbeamMay2018/gain_slopes HEAD
118 E4DMipConstants /cd_calice_Ahc2/TestbeamJune2018/mip_constants dummy_001
119 E4DMipSlopes /cd_calice_Ahc2/TestbeamMay2018/mip_slopes HEAD
120 E4DDeadCellMap /cd_calice_Ahc2/TestbeamMay2018/DeadCellMap HEAD
121 E4DSaturationParameters /cd_calice_Ahc2/TestbeamMay2018/SaturationParameters HEAD
122 E4DIntercalibration /cd_calice_Ahc2/TestbeamMay2018/Intercalibration HEAD
123 E4DPhysicsCalibIntercalibration /cd_calice_Ahc2/TestbeamMay2018/PhysicsCalibIntercalibration HEAD
124 E4DTimeSlopes /cd_calice_Ahc2/TestbeamMay2018/TimeSlope ahc2_006
125 E4DTimeOffset /cd_calice_Ahc2/TestbeamMay2018/TimeOffset ahc2_006
126
127 </parameter>
128 </processor>
129
130
131 <!--processor name="GeoConditions" type="ConditionsProcessor">
132 <parameter name="DBFileHandler" type="StringVec">
133 Ahc2ModuleDescription /home/calice/Reconstruction/2018_June_CERN/dbfiles/condDB_ModuleDescription_HEAD_20180628_135720.slcio ModuleDescription
134 Ahc2ModuleConnection /home/calice/Reconstruction/2018_June_CERN/dbfiles/condDB_ModuleConnection_HEAD_20180629_111759.slcio ModuleConnection
135 Ahc2ModuleLocationReference /home/calice/Reconstruction/2018_June_CERN/dbfiles/condDB_ModuleLocationReference_HEAD_20180629_114928.slcio ModuleLocationReference
136 Ahc2HardwareConnection /home/calice/Reconstruction/2018_June_CERN/dbfiles/condDB_Ahc2HardwareConnection_HEAD_20180628_151311.slcio Ahc2HardwareConnection
137 Ahc2DetectorTransformation /home/calice/Reconstruction/2018_June_CERN/dbfiles/condDB_DetectorTransformation_HEAD_20180628_191120.slcio DetectorTransformation
138 E4DPedestal /home/calice/Reconstruction/2018_June_CERN/dbfiles/condDB_Pedestal_HEAD_20180629_145914.slcio Pedestal
139 E4DGainConstants /home/calice/Reconstruction/2018_June_CERN/dbfiles/condDB_gain_constants_HEAD_20180629_131236.slcio gain_constants
140 E4DGainSlopes /home/calice/Reconstruction/2018_May_CERN/dbfiles/condDB_gain_slopes_HEAD_20180419_100003.slcio gain_slopes
141 E4DMipConstants /home/calice/Reconstruction/2018_June_CERN/dbfiles/condDB_mip_constants_HEAD_20180629_131237.slcio mip_constants
142 E4DMipSlopes /home/calice/Reconstruction/2018_May_CERN/dbfiles/condDB_mip_slopes_HEAD_20180419_100003.slcio mip_slopes
143 E4DDeadCellMap /home/calice/Reconstruction/2018_May_CERN/dbfiles/condDB_DeadCellMap_HEAD_20180419_100003.slcio DeadCellMap
144 E4DSaturationParameters /home/calice/Reconstruction/2018_May_CERN/dbfiles/condDB_SaturationParameters_HEAD_20180514_151212.slcio SaturationParameters
145 E4DIntercalibration /home/calice/Reconstruction/2018_June_CERN/dbfiles/condDB_Intercalibration_HEAD_20180628_151314.slcio Intercalibration
146 E4DPhysicsCalibIntercalibration /home/calice/Reconstruction/2018_May_CERN/dbfiles/condDB_Physicscalibintercalibration_HEAD_20180419_100004.slcio Physicscalibintercalibration
147 E4DTimeSlopes /home/calice/Reconstruction/2018_May_CERN/dbfiles/condDB_TimeSlope_HEAD_20180517_214310.slcio TimeSlope
148 E4DTimeOffset /home/calice/Reconstruction/2018_May_CERN/dbfiles/condDB_TimeOffset_HEAD_20180517_214243.slcio TimeOffset
149 E4DTimeOffsetMem_Even /home/calice/Reconstruction/2018_May_CERN/dbfiles/condDB_TimeOffsetMem_Even_HEAD_20180517_214250.slcio TimeOffsetMem_Even
150 E4DTimeOffsetMem_Odd /home/calice/Reconstruction/2018_May_CERN/dbfiles/condDB_TimeOffsetMem_Odd_HEAD_20180517_214256.slcio TimeOffsetMem_Odd
151
152 </parameter>
153 </processor-->
154
155 <processor name="Ahc2MappingProcessor" type="MappingProcessor">
156 <!--Processor that provides a CALICE Mapping object from conditions data-->
157 <!--Name of the ModuleConnection collection-->
158 <parameter name="ModuleConnection" type="string" lcioInType="LCGenericObject"> Ahc2ModuleConnection </parameter>
159 <!--Name of the ModuleDescription collection-->
160 <parameter name="ModuleDescription" type="string" lcioInType="LCGenericObject"> Ahc2ModuleDescription </parameter>
161 <!--Type name of the mapper instance. Currently valid identifiers are: AHC,AHC2-->
162 <parameter name="MapperType" type="string" value="AHC2"/>
163 </processor>
164
165 <processor name="Ahc2CellDescriptionProcessor" type="CellDescriptionProcessor">
166 <!--Processor that provides a MappedContainer of CALICE CellDescription objects from conditions data-->
167 <!--name of MappingProcessor which takes care of the mapping-->
168 <parameter name="MappingProcessorName" type="string"> Ahc2MappingProcessor </parameter>
169 <!--Name of the DetectorTransformation collection-->
170 <parameter name="DetectorTransformation" type="string" lcioInType="LCGenericObject"> Ahc2DetectorTransformation </parameter>
171 <!--Name of the ModuleConnection collection-->
172 <parameter name="ModuleConnection" type="string" lcioInType="LCGenericObject"> Ahc2ModuleConnection </parameter>
173 <!--Name of the ModuleDescription collection-->
174 <parameter name="ModuleDescription" type="string" lcioInType="LCGenericObject"> Ahc2ModuleDescription </parameter>
175 <!--Name of the ModuleLocation collection-->
176 <parameter name="ModuleLocation" type="string" lcioInType="LCGenericObject"> Ahc2ModuleLocationReference </parameter>
177 <parameter name="Verbosity" type="string"> ERROR </parameter>
178 </processor>
179
180 <processor name="Ahc2CalibrationsProcessor" type="Ahc2CalibrationsProcessor">
181 <!--Processor that provides a MappedContainer of SiPMCalibrations objects-->
182 <!--Name of the MappingProcessor instance that provides the geometry of the detector.-->
183 <parameter name="MappingProcessorName" type="string"> Ahc2MappingProcessor </parameter>
184 <!--Name of the pedestal collection-->
185 <parameter name="PedestalCollection" type="string" lcioInType="LCGenericObject"> E4DPedestal </parameter>
186 <!--Name of the MIP constants collection-->
187 <parameter name="MIPConstantCollection" type="string" lcioInType="LCGenericObject"> E4DMipConstants </parameter>
188 <!--Name of the MIP slopes collection-->
189 <parameter name="MIPSlopeCollection" type="string" lcioInType="LCGenericObject"> E4DMipSlopes </parameter>
190 <!--Name of the gain constants collection-->
191 <parameter name="GainConstantCollection" type="string" lcioInType="LCGenericObject"> E4DGainConstants </parameter>
192 <!--Name of the gain slopes collection-->
193 <parameter name="GainSlopeCollection" type="string" lcioInType="LCGenericObject"> E4DGainSlopes </parameter>
194 <!--Name of the interCalibration collection-->
195 <parameter name="InterCalibrationCollection" type="string" lcioInType="LCGenericObject"> E4DIntercalibration </parameter>
196 <!--Name of the interCalibration physics calib collection-->
197 <parameter name="PhysicsCalibICCollection" type="string" lcioInType="LCGenericObject"> E4DPhysicsCalibIntercalibration </parameter>
198 <!--Name of the saturation collection-->
199 <parameter name="SaturationParametersCollection" type="string" lcioInType="LCGenericObject"> E4DSaturationParameters </parameter>
200 <!--Name of the time slopes collection-->
201 <parameter name="TimeSlopesParametersCollection" type="string" lcioInType="LCGenericObject"> E4DTimeSlopes </parameter>
202 <!--Name of the time Pedestal collection-->
203 <parameter name="TimeOffsetParametersCollection" type="string" lcioInType="LCGenericObject"> E4DTimeOffset </parameter>
204 <!--Collection with quality flags-->
205 <parameter name="CellQualityCollection" type="string" lcioInType="LCGenericObject"> E4DDeadCellMap </parameter>
206 </processor>
207
208 <processor name="Ahc2CalibrateProcessorHCAL" type="Ahc2CalibrateProcessor">
209 <!--Does calibration of AHCal hits-->
210 <!--Name of the CellDescriptionProcessor instance that provides the corrected position of the cells.-->
211 <parameter name="CellDescriptionProcessorName" type="string"> Ahc2CellDescriptionProcessor </parameter>
212 <!--Name of the EPTCalibrationsProcessor that provides the calibrations of the AHCal tiles.-->
213 <parameter name="Ahc2CalibrationsProcessorName" type="string"> Ahc2CalibrationsProcessor </parameter>
214 <!--Name of the Ahc2HardwareConnection Collection.-->
215 <parameter name="HardwareConnectionCollection" type="string"> Ahc2HardwareConnection </parameter>
216 <!--Name of the input collection-->
217 <parameter name="InputCollectionName" type="string"> EUDAQDataHcal </parameter>
218 <!--Name of the MappingProcessor instance that provides the geometry of the detector.-->
219 <parameter name="HasBIF" type="bool"> true </parameter>
220 <parameter name="BIFCollectionName" type="string"> BIFData </parameter>
221 <!--Name of the MappingProcessor instance that provides the geometry of the detector.-->
222 <parameter name="MappingProcessorName" type="string"> Ahc2MappingProcessor </parameter>
223 <!--Minimal energy deposition in units of MIP to keep hit, applied only if ZeroSuppression==1.-->
224 <parameter name="MipCut" type="float"> 0.5 </parameter>
225 <!--AHCal conversion factor from MIP to GeV-->
226 <parameter name="MipToGeVFactor" type="float"> 0.0255 </parameter> <!-- What is with this number? => is not used -->
227 <!--Name of the output AHCal hit collection, of type CalorimeterHit-->
228 <parameter name="OutputAhcHitCollectionName" type="string"> Ahc2Calorimeter_Hits </parameter>
229 <!--apply (1) or ignore (0) the pedestal subtraction-->
230 <parameter name="PedestalSubtraction" type="bool"> true </parameter>
231 <!--scale factor for the energy-->
232 <!--parameter name="ScaleEnergy" type="float">1 </parameter-->
233 <!--apply (1) or ignore (0) the MIP threshold cut-->
234 <parameter name="ZeroSuppression" type="bool"> true </parameter>
235 <!--correct energy calibration for physics mode-->
236 <parameter name="PhysicsMode" type="bool"> false </parameter>
237 <!--Do error calculation-->
238 <parameter name="doErrorCalculation" type="bool"> false </parameter>
239 <!--Do gain temperature correction-->
240 <parameter name="doGainTemperatureCorrection" type="bool"> false </parameter>
241 <!--Do MIP temperature correction-->
242 <parameter name="doMipTemperatureCorrection" type="bool"> false </parameter>
243 <!--Do saturation correction-->
244 <parameter name="doSaturationCorrection" type="bool"> true </parameter>
245 <!--Filter dead cells-->
246 <parameter name="filterDeadCells" type="bool"> true </parameter>
247 <!--Filter cells that use some default value in calibration.-->
248 <parameter name="filterDefaultCells" type="bool"> false </parameter>
249 <!--Convert RAW ADC to MIP cell by cell-->
250 <parameter name="doMipConversion" type="bool"> true </parameter>
251 <!--Convert RAW TDC to ns cell by cell-->
252 <parameter name="doTimeConversion" type="bool"> true </parameter>
253
254 <parameter name="NewDataFormat" type="bool"> true </parameter>
255 <parameter name="module2Layer" type="vector<int>"> 27 2 3 4 5 6 53 7 8 9 10 19 11 12 20 21 22 23 13 28 14 24 15 16 17 29 32 25 36 18 33 30 37 38 54 40 35 34 26 31 39 1 41 42 43 44 45 46 47 48 49 50 51 52 </parameter>
256 <parameter name="useRealModuleNumber" type="bool"> false </parameter>
257 <!-- For data from 2015-2017 the first memory cell is skipped as we were running with a dummy
258 trigger-->
259 <parameter name="skipFirstMemoryCell" type="bool"> false </parameter>
260 <parameter name="timeOutAcquisitionLength" type="bool"> 0 </parameter>
261 <!--parameter name="timeOutAcquisitionLength" type="bool"> 20830000 </parameter-->
262 <parameter name="Verbosity" type="string"> ERROR </parameter>
263 </processor>
264
265 <!-- Write root file containing Temp data -->
266 <processor name="HcalRootTreeWriter" type="RootTreeWriter">
267 <!--Name of the output ROOT file-->
268 <parameter name="OutFileName" type="string">
269 /afs/desy.de/group/flc/pool/heucheld/workspace/reco_files/tb_cern_june18/Run61167.root
270 </parameter>
271 <parameter name="HitWriteEngine_enable" type="int"> 1 </parameter>
272 <parameter name="HitWriteEngine_InCol" type="string" lcioInType="CalorimeterHit"> Ahc2Calorimeter_Hits </parameter>
273 <parameter name="HitWriteEngine_caloType" type="string"> ahc </parameter>
274 <parameter name="HitWriteEngine_eventFiltering" type="int"> 1 </parameter>
275 <parameter name="HitWriteEngine_informationLevel" type="int"> 3 </parameter>
276 <parameter name="HitWriteEngine_cogIJenable" type="int"> 0 </parameter>
277
278 <parameter name="EventParameterWriteEngine_enable" type="int"> 1 </parameter>
279 <parameter name="EventParameterWriteEngine_prefix" type="string"> event_ </parameter>
280 <parameter name="EventParameterWriteEngine_IntParameters">
281 BXID
282 nTracks
283 </parameter>
284
285 <parameter name="BifWriteEngine_enable" type="int"> 1 </parameter>
286 <parameter name="BifWriteEngine_prefix" type="string"> bif_ </parameter>
287 <parameter name="BifWriteEngine_InCol" type="string"> BIFData </parameter>
288 </processor>
289
290
291 </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.