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 # Primary vertex smearing.
7 fastsimPrimaryVertex = 'Realistic8TeV2012' # this is the single place in FastSim where the beamspot scenario is chosen; this choice is propagated to famosSimHits and famosPileUp; in the future, more modularity will be possible when the famosPileUp module will be deprecated
8 if(fastsimPrimaryVertex=='Realistic8TeV'):
10 elif(fastsimPrimaryVertex=='Realistic8TeV2012'):
12 elif(fastsimPrimaryVertex=='Realistic7TeV2011'):
14 else: # by default, the currently recommended one
16 
17 # The Geometries
18 #from FastSimulation.Configuration.Geometries_cff import *
19 
20 #The Magnetic Field ESProducer's
22 
23 # The muon tracker trajectory, to be fit without rechit refit
24 from RecoMuon.GlobalTrackingTools.GlobalTrajectoryBuilderCommon_cff import GlobalTrajectoryBuilderCommon
25 GlobalTrajectoryBuilderCommon.TrackerRecHitBuilder = 'WithoutRefit'
26 GlobalTrajectoryBuilderCommon.TrackTransformer.TrackerRecHitBuilder = 'WithoutRefit'
27 
28 # The condDB setup (the global tag refers to DevDB, IntDB or ProDB whenever needed)
29 #from Configuration.StandardSequences.FrontierConditions_GlobalTag_cfi import *
30 
31 # not needed any longer in 30X
32 #from RecoLocalCalo.HcalRecAlgos.hcalRecAlgoESProd_cfi import *
33 
34 #from CalibMuon.CSCCalibration.CSC_BadChambers_cfi import *
35 #hcal_db_producer = cms.ESProducer("HcalDbProducer",
36 # dump = cms.untracked.vstring(''),
37 # file = cms.untracked.string('')
38 #)
39 
40 #es_hardcode = cms.ESSource("HcalHardcodeCalibrations",
41 # toGet = cms.untracked.vstring('GainWidths')
42 #)
43 
45 
46 
perl if(1 lt scalar(@::datatypes))
Definition: edlooper.cc:31