1 |
querten |
1.1 |
import FWCore.ParameterSet.Config as cms
|
2 |
|
|
|
3 |
|
|
from Geometry.CMSCommonData.cmsIdealGeometryXML_cfi import *
|
4 |
|
|
from Geometry.TrackerGeometryBuilder.trackerGeometry_cfi import *
|
5 |
|
|
from Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cfi import *
|
6 |
|
|
from Geometry.CaloEventSetup.CaloGeometry_cff import *
|
7 |
|
|
from Geometry.CaloEventSetup.EcalTrigTowerConstituents_cfi import *
|
8 |
|
|
from Geometry.EcalMapping.EcalMapping_cfi import *
|
9 |
|
|
from Geometry.EcalMapping.EcalMappingRecord_cfi import *
|
10 |
|
|
from Geometry.MuonNumbering.muonNumberingInitialization_cfi import *
|
11 |
|
|
from Geometry.DTGeometry.dtGeometry_cfi import *
|
12 |
|
|
from Geometry.CSCGeometry.cscGeometry_cfi import *
|
13 |
|
|
from Geometry.RPCGeometry.rpcGeometry_cfi import *
|
14 |
|
|
from Geometry.CommonDetUnit.globalTrackingGeometry_cfi import *
|
15 |
|
|
from Configuration.StandardSequences.MagneticField_cff import *
|
16 |
|
|
#from MagneticField.Engine.volumeBasedMagneticField_cfi import *
|
17 |
|
|
from Visualisation.Frog.Frog_Analyzer_cfi import *
|
18 |
|
|
|