CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripLorentzAngle_Fake_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Dummy Lorentz angle producer (no data is put in the ES!)
6 siStripLAFakeESSourceforSimulation = CalibTracker.SiStripESProducers.fake.SiStripLorentzAngleFakeESSource_cfi.siStripLorentzAngleFakeESSource.clone()
8 # alternative
9 #include "RecoLocalTracker/SiStripRecHitConverter/data/StripCPE.cfi"
11 es_prefer_siStripLAFakeESSource = cms.ESPrefer("SiStripLAFakeESSource","siStripLAFakeESSource")
12 siStripLAFakeESSourceforSimulation.appendToDataLabel = 'fake'
13 
14