Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<?xml version="1.0"?>
<DDDefinition xmlns="http://www.cern.ch/cms/DDL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cern.ch/cms/DDL ../../../DetectorDescription/Schema/DDLSchema.xsd">
 <SpecParSection label="hcalsenspmf.xml" eval="true">
  <SpecPar name="hcal">
   <PartSelector path="//HBS.*"/>
   <PartSelector path="//HTS.*"/>
   <PartSelector path="//.*HES.*"/>
   <PartSelector path="//HVQX"/>
   <PartSelector path="//VcalElecCathode"/>
   <PartSelector path="//FibreBundle.*"/>
   <PartSelector path="//VcalFibreBundleL.*"/>
   <PartSelector path="//VcalFibreBundleR.*"/>
   <Parameter name="SensitiveDetector" value="HcalSensitiveDetector" eval="false"/>
   <Parameter name="ReadOutName" value="HcalHits" eval="false"/>
  </SpecPar>
 </SpecParSection>
</DDDefinition>