Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:14:26

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 #
0004 # This cfi should be included to build the CSC geometry model.
0005 #
0006 # modelling flags (for completeness - internal defaults are already sane)
0007 # GF would like to have a shorter name (e.g. CSCGeometry), but since originally
0008 # there was no name, replace statements in other configs would not work anymore...
0009 
0010 from Geometry.CSCGeometryBuilder.CSCGeometryESModule_cfi import CSCGeometryESModule
0011 
0012 #
0013 # Modify for running in run 2
0014 #
0015 from Configuration.Eras.Modifier_run2_common_cff import run2_common
0016 run2_common.toModify( CSCGeometryESModule, useGangedStripsInME1a = False )
0017 
0018 #
0019 # Modify for running with dd4hep
0020 #
0021 from Configuration.ProcessModifiers.dd4hep_cff import dd4hep
0022 
0023 dd4hep.toModify( CSCGeometryESModule, fromDDD = False, fromDD4hep = True )