Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:38

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 #  Calorimeters
0004 from Geometry.CaloEventSetup.CaloTopology_cfi import *
0005 from Geometry.CaloEventSetup.CaloGeometry_cff import *
0006 from Geometry.HcalCommonData.hcalDDDRecConstants_cfi import *
0007 from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import *
0008 CaloGeometryBuilder.SelectedCalos = ['HCAL', 'TOWER']
0009 
0010