-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce tracking-only reco, validation, and dqm sequences #12542
Introduce tracking-only reco, validation, and dqm sequences #12542
Conversation
A new Pull Request was created by @makortel (Matti Kortelainen) for CMSSW_8_0_X. It involves the following packages: Configuration/StandardSequences @civanch, @cvuosalo, @mdhildreth, @cmsbuild, @franzoni, @deguio, @slava77, @danduggan, @vanbesien, @davidlange6 can you please review it and eventually sign? Thanks. Following commands in first line of a comment are recognized
|
|
||
|
||
### 'slim' sequences that only depend on track and tracking particle collections | ||
tracksValidationSelectorsSlim = tracksValidationSelectors.copyAndExclude([cutsRecoTracksBtvLike,ak4JetTracksAssociatorExplicitAll,cutsRecoTracksAK4PFJets]) | ||
tracksValidationSelectorsSlim = tracksValidationSelectorsTrackingOnly.copyAndExclude([cutsRecoTracksBtvLike]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lveldere After this, the only difference between "trackingOnly" and "slim" would be that the former includes "BTV-like" track selection while the latter does not. I don't mind keeping "slim", but thought to ask anyway if keeping it is motivated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Matti
I agree with you.
Thanks
Lukas
On Mon, Nov 23, 2015 at 2:58 PM, Matti Kortelainen <notifications@github.com
wrote:
In Validation/RecoTrack/python/TrackValidation_cff.py
#12542 (comment):'slim' sequences that only depend on track and tracking particle collections
-tracksValidationSelectorsSlim = tracksValidationSelectors.copyAndExclude([cutsRecoTracksBtvLike,ak4JetTracksAssociatorExplicitAll,cutsRecoTracksAK4PFJets])
+tracksValidationSelectorsSlim = tracksValidationSelectorsTrackingOnly.copyAndExclude([cutsRecoTracksBtvLike])@lveldere https://github.com/lveldere After this, the only difference
between "trackingOnly" and "slim" would be that the former includes
"BTV-like" track selection while the latter does not. I don't mind keeping
"slim", but thought to ask anyway if keeping it is motivated?—
Reply to this email directly or view it on GitHub
https://github.com/cms-sw/cmssw/pull/12542/files#r45604961.
@cmsbuild , please test |
The tests are being triggered in jenkins. |
@@ -310,8 +310,8 @@ def customise_Reco(process,pileup): | |||
# add the correct tracking back in | |||
process.load("RecoTracker.Configuration.RecoTrackerPhase1PU"+str(nPU)+"_cff") | |||
|
|||
process.globalreco.insert(itIndex,process.trackingGlobalReco) | |||
process.reconstruction.insert(grIndex,process.globalreco) | |||
process.globalreco_tracking.insert(itIndex,process.trackingGlobalReco) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mark-grimes I guess these changes should not interfere with the phase1 era migration, but FYI nevertheless.
+1 |
Thanks @deguio. I changed the name to Would it be sufficient to address the sequences in a separate PR? |
please test |
The tests are being triggered in jenkins. |
+1 |
+1 |
Introduce tracking-only reco, validation, and dqm sequences
@makortel , looks like this PR has caused a unit test to fail in 80X IBs https://cmssdt.cern.ch/SDT/cgi-bin/buildlogs/slc6_amd64_gcc493/CMSSW_8_0_X_2015-12-09-0000/unitTestLogs/Configuration/DataProcessing
|
Investigating |
@smuzaffar The fix is in #12730. Thanks for reporting. |
thanks |
This PR is request for comments for introduction of tracking-only reconstruction, validation, and dqm sequences allowing their use with cmsDriver as
If accepted, would it be possible to add one workflow with it in the IBs? (even though we probably will exercise this ourselves frequently, a specific test would help to ensure that the workflow stays heathy)
Tested in CMSSW_8_0_X_2015-11-22-1100, no changes expected.
@rovere @VinInn