Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:22:29

0001 # This cfi sets a field map configured based on the run and GT.
0002 #
0003 # PLEASE DO NOT USE THIS cfi DIRECTLY
0004 # Always use the standard sequence Configuration.StandardSequences.MagneticField_cff
0005 
0006 import FWCore.ParameterSet.Config as cms
0007 
0008 VolumeBasedMagneticFieldESProducer = cms.ESProducer("DD4hep_VolumeBasedMagneticFieldESProducerFromDB",
0009     label = cms.untracked.string(''),
0010     debugBuilder = cms.untracked.bool(False),
0011     valueOverride = cms.int32(-1), # Force value of current (in A); take the value from DB if < 0.
0012 )
0013