-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Making a new Secondary Dataset ReserveDMu #42065
Conversation
I am adding a new cff to handle the creation of a SD.
Adding the PDWG_ReserveDMu_SD_cff file
Adding the ReserveDMu SD for all the ParkingDoubleMuonLowMass PDs
Test file for the ReserveDMu Secondary Dataset
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42065/36043
|
A new Pull Request was created by @jordan-martins (Jordan Martins) for master. It involves the following packages:
@cmsbuild, @bbilin, @sunilUIET, @kskovpen can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: RelVals RelVals
|
I guess that path was not available in Run2011 :) |
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42065/36054
|
Pull request #42065 was updated. @bbilin, @sunilUIET can you please check and sign again. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4a0b84/33368/summary.html Comparison SummarySummary:
|
@jordan-martins. Thanks for the help. Could this PR need to backport to 13_1_X and 13_0_X for data taking? |
@cms-sw/pdmv-l2 you signed the 13_0_X backport: can we suppose that you also agree with this master version, and you can sign it (and the 13_1_X backport as well). Could you please confirm (with a "+1") @jordan-martins @cms-sw/pdmv-l2 could you please also confirm that these changes will not be effective until explicitly switched on at Tier0? (In other words, it is not dangerous for data taking even if the 13_0_X version is merged in parallel with this master version) |
+1
|
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.
Please, if you need to update further these files remove the explicit types, which is a safer way to code these configurations (not for this PR)
ReserveDMu.TriggerResultsTag = cms.InputTag( "TriggerResults", "", "HLT" ) | ||
ReserveDMu.HLTPaths = cms.vstring( |
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.
ReserveDMu.TriggerResultsTag = cms.InputTag( "TriggerResults", "", "HLT" ) | |
ReserveDMu.HLTPaths = cms.vstring( | |
ReserveDMu.TriggerResultsTag = ( "TriggerResults", "", "HLT" ) | |
ReserveDMu.HLTPaths = [ |
'HLT_Tau3Mu_Mu7_Mu1_TkMu1_Tau15_Charge1_v*', | ||
'HLT_Tau3Mu_Mu7_Mu1_TkMu1_Tau15_v*', | ||
'HLT_Trimuon5_3p5_2_Upsilon_Muon_v*', | ||
'HLT_TrimuonOpen_5_3p5_2_Upsilon_Muon_v*') |
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.
'HLT_TrimuonOpen_5_3p5_2_Upsilon_Muon_v*') | |
'HLT_TrimuonOpen_5_3p5_2_Upsilon_Muon_v*'] |
'HLT_Tau3Mu_Mu7_Mu1_TkMu1_Tau15_v*', | ||
'HLT_Trimuon5_3p5_2_Upsilon_Muon_v*', | ||
'HLT_TrimuonOpen_5_3p5_2_Upsilon_Muon_v*') | ||
ReserveDMu.andOr = cms.bool( True ) |
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.
ReserveDMu.andOr = cms.bool( True ) | |
ReserveDMu.andOr = True |
# we want to intentionally throw and exception | ||
# in case it does not match one of the HLT Paths | ||
# set to False now, switch to on once matrix is updated | ||
ReserveDMu.throw = cms.bool( False ) |
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.
ReserveDMu.throw = cms.bool( False ) | |
ReserveDMu.throw = False |
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. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
This PR is constrained at /Configuration/Skimming: