-
Notifications
You must be signed in to change notification settings - Fork 0
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 in bunch spacing producer to PAT/rePAT steps. #3
base: centralBSProd
Are you sure you want to change the base?
Conversation
@@ -284,6 +284,9 @@ def miniAOD_customizeCommon(process): | |||
## Force a re-run of the tau id during MiniAOD production stage | |||
process.load('RecoTauTag.Configuration.RecoPFTauTag_cff') | |||
|
|||
#bunch spacing producer | |||
process.load('RecoLuminosity.LumiProducer.bunchSpacingProducer_cfi') |
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.
shouldn't this go into a lower level pat sequence?
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.
MiniAOD is run only in unscheduled mode, there are no sequences.
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.
On Sep 29, 2015, at 1:56 PM, Lindsey Gray [email protected] wrote:
In PhysicsTools/PatAlgos/python/slimming/miniAOD_tools.py:
@@ -284,6 +284,9 @@ def miniAOD_customizeCommon(process):
## Force a re-run of the tau id during MiniAOD production stage
process.load('RecoTauTag.Configuration.RecoPFTauTag_cff')
- #bunch spacing producer
- process.load('RecoLuminosity.LumiProducer.bunchSpacingProducer_cfi')
MiniAOD is run in unscheduled mode, there are no sequences.
right - but this is a fairly high level config (and miniAOD specific).
maybe better in Configuration/StandardSequences/PAT_cff
but still thinking..
—
Reply to this email directly or view it on GitHub.
…collectedFixes Collected fixes after cms-sw#19754
Phase2 digitizer xtalk 011118
Use cloning in modules, Add back DeepDoubleBTagInfo.h in the meantime so PR can be tested
RPCDQM Fix Run 339766 master
@davidlange6 changes as stated in cms-sw#11544