Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Geometry
HcalCommonData
python
testPhase2GeometryFineReco_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# Ideal geometry, needed for transient ECAL alignement
4
from
Geometry.HcalCommonData.testPhase2GeometryFine_cff
import
*
5
6
# Reconstruction geometry services
7
# Tracking Geometry
8
#bah - well, this is not a cfi!
9
from
Geometry.CommonTopologies.globalTrackingGeometry_cfi
import
*
10
11
#Tracker
12
from
RecoTracker.GeometryESProducer.TrackerRecoGeometryESProducer_cfi
import
*
13
from
Geometry.TrackerGeometryBuilder.trackerParameters_cfi
import
*
14
from
Geometry.TrackerNumberingBuilder.trackerTopology_cfi
import
*
15
16
#Muon
17
from
Geometry.MuonNumbering.muonNumberingInitialization_cfi
import
*
18
from
RecoMuon.DetLayers.muonDetLayerGeometry_cfi
import
*
19
from
Geometry.GEMGeometryBuilder.gemGeometry_cfi
import
*
20
from
Geometry.GEMGeometryBuilder.me0Geometry_cfi
import
*
21
22
# Alignment
23
from
Geometry.TrackerGeometryBuilder.idealForDigiTrackerGeometry_cff
import
*
24
from
Geometry.CSCGeometryBuilder.idealForDigiCscGeometry_cff
import
*
25
from
Geometry.DTGeometryBuilder.idealForDigiDtGeometry_cff
import
*
26
trackerGeometry.applyAlignment = cms.bool(
False
)
27
28
# Calorimeters
29
from
Geometry.CaloEventSetup.HGCalV6Topology_cfi
import
*
30
from
Geometry.HGCalGeometry.HGCalV6GeometryESProducer_cfi
import
*
31
from
Geometry.CaloEventSetup.CaloTopology_cfi
import
*
32
from
Geometry.CaloEventSetup.CaloGeometryBuilder_cfi
import
*
33
34
CaloGeometryBuilder = cms.ESProducer(
"CaloGeometryBuilder"
,
35
SelectedCalos = cms.vstring(
'HCAL'
,
36
'ZDC'
,
37
'CASTOR'
,
38
'EcalBarrel'
,
39
'TOWER'
)
40
)
41
42
from
Geometry.EcalAlgo.EcalBarrelGeometry_cfi
import
*
43
from
Geometry.HcalEventSetup.HcalGeometry_cfi
import
*
44
from
Geometry.HcalEventSetup.CaloTowerGeometry_cfi
import
*
45
from
Geometry.HcalEventSetup.CaloTowerTopology_cfi
import
*
46
from
Geometry.HcalCommonData.hcalDDDRecConstants_cfi
import
*
47
from
Geometry.HcalEventSetup.hcalTopologyIdeal_cfi
import
*
48
from
Geometry.ForwardGeometry.ForwardGeometry_cfi
import
*
49
50
from
Geometry.CaloEventSetup.EcalTrigTowerConstituents_cfi
import
*
51
from
Geometry.EcalMapping.EcalMapping_cfi
import
*
52
from
Geometry.EcalMapping.EcalMappingRecord_cfi
import
*
53
gemGeometry_cfi
me0Geometry_cfi
idealForDigiDtGeometry_cff
HGCalV6GeometryESProducer_cfi
hcalDDDRecConstants_cfi
trackerParameters_cfi
HcalGeometry_cfi
TrackerRecoGeometryESProducer_cfi
EcalMappingRecord_cfi
idealForDigiCscGeometry_cff
globalTrackingGeometry_cfi
trackerTopology_cfi
CaloTowerTopology_cfi
testPhase2GeometryFine_cff
muonNumberingInitialization_cfi
EcalBarrelGeometry_cfi
EcalTrigTowerConstituents_cfi
muonDetLayerGeometry_cfi
idealForDigiTrackerGeometry_cff
HGCalV6Topology_cfi
ForwardGeometry_cfi
CaloTopology_cfi
EcalMapping_cfi
CaloTowerGeometry_cfi
hcalTopologyIdeal_cfi
CaloGeometryBuilder_cfi
Generated for CMSSW Reference Manual by
1.8.16