CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CommonInputs_cff.py
Go to the documentation of this file.
2 
4 
5 # The Geometries
6 #from FastSimulation.Configuration.Geometries_cff import *
7 
8 #The Magnetic Field ESProducer's
10 
11 # The muon tracker trajectory, to be fit without rechit refit
12 from RecoMuon.GlobalTrackingTools.GlobalTrajectoryBuilderCommon_cff import GlobalTrajectoryBuilderCommon
13 GlobalTrajectoryBuilderCommon.TrackerRecHitBuilder = 'WithoutRefit'
14 GlobalTrajectoryBuilderCommon.TrackTransformer.TrackerRecHitBuilder = 'WithoutRefit'
15 
16 # ECAL severity
18 
19 # CaloMode is defined here
20 # 0: custom local reco bypassing digis, ECAL and HCAL; default before 61x
21 # 1: as 0, but full digi + std local reco in ECAL
22 # 2: as 0, but full digi + std local reco in HCAL
23 # 3: full digi + std local reco in ECAL and HCAL <---- DEFAULT
24 
25 CaloMode = 3
26 
27 # This flag is to switch between GEN-level and SIM/RECO-level pileup mixing
28 
29 MixingMode = 'GenMixing' # GEN-level <---- DEFAULT
30 #MixingMode = 'DigiRecoMixing' # SIM/RECO-level; can be used only if CaloMode==3