Skip to content

Commit

Permalink
introduce trackingMkFitDevel and use it .7 workflows as well as in du…
Browse files Browse the repository at this point in the history
…mpMkFitGeometry
  • Loading branch information
mmusich committed Jun 16, 2022
1 parent 9691027 commit 2bfe8ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def condition_(self, fragment, stepList, key, hasHarvest):
'--customise': 'RecoTracker/MkFit/customizeHLTIter0ToMkFit.customizeHLTIter0ToMkFit'
}
upgradeWFs['trackingMkFit'].step3 = {
'--procModifiers': 'trackingMkFit'
'--procModifiers': 'trackingMkFitDevel'
}

#DeepCore seeding for JetCore iteration workflow
Expand Down
2 changes: 1 addition & 1 deletion RecoTracker/MkFit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tracker detector. Support for the phase2 tracker will be added later.

These can be used with e.g.
```bash
$ runTheMatrix.py -l <workflow(s)> --apply 2 --command "--procModifiers trackingMkFit --customise RecoTracker/MkFit/customizeInitialStepToMkFit.customizeInitialStepOnly"
$ runTheMatrix.py -l <workflow(s)> --apply 2 --command "--procModifiers trackingMkFitDevel --customise RecoTracker/MkFit/customizeInitialStepToMkFit.customizeInitialStepOnly"
```

## Description of configuration parameters
Expand Down
4 changes: 2 additions & 2 deletions RecoTracker/MkFit/test/dumpMkFitGeometry.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import FWCore.ParameterSet.Config as cms

from Configuration.Eras.Era_Run3_cff import Run3
from Configuration.Eras.ModifierChain_trackingMkFitProd_cff import trackingMkFitProd
from Configuration.ProcessModifiers.trackingMkFitDevel_cff import trackingMkFitDevel

process = cms.Process('DUMP',Run3,trackingMkFitProd) # though should not be necessary?
process = cms.Process('DUMP',Run3,trackingMkFitDevel)

# import of standard configurations
process.load('Configuration.StandardSequences.Services_cff')
Expand Down

0 comments on commit 2bfe8ec

Please sign in to comment.