Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<?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="CaloRegions.xml" eval="true">
  <SpecPar name="calo">
   <PartSelector path="//CALO"/>
   <PartSelector path="//MBAT"/>
   <PartSelector path="//MBBT.*"/>
   <Parameter name="CMSCutsRegion" value="CaloRegion" eval="false"/>
   <Parameter name="ProdCutsForElectrons" value="1*mm"/>
   <Parameter name="ProdCutsForPositrons" value="1*mm"/>
   <Parameter name="ProdCutsForGamma" value="1*mm"/>
  </SpecPar>
  <SpecPar name="hfregion">
   <PartSelector path="//VCAL"/>
   <Parameter name="CMSCutsRegion" value="HFRegion" eval="false"/>
   <Parameter name="ProdCutsForElectrons" value="1*mm"/>
   <Parameter name="ProdCutsForPositrons" value="1*mm"/>
   <Parameter name="ProdCutsForGamma" value="1*mm"/>
  </SpecPar>
 </SpecParSection>
</DDDefinition>