![]() |
|
|||
File indexing completed on 2024-04-06 12:11:19
0001 import FWCore.ParameterSet.Config as cms 0002 0003 # With an ideal geometry (for the reconstruction) 0004 MagneticFieldMapESProducer = cms.ESProducer("MagneticFieldMapESProducer") 0005 0006 # The same as above but with a misaligned tracker geometry (for the simulation) 0007 misalignedMagneticFieldMap = cms.ESProducer("MagneticFieldMapESProducer", 0008 trackerGeometryLabel = cms.untracked.string('MisAligned'), 0009 appendToDataLabel = cms.string('MisAligned') 0010 ) 0011 0012
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |