Skip to content

Commit

Permalink
Revert "cleanup obsolete, unused standard sequences".
Browse files Browse the repository at this point in the history
These are, unfortunately, still in use. Will target them in a future PR.
  • Loading branch information
namapane committed Oct 3, 2020
1 parent fe8e526 commit 9c4fad1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### THIS CFF IS DEPRECATED!!!! ###
# please use MagneticField_cff.py instead

from __future__ import print_function
print(" ##################################################################### ")
print(" # WARNING: the module # ")
print(" # Configuration.StandardSequences.MagneticField_38T_PostLS1_cff # ")
print(" # is deprecated. Please import # ")
print(" # Configuration.StandardSequences.MagneticField_cff # ")
print(" ##################################################################### ")

from Configuration.StandardSequences.MagneticField_38T_cff import *

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This cff is obsolete and will eventually be deprecated.
# Please replace it with
# Configuration.StandardSequences.MagneticField_cff.py
# in your setup.

from Configuration.StandardSequences.MagneticField_cff import *

0 comments on commit 9c4fad1

Please sign in to comment.