-
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
Updated Input tags and code additions for TOP Production DQM GEN-SIM-RECO #46749
Conversation
cms-bot internal usage |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46749/42720 Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46749/42727 Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46749/42737 |
A new Pull Request was created by @dsidirop1 for master. It involves the following packages:
@antoniovagnerini, @cmsbuild, @rseidita can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
Milestone for this pull request has been moved to CMSSW_15_0_X. Please open a backport if it should also go in to CMSSW_14_2_X. |
0589c7c
to
948df61
Compare
PR has been cleaned up properly please test again |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46749/42782 Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46749/42783 |
Pull request #46749 was updated. @antoniovagnerini, @cmsbuild, @rseidita can you please check and sign again. |
please test |
+1 Size: This PR adds an extra 12KB to repository Comparison SummarySummary:
|
+1
|
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @sextonkennedy, @antoniovilela, @mandrenguyen, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
Description of PR
CMSSW_14_2_0_pre3
. Fot the updated B-tags from the old CSV ones to deepCSV the working points were updated accordingly based on the 2018 campaign as described on the BTV internal wiki.<reco::PFCandidate>
objects which are obsolete to f.e.<reco::Muon>
,<reco::GsfElectron>
per the relevant objects found in the input files used.mediumMuonCut = looseMuonCut + " muonRef.innerTrack.validFraction > 0.8"
becomesmediumMuonCut = looseMuonCut + " innerTrack.validFraction > 0.8"
.in TopSingleLeptonDQM.cc were removed completely.
4. Histograms for jets 3 and 4 were added to SingleTopTChannelLeptonDQM.cc for completion purposes and to align it with the TopSingleLeptonDQM.cc analysis.
5. Certain comments that were not useful or obsolete were removed to make the code more conscise.
PR validation:
Changes have been made to the following files:
To verify the results of the aforementioned actions the file
DQM/Physics/test/topDQM_production_cfg.py
was executed withcmsRun
to produce a .root file that was then used as input for theDQM/Physics/test/topDQM_harvesting_cfg.py
to produce a tree with the relevant histograms needed that were browsed using the TBrowser root feature. As evidence of the success of the task two of those histograms (one fromTopSingleMuonMediumDQM
and the other fromSingleTopElectronMediumDQM
) are attached on this PR.