Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?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="regions.xml" eval="true">
    <SpecPar name="hcal">
      <PartSelector path="//CALO"/>
      <PartSelector path="//MBAT"/>
      <PartSelector path="//MBBT.*"/>
      <PartSelector path="//VCAL"/>
      <Parameter name="CMSCutsRegion" value="HcalRegion" eval="false"/>
      <Parameter name="ProdCutsForElectrons" value="1*mm"/>
      <Parameter name="ProdCutsForPositrons" value="1*mm"/>
      <Parameter name="ProdCutsForGamma" value="1*mm"/>
    </SpecPar>
  </SpecParSection>
</DDDefinition>