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 
8 # Apply ECAL/HCAL miscalibration
9 if(CaloMode==0 or CaloMode==2):
10  ecalRecHit.doMiscalib = True
11 if(CaloMode==0 or CaloMode==1):
12  hbhereco.doMiscalib = False
13  horeco.doMiscalib = False
14  hfreco.doMiscalib = False
15 
16 # Apply Tracker and Muon misalignment
17 famosSimHits.ApplyAlignment = True
18 misalignedTrackerGeometry.applyAlignment = True
19 misalignedDTGeometry.applyAlignment = True
20 misalignedCSCGeometry.applyAlignment = True
21 
if(dp >Float(M_PI)) dp-