-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch the 'old' 2017 tracking back to default, and CA seeding to the…
… special workflows
- Loading branch information
Showing
6 changed files
with
16 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
from Configuration.Eras.ModifierChain_run2_2017_core_cff import run2_2017_core | ||
from Configuration.Eras.Modifier_trackingPhase1_cff import trackingPhase1 | ||
from Configuration.Eras.Modifier_trackingPhase1QuadProp_cff import trackingPhase1QuadProp | ||
|
||
Run2_2017 = cms.ModifierChain(run2_2017_core, trackingPhase1) | ||
Run2_2017 = cms.ModifierChain(run2_2017_core, trackingPhase1QuadProp) | ||
|
6 changes: 6 additions & 0 deletions
6
Configuration/Eras/python/Era_Run2_2017_trackingPhase1CA_cff.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
from Configuration.Eras.ModifierChain_run2_2017_core_cff import run2_2017_core | ||
from Configuration.Eras.Modifier_trackingPhase1_cff import trackingPhase1 | ||
|
||
Run2_2017_trackingPhase1CA = cms.ModifierChain(run2_2017_core, trackingPhase1) |
7 changes: 0 additions & 7 deletions
7
Configuration/Eras/python/Era_Run2_2017_trackingPhase1QuadProp_cff.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters