Attachment 'eventDisplay.xml'
Download 1 <?xml version="1.0" encoding="utf-8"?>
2 <marlin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ilcsoft.desy.de/marlin/marlin.xsd">
3
4 <execute>
5 <!-- <processor name="EUDAQEventBuilder"/> -->
6 <processor name="ProgressHandler"/>
7 <processor name="GeoConditions"/>
8 <processor name="Ahc2MappingProcessor"/>
9 <processor name="Ahc2CellDescriptionProcessor"/>
10 <processor name="MyCellNeighboursProcessor"/>
11 <processor name="Ahc2CalibrationsProcessor"/>
12 <processor name="MyEventDisplayProcessor"/>
13 </execute>
14
15 <global>
16 <parameter name="LCIOInputFiles">
17 ./data/test.slcio
18 </parameter>
19 <!--parameter name="MaxRecordNumber" value="0" /-->
20 <parameter name="SkipNEvents" value="0" />
21 <parameter name="SupressCheck" value="false" />
22 <parameter name="Verbosity" options="DEBUG0-4,MESSAGE0-4,WARNING0-4,ERROR0-4,SILENT"> ERROR </parameter>
23 </global>
24
25
26 <!--
27 <processor name="EUDAQEventBuilder" type="EUDAQEventBuilder2016">
28 <parameter name="InputCollectionName" type="String"> EUDAQDataScCAL </parameter>
29 <parameter name="InputCollectionNameTemp" type="String"> TempSensor </parameter>
30 <parameter name="InputCollectionNameBIF" type="String"> EUDAQDataBIF </parameter>
31 <parameter name="DetectorType" type="String"> Ahc2 </parameter>
32 <parameter name="OutputCollectionNameECAL" type="String"> EUDAQDataEcal </parameter>
33 <parameter name="OutputCollectionNameHCAL" type="String"> EUDAQDataHcal </parameter>
34 <!-- Only propagate validated event -->
35 <!-- <parameter name="onlyValidatedEvents" type="Bool"> true </parameter>
36 <parameter name="BIF_offset" type="Int"> 68110 </parameter>
37
38 </processor>
39 -->
40
41 <processor name="ProgressHandler" type="ProgressHandler">
42 <!--Report event/run numbers at fixed time intervals, and handle SIGINT (Ctrl-C) for a graceful exit.-->
43 <!--The number of seconds after which the number of processed events will be shown.-->
44 <parameter name="ReportInterval" type="int" value="20"/>
45 </processor>
46
47 <processor name="GeoConditions" type="ConditionsProcessor">
48 <parameter name="DBInit" type="string" value="flccaldb02.desy.de:calice:caliceon:Delice.1:3306"/>
49 <parameter name="DBCondHandler" type="StringVec">
50 Ahc2ModuleDescription /cd_calice_Ahc2/TestbeamFeb2018/ModuleDescription HEAD
51 Ahc2ModuleConnection /cd_calice_Ahc2/TestbeamFeb2018/ModuleConnection HEAD
52 Ahc2ModuleLocationReference /cd_calice_Ahc2/TestbeamFeb2018/ModuleLocationReference HEAD
53 Ahc2HardwareConnection /cd_calice_Ahc2/TestbeamFeb2018/Ahc2HardwareConnection HEAD
54 Ahc2DetectorTransformation /cd_calice_Ahc2/TestbeamFeb2018/DetectorTransformation HEAD
55 E4DPedestal /cd_calice_Ahc2/TestbeamFeb2018/Pedestal HEAD
56 E4DGainConstants /cd_calice_Ahc2/TestbeamFeb2018/gain_constants HEAD
57 E4DGainSlopes /cd_calice_Ahc2/TestbeamFeb2018/gain_slopes HEAD
58 E4DMipConstants /cd_calice_Ahc2/TestbeamFeb2018/mip_constants HEAD
59 E4DMipSlopes /cd_calice_Ahc2/TestbeamFeb2018/mip_slopes HEAD
60 E4DDeadCellMap /cd_calice_Ahc2/TestbeamFeb2018/DeadCellMap HEAD
61 E4DSaturationParameters /cd_calice_Ahc2/TestbeamFeb2018/SaturationParameters HEAD
62 E4DIntercalibration /cd_calice_Ahc2/TestbeamFeb2018/Intercalibration HEAD
63 E4DPhysicsCalibIntercalibration /cd_calice_Ahc2/TestbeamFeb2018/PhysicsCalibIntercalibration HEAD
64 E4DTimeSlopes /cd_calice_Ahc2/TestbeamFeb2018/Time_Slope HEAD
65 E4DTimeOffset /cd_calice_Ahc2/TestbeamFeb2018/Time_Offset HEAD
66
67 </parameter>
68 </processor>
69
70 <processor name="Ahc2MappingProcessor" type="MappingProcessor">
71 <!--Processor that provides a CALICE Mapping object from conditions data-->
72 <!--Name of the ModuleConnection collection-->
73 <parameter name="ModuleConnection" type="string" lcioInType="LCGenericObject"> Ahc2ModuleConnection </parameter>
74 <!--Name of the ModuleDescription collection-->
75 <parameter name="ModuleDescription" type="string" lcioInType="LCGenericObject"> Ahc2ModuleDescription </parameter>
76 <!--Type name of the mapper instance. Currently valid identifiers are: AHC,AHC2-->
77 <parameter name="MapperType" type="string" value="AHC2"/>
78 </processor>
79
80
81 <processor name="Ahc2CellDescriptionProcessor" type="CellDescriptionProcessor">
82 <!--Processor that provides a MappedContainer of CALICE CellDescription objects from conditions data-->
83
84 <!--name of MappingProcessor which takes care of the mapping-->
85 <parameter name="MappingProcessorName" type="string"> Ahc2MappingProcessor </parameter>
86
87 <!--Name of the DetectorTransformation collection-->
88 <parameter name="DetectorTransformation" type="string" lcioInType="LCGenericObject"> Ahc2DetectorTransformation </parameter>
89 <!--Name of the ModuleConnection collection-->
90 <parameter name="ModuleConnection" type="string" lcioInType="LCGenericObject"> Ahc2ModuleConnection </parameter>
91 <!--Name of the ModuleDescription collection-->
92 <parameter name="ModuleDescription" type="string" lcioInType="LCGenericObject"> Ahc2ModuleDescription </parameter>
93 <!--Name of the ModuleLocation collection-->
94 <parameter name="ModuleLocation" type="string" lcioInType="LCGenericObject"> Ahc2ModuleLocationReference </parameter>
95 <parameter name="Verbosity" type="string"> ERROR </parameter>
96 </processor>
97
98 <processor name="MyCellNeighboursProcessor" type="CellNeighboursProcessor">
99 <!--Processor that provides a MappedContainer of CellNeighbours objects-->
100 <!--Name of the MappingProcessor instance that provides the geometry of the detector.-->
101 <parameter name="MappingProcessorName" type="string">Ahc2MappingProcessor </parameter>
102 </processor>
103
104 <processor name="Ahc2CalibrationsProcessor" type="Ahc2CalibrationsProcessor">
105 <!--Processor that provides a MappedContainer of SiPMCalibrations objects-->
106 <!--Name of the MappingProcessor instance that provides the geometry of the detector.-->
107 <parameter name="MappingProcessorName" type="string"> Ahc2MappingProcessor </parameter>
108 <!--Name of the pedestal collection-->
109 <parameter name="PedestalCollection" type="string" lcioInType="LCGenericObject"> E4DPedestal </parameter>
110 <!--Name of the MIP constants collection-->
111 <parameter name="MIPConstantCollection" type="string" lcioInType="LCGenericObject"> E4DMipConstants </parameter>
112 <!--Name of the MIP slopes collection-->
113 <parameter name="MIPSlopeCollection" type="string" lcioInType="LCGenericObject"> E4DMipSlopes </parameter>
114 <!--Name of the gain constants collection-->
115 <parameter name="GainConstantCollection" type="string" lcioInType="LCGenericObject"> E4DGainConstants </parameter>
116 <!--Name of the gain slopes collection-->
117 <parameter name="GainSlopeCollection" type="string" lcioInType="LCGenericObject"> E4DGainSlopes </parameter>
118 <!--Name of the interCalibration collection-->
119 <parameter name="InterCalibrationCollection" type="string" lcioInType="LCGenericObject"> E4DIntercalibration </parameter>
120 <!--Name of the interCalibration physics calib collection-->
121 <parameter name="PhysicsCalibICCollection" type="string" lcioInType="LCGenericObject"> E4DPhysicsCalibIntercalibration </parameter>
122 <!--Name of the saturation collection-->
123 <parameter name="SaturationParametersCollection" type="string" lcioInType="LCGenericObject"> E4DSaturationParameters </parameter>
124 <!--Name of the Time Slopes collection-->
125 <parameter name="TimeSlopesParametersCollection" type="string" lcioInType="LCGenericObject"> E4DTimeSlopes </parameter>
126 <!--Name of the Time Pedestal collection-->
127 <parameter name="TimeOffsetParametersCollection" type="string" lcioInType="LCGenericObject"> E4DTimeOffset </parameter>
128 <!--Collection with quality flags-->
129 <parameter name="CellQualityCollection" type="string" lcioInType="LCGenericObject"> E4DDeadCellMap </parameter>
130 </processor>
131
132 <processor name="MyEventDisplayProcessor" type="DEHEventDisplayProcessor">
133 <!--processor for displaying CALICE events in CED-->
134 <!--Name of the EBU ECAL CalorimeterHit collection-->
135 <parameter name="Collection_EBUCalorimeterHits" type="string" lcioInType="CalorimeterHit"> ScEcalCalorimeter_Hits </parameter>
136 <!--Name of the HBU CalorimeterHit collection-->
137 <parameter name="Collection_HBUCalorimeterHits" type="string" lcioInType="CalorimeterHit"> Ahc2Calorimeter_Hits </parameter>
138 <!--name of Ahcal CellDescriptionProcessor which takes care of the cell description generation-->
139 <parameter name="ProcessorName_CellDescription" type="string"> Ahc2CellDescriptionProcessor </parameter>
140 <!--name of Ahcal CellNeighboursProcessor which takes care of the cell neighbours calculation-->
141 <parameter name="ProcessorName_CellNeighbours" type="string"> MyCellNeighboursProcessor </parameter>
142 <!--name of Ahc2 MappingProcessor which takes care of the mapping-->
143 <parameter name="ProcessorName_Mapping" type="string"> Ahc2MappingProcessor </parameter>
144 <!-- Name of the Ahc2CalibrationsProcessor that provides the calibrations of the AHCal tiles -->
145 <parameter name="Ahc2CalibrationsProcessorName" type="string"> Ahc2CalibrationsProcessor </parameter>
146 <!--1 skips opening a new CED connection and appends output to existing CED event-->
147 <parameter name="CED_AppendToExistingCED" type="int"> 0 </parameter>
148 <!--0 disables CED drawing-->
149 <parameter name="CED_Draw" type="int"> 1 </parameter>
150 <!--Number of EBU Layer in detector -->
151 <parameter name="NLayer_EBU" type="int"> 0 </parameter>
152 <!--Number of HBU single Layer in detector-->
153 <parameter name="NLayer_HBU" type="int"> 0 </parameter>
154 <!--Number of HBU2x2 Layer in detector-->
155 <parameter name="NLayer_HBU2x2" type="int"> 0 </parameter>
156 <!--0 disables to wait for key at end of event-->
157 <parameter name="CED_WaitForKeyPressed" type="int"> 1 </parameter>
158 <!-- T0 selection -->
159 <parameter name="T0_selection" type="bool"> false </parameter>
160 <!-- nT0 selection -->
161 <parameter name="T0_Number" type="int"> 0 </parameter>
162 <!--verbosity level of this processor ("DEBUG0-4,MESSAGE0-4,WARNING0-4,ERROR0-4,SILENT")-->
163 <parameter name="T0Handler" type="StringVec">
164 </parameter>
165 <parameter name="CED_Port" type="int"> 7927 </parameter>
166 <parameter name="Verbosity" type="string"> ERROR </parameter>
167 </processor>
168
169 </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.