src
Geometry
CMSCommonData
python
GeometryDD4hepExtendedRun4D98CaloReco_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
Configuration.Geometry.GeometryDD4hep_cff
import
*
4
DDDetectorESProducer.confGeomXMLFiles = cms.FileInPath(
"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometryRun4D98Calo.xml"
)
5
from
Geometry.EcalCommonData.ecalSimulationParameters_cff
import
*
6
from
Geometry.HcalCommonData.hcalDDDSimConstants_cff
import
*
7
from
Geometry.HGCalCommonData.hgcalParametersInitialization_cfi
import
*
8
from
Geometry.HGCalCommonData.hgcalNumberingInitialization_cfi
import
*
9
from
Geometry.CaloEventSetup.HGCalTopology_cfi
import
*
10
from
Geometry.HGCalGeometry.HGCalGeometryESProducer_cfi
import
*
11
from
Geometry.CaloEventSetup.CaloTopology_cfi
import
*
12
from
Geometry.CaloEventSetup.CaloGeometryBuilder_cfi
import
*
13
CaloGeometryBuilder = cms.ESProducer(
"CaloGeometryBuilder"
,
14
SelectedCalos = cms.vstring(
"HCAL"
,
15
"ZDC"
,
16
"EcalBarrel"
,
17
"TOWER"
,
18
"HGCalEESensitive"
,
19
"HGCalHESiliconSensitive"
,
20
"HGCalHEScintillatorSensitive"
21
)
22
)
23
from
Geometry.EcalAlgo.EcalBarrelGeometry_cfi
import
*
24
from
Geometry.HcalEventSetup.HcalGeometry_cfi
import
*
25
from
Geometry.HcalEventSetup.CaloTowerGeometry_cfi
import
*
26
from
Geometry.HcalEventSetup.CaloTowerTopology_cfi
import
*
27
from
Geometry.HcalCommonData.hcalDDDRecConstants_cfi
import
*
28
from
Geometry.HcalEventSetup.hcalTopologyIdeal_cfi
import
*
29
from
Geometry.CaloEventSetup.EcalTrigTowerConstituents_cfi
import
*
30
from
Geometry.EcalMapping.EcalMapping_cfi
import
*
31
from
Geometry.EcalMapping.EcalMappingRecord_cfi
import
*
GeometryDD4hep_cff
HcalGeometry_cfi
EcalMappingRecord_cfi
HGCalGeometryESProducer_cfi
EcalMapping_cfi
hcalDDDRecConstants_cfi
hgcalNumberingInitialization_cfi
CaloTowerGeometry_cfi
hcalDDDSimConstants_cff
hgcalParametersInitialization_cfi
CaloTopology_cfi
CaloGeometryBuilder_cfi
EcalBarrelGeometry_cfi
ecalSimulationParameters_cff
hcalTopologyIdeal_cfi
CaloTowerTopology_cfi
HGCalTopology_cfi
EcalTrigTowerConstituents_cfi
Generated for CMSSW Reference Manual by
1.8.14