1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
<?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">
<!--
Modified for Phase 1 Pixel Forward Geometry
Pratima Jindal, Purdue University Calumet
July 2009
-->
<SpecParSection label="trackerProdCuts.xml" eval="true">
<SpecPar name="tracker-dead">
<PartSelector path="//Tracker" />
<Parameter name="CMSCutsRegion" value="TrackerDeadRegion" eval="false"/>
<Parameter name="ProdCutsForElectrons" value="1*mm"/>
<Parameter name="ProdCutsForPositrons" value="1*mm"/>
<Parameter name="ProdCutsForGamma" value="1*mm"/>
</SpecPar>
<SpecPar name="tracker-sens">
<PartSelector path="//TIBActiveRphi0" />
<PartSelector path="//TIBActiveSter0" />
<PartSelector path="//TIBActiveRphi2" />
<PartSelector path="//TIDModule0RphiActive" />
<PartSelector path="//TIDModule0StereoActive" />
<PartSelector path="//TIDModule1RphiActive" />
<PartSelector path="//TIDModule1StereoActive" />
<PartSelector path="//TIDModule2RphiActive" />
<PartSelector path="//TOBActiveRphi0" />
<PartSelector path="//TOBActiveSter0" />
<PartSelector path="//TOBActiveRphi2" />
<PartSelector path="//TOBActiveRphi4" />
<PartSelector path="//TECModule0RphiActive" />
<PartSelector path="//TECModule0StereoActive" />
<PartSelector path="//TECModule1RphiActive" />
<PartSelector path="//TECModule1StereoActive" />
<PartSelector path="//TECModule2RphiActive" />
<PartSelector path="//TECModule3RphiActive" />
<PartSelector path="//TECModule4RphiActive" />
<PartSelector path="//TECModule4StereoActive" />
<PartSelector path="//TECModule5RphiActive" />
<PartSelector path="//TECModule6RphiActive" />
<PartSelector path="//TIBWaferRphi0" />
<PartSelector path="//TIBWaferSter0" />
<PartSelector path="//TIBWaferRphi2" />
<PartSelector path="//TIDModule0RphiWafer" />
<PartSelector path="//TIDModule0StereoWafer" />
<PartSelector path="//TIDModule1RphiWafer" />
<PartSelector path="//TIDModule1StereoWafer" />
<PartSelector path="//TIDModule2RphiWafer" />
<PartSelector path="//TOBWaferRphi0" />
<PartSelector path="//TOBWaferSter0" />
<PartSelector path="//TOBWaferRphi2" />
<PartSelector path="//TOBWaferRphi4" />
<PartSelector path="//TECModule0RphiWafer" />
<PartSelector path="//TECModule0StereoWafer" />
<PartSelector path="//TECModule1RphiWafer" />
<PartSelector path="//TECModule1StereoWafer" />
<PartSelector path="//TECModule2RphiWafer" />
<PartSelector path="//TECModule3RphiWafer" />
<PartSelector path="//TECModule4RphiWafer" />
<PartSelector path="//TECModule4StereoWafer" />
<PartSelector path="//TECModule5RphiWafer" />
<PartSelector path="//TECModule6RphiWafer" />
<Parameter name="CMSCutsRegion" value="TrackerSensRegion" eval="false"/>
<Parameter name="ProdCutsForElectrons" value="0.1*mm"/>
<Parameter name="ProdCutsForPositrons" value="0.1*mm"/>
<Parameter name="ProdCutsForGamma" value="0.1*mm"/>
</SpecPar>
<SpecPar name="tracker-dead-pixel">
<PartSelector path="//PixelBarrel" />
<PartSelector path="//PixelForwardZplus" />
<PartSelector path="//PixelForwardZminus" />
<Parameter name="CMSCutsRegion" value="TrackerPixelDeadRegion" eval="false"/>
<Parameter name="ProdCutsForElectrons" value="1*mm"/>
<Parameter name="ProdCutsForPositrons" value="1*mm"/>
<Parameter name="ProdCutsForGamma" value="1*mm"/>
</SpecPar>
<SpecPar name="tracker-sens-pixel">
<PartSelector path="//PixelBarrelActiveFull0" />
<PartSelector path="//PixelBarrelActiveFull1" />
<PartSelector path="//PixelBarrelActiveFull2" />
<PartSelector path="//PixelBarrelActiveFull3" />
<PartSelector path="//.*:PixelForwardSensor" />
<!-- PartSelector path="//PixelForwardSensor2" /-->
<!-- PartSelector path="//PixelForwardSensor3" / -->
<Parameter name="CMSCutsRegion" value="TrackerPixelSensRegion" eval="false"/>
<Parameter name="ProdCutsForElectrons" value="0.01*mm"/>
<Parameter name="ProdCutsForPositrons" value="0.01*mm"/>
<Parameter name="ProdCutsForGamma" value="0.01*mm"/>
</SpecPar>
</SpecParSection>
</DDDefinition>
|