CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Geometries_START_cff.py
Go to the documentation of this file.
2 
4 
5 from FastSimulation.Configuration.FamosSequences_cff import ecalRecHit,hbhereco,horeco,hfreco,famosSimHits
6 
7 # Apply ECAL/HCAL miscalibration
8 ecalRecHit.doMiscalib = True
9 hbhereco.doMiscalib = False
10 horeco.doMiscalib = False
11 hfreco.doMiscalib = False
12 
13 # Apply Tracker and Muon misalignment
14 famosSimHits.ApplyAlignment = True
15 misalignedTrackerGeometry.applyAlignment = True
16 misalignedDTGeometry.applyAlignment = True
17 misalignedCSCGeometry.applyAlignment = True
18