Skip to content

Commit

Permalink
Fix ConfigBuilder.py to use the standard MF configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
namapane committed Oct 15, 2020
1 parent fc76cf7 commit fab0961
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Configuration/Applications/python/ConfigBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -1050,10 +1050,6 @@ def define_Configs(self):
self.USERDefaultCFF=None

# the magnetic field
if self._options.isData:
if self._options.magField==defaultOptions.magField:
print("magnetic field option forced to: AutoFromDBCurrent")
self._options.magField='AutoFromDBCurrent'
self.magFieldCFF = 'Configuration/StandardSequences/MagneticField_'+self._options.magField.replace('.','')+'_cff'
self.magFieldCFF = self.magFieldCFF.replace("__",'_')

Expand Down

0 comments on commit fab0961

Please sign in to comment.