Attachment 'CED.xml'
Download 1 <marlin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ilcsoft.desy.de/marlin/marlin.xsd">
2
3 <execute>
4 <processor name="ProgressHandler"/>
5 <processor name="GeoConditions"/>
6 <processor name="Ahc2MappingProcessor"/>
7 <processor name="Ahc2CellDescriptionProcessor"/>
8 <processor name="MyCellNeighboursProcessor"/>
9 <processor name="MyEventDisplayProcessor"/>
10 </execute>
11
12 <global>
13 <parameter name="LCIOInputFiles">
14 Run_00024016__09p07p2015__21o49o02_withCalib_ZeroSuppression.slcio
15 </parameter>
16 <!--parameter name="MaxRecordNumber" value="0" /-->
17 <parameter name="SkipNEvents" value="416245" />
18 <parameter name="SupressCheck" value="false" />
19 <parameter name="Verbosity" options="DEBUG0-4,MESSAGE0-4,WARNING0-4,ERROR0-4,SILENT"> ERROR </parameter>
20 </global>
21
22 <processor name="ProgressHandler" type="ProgressHandler">
23 <!--Report event/run numbers at fixed time intervals, and handle SIGINT (Ctrl-C) for a graceful exit.-->
24 <!--The number of seconds after which the number of processed events will be shown.-->
25 <parameter name="ReportInterval" type="int" value="20"/>
26 </processor>
27
28 <processor name="GeoConditions" type="ConditionsProcessor">
29 <parameter name="DBInit" type="string" value="flccaldb02.desy.de:calice:caliceon:Delice.1:3306"/>
30 <parameter name="DBCondHandler" type="StringVec">
31 Ahc2ModuleDescription /cd_calice_cernSPS2015/TestbeamJuly2015/ModuleDescription HEAD
32 Ahc2ModuleConnection /cd_calice_cernSPS2015/TestbeamJuly2015/ModuleConnection HEAD
33 Ahc2ModuleLocationReference /cd_calice_cernSPS2015/TestbeamJuly2015/ModuleLocationReference HEAD
34 E4DPedestal /cd_calice_cernSPS2015/TestbeamJuly2015/Pedestal HEAD
35 E4DGainConstants /cd_calice_cernSPS2015/TestbeamJuly2015/gain_constants HEAD
36 E4DGainSlopes /cd_calice_cernSPS2015/TestbeamJuly2015/gain_slopes HEAD
37 Ahc2DetectorTransformation /cd_calice_cernSPS2015/TestbeamJuly2015/DetectorTransformation HEAD
38 E4DMipConstants /cd_calice_cernSPS2015/TestbeamJuly2015/mip_constants HEAD
39 E4DMipSlopes /cd_calice_cernSPS2015/TestbeamJuly2015/mip_slopes HEAD
40
41
42 </parameter>
43 </processor>
44
45 <processor name="Ahc2MappingProcessor" type="MappingProcessor">
46 <!--Processor that provides a CALICE Mapping object from conditions data-->
47 <!--Name of the ModuleConnection collection-->
48 <parameter name="ModuleConnection" type="string" lcioInType="LCGenericObject"> Ahc2ModuleConnection </parameter>
49 <!--Name of the ModuleDescription collection-->
50 <parameter name="ModuleDescription" type="string" lcioInType="LCGenericObject"> Ahc2ModuleDescription </parameter>
51 <!--Type name of the mapper instance. Currently valid identifiers are: AHC,AHC2-->
52 <parameter name="MapperType" type="string" value="AHC2"/>
53 </processor>
54
55
56 <processor name="Ahc2CellDescriptionProcessor" type="CellDescriptionProcessor">
57 <!--Processor that provides a MappedContainer of CALICE CellDescription objects from conditions data-->
58
59 <!--name of MappingProcessor which takes care of the mapping-->
60 <parameter name="MappingProcessorName" type="string"> Ahc2MappingProcessor </parameter>
61
62 <!--Name of the DetectorTransformation collection-->
63 <parameter name="DetectorTransformation" type="string" lcioInType="LCGenericObject"> Ahc2DetectorTransformation </parameter>
64 <!--Name of the ModuleConnection collection-->
65 <parameter name="ModuleConnection" type="string" lcioInType="LCGenericObject"> Ahc2ModuleConnection </parameter>
66 <!--Name of the ModuleDescription collection-->
67 <parameter name="ModuleDescription" type="string" lcioInType="LCGenericObject"> Ahc2ModuleDescription </parameter>
68 <!--Name of the ModuleLocation collection-->
69 <parameter name="ModuleLocation" type="string" lcioInType="LCGenericObject"> Ahc2ModuleLocationReference </parameter>
70 <parameter name="Verbosity" type="string"> ERROR </parameter>
71 </processor>
72
73 <processor name="MyCellNeighboursProcessor" type="CellNeighboursProcessor">
74 <!--Processor that provides a MappedContainer of CellNeighbours objects-->
75 <!--Name of the MappingProcessor instance that provides the geometry of the detector.-->
76 <parameter name="MappingProcessorName" type="string">Ahc2MappingProcessor </parameter>
77 </processor>
78
79 <processor name="MyEventDisplayProcessor" type="DEHEventDisplayProcessor">
80 <!--processor for displaying CALICE events in CED-->
81 <!--1 skips opening a new CED connection and appends output to existing CED event-->
82 <parameter name="CED_AppendToExistingCED" type="int"> 0 </parameter>
83 <!--0 disables CED drawing-->
84 <parameter name="CED_Draw" type="int"> 1 </parameter>
85 <!--Number of EBU Layer in detector -->
86 <parameter name="NLayer_EBU" type="int"> 2 </parameter>
87 <!--Number of HBU single Layer in detector-->
88 <parameter name="NLayer_HBU" type="int"> 8 </parameter>
89 <!--Number of HBU2x2 Layer in detector-->
90 <parameter name="NLayer_HBU2x2" type="int"> 4 </parameter>
91 <!--0 disables to wait for key at end of event-->
92 <parameter name="CED_WaitForKeyPressed" type="int"> 1 </parameter>
93 <!-- T0 selection -->
94 <parameter name="T0_selection" type="bool"> true </parameter>
95 <!-- ITEP Physics Mode -->
96 <parameter name="ITEP_PhysicsMode" type="bool"> false </parameter>
97 <!--Name of the EBU ECAL CalorimeterHit collection-->
98 <parameter name="Collection_EBUCalorimeterHits" type="string" lcioInType="CalorimeterHit"> ScEcalCalorimeter_Hits </parameter>
99 <!--Name of the HBU CalorimeterHit collection-->
100 <parameter name="Collection_HBUCalorimeterHits" type="string" lcioInType="CalorimeterHit"> Ahc2Calorimeter_Hits </parameter>
101 <!--name of Ahcal CellDescriptionProcessor which takes care of the cell description generation-->
102 <parameter name="ProcessorName_CellDescription" type="string"> Ahc2CellDescriptionProcessor </parameter>
103 <!--name of Ahcal CellNeighboursProcessor which takes care of the cell neighbours calculation-->
104 <parameter name="ProcessorName_CellNeighbours" type="string"> MyCellNeighboursProcessor </parameter>
105 <!--name of Ahc2 MappingProcessor which takes care of the mapping-->
106 <parameter name="ProcessorName_Mapping" type="string"> Ahc2MappingProcessor </parameter>
107 <!--verbosity level of this processor ("DEBUG0-4,MESSAGE0-4,WARNING0-4,ERROR0-4,SILENT")-->
108 <parameter name="Verbosity" type="string"> ERROR </parameter>
109 </processor>
110
111 </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.