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 #
0004 # Geometry master configuration
0005 # for ECAL+HCAL
0006 #
0007 # Ideal ECAL+HCAL geometry, needed for simulation
0008 from Configuration.Geometry.GeometrySimECALHCAL_cff import *
0009 
0010 # Reco ECAL+HCAL geometry
0011 from Configuration.Geometry.GeometryRecoECALHCAL_cff import *
0012 
0013 
0014 
0015 
0016