-
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.
Merge pull request #35883 from mmusich/Run2_Data_noMkFit
add eras for running Run2 without mkFit
- Loading branch information
Showing
3 changed files
with
14 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
from Configuration.ProcessModifiers.trackdnn_CKF_cff import trackdnn_CKF | ||
from Configuration.Eras.Era_Run2_2017_cff import Run2_2017 | ||
from Configuration.Eras.ModifierChain_trackingMkFitProd_cff import trackingMkFitProd | ||
|
||
Run2_2017_noMkFit = cms.ModifierChain(Run2_2017.copyAndExclude([trackingMkFitProd]), trackdnn_CKF) |
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.ProcessModifiers.trackdnn_CKF_cff import trackdnn_CKF | ||
from Configuration.Eras.Era_Run2_2018_cff import Run2_2018 | ||
from Configuration.Eras.ModifierChain_trackingMkFitProd_cff import trackingMkFitProd | ||
|
||
Run2_2018_noMkFit = cms.ModifierChain(Run2_2018.copyAndExclude([trackingMkFitProd]), trackdnn_CKF) |
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