-
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
Add CSC/DT rechits to AOD[backport] #34066
Conversation
A new Pull Request was created by @kakwok for CMSSW_10_6_X. It involves the following packages: RecoLocalMuon/Configuration @perrotta, @jpata, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
this PR is intended for the B-Parking |
is there a master branch PR? |
outputCommands = cms.untracked.vstring( | ||
outputCommands = cms.untracked.vstring('keep *_dt1DRecHits_*_*', | ||
'keep *_dt4DSegments_*_*', | ||
'keep *_dt4DCosmicSegments_*_*', | ||
'keep *_cscSegments_*_*', | ||
'keep *_csc2DRecHits_*_*', |
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.
for 10_6_X (this PR) this part should be done below for bParking
modifier
_updateOutput(bParking, RecoLocalMuonAOD, ['keep *_dt1DRecHits_*_*', 'keep *_csc2DRecHits_*_*'])
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.
BTW, was it confirmed that dt1DRecHits
work OK, or should this be dt1DCosmicRecHits
instead?
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.
We checked with the analysis team who uses the DT rechits, we do not need dt1DCosmicRecHits
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.
test parameters:
|
@cmsbuild please test |
looking at somewhat random aod files I get a total of about 1%:
Considering that this will stay mostly on tape, I guess that an increase in AOD size by 1.7% is acceptable. |
Adding output from 100 events of workflow 136.898
The two collections add ~9 KB/event out of 560 KB/event (~1.9%) |
I've created the PR for master branch #34072 |
@cmsbuild please test |
_outputs = [RecoLocalMuonFEVT, RecoLocalMuonRECO, RecoLocalMuonAOD] | ||
_updateOutput(bParking, RecoLocalMuonAOD, ['keep *_dt1DRecHits_*_*', 'keep *_csc2DRecHits_*_*']) |
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.
_updateOutput(bParking, RecoLocalMuonAOD, ['keep *_dt1DRecHits_*_*', 'keep *_csc2DRecHits_*_*']) | |
_updateOutput(bParking, [RecoLocalMuonAOD], ['keep *_dt1DRecHits_*_*', 'keep *_csc2DRecHits_*_*']) |
I guess this is going to fix the crashes.
Please double-check in a local test (parsing a config is enough)
backport of #34072 |
@@ -22,7 +22,7 @@ | |||
) | |||
# AOD content | |||
RecoLocalMuonAOD = cms.PSet( | |||
outputCommands = cms.untracked.vstring( | |||
outputCommands = cms.untracked.vstring( | |||
'keep *_dt4DSegments_*_*', | |||
'keep *_dt4DCosmicSegments_*_*', | |||
'keep *_cscSegments_*_*', |
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.
BTW, both DT segments and CSC segments are already available in AOD.
It would be nice to see some slides/material showing that segments do not work.
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.
@slava77 For the record, we checked in simulation that rechits provides much better signal-background discrimination. A more detailed discussion is also documented in the AN of EXO-20-015, section 4.1
@cmsbuild please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-19e50b/15844/summary.html Comparison SummarySummary:
|
+reconstruction
|
This pull request is fully signed and it will be integrated in one of the next CMSSW_10_6_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_0_X is complete. This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR adds CSC/DT rechits to the AOD datatier, which are the essential inputs for searches of LLP decaying in the muon system.
PR validation:
Currently underway.
if this PR is a backport please specify the original PR and why you need to backport that PR:
Before submitting your pull requests, make sure you followed this checklist: