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