-
Notifications
You must be signed in to change notification settings - Fork 1
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
Implement nanogen configs and cmsDriver support #7
base: master
Are you sure you want to change the base?
Conversation
@@ -987,6 +988,8 @@ def define_Configs(self): | |||
self.REPACKDefaultSeq='DigiToRawRepack' | |||
self.PATDefaultSeq='miniAOD' | |||
self.PATGENDefaultSeq='miniGEN' | |||
#TODO: Check based of file input |
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 Kenneth - did you have an idea how to do this? I've been running the GEN and NANOGEN steps independently due to different CMSSW versions, and so had to change this logic for my use case. I see cmsDriverOptions.py
has a --inputEventContent
argument, but I don't know if requiring that argument is ideal.
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.
no, I don't think it's possible to have pieces of a config that run in different CMSSW versions. But for GEN it really doesn't matter, I just use the 10_6 or 11_X for everything.
(assuming you're using a gridpack, it doesn't matter at all, and you probably don't care tooooo much about the Pythia version)
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.
By the way you can see a lot of configs and cmsDriver commands that I've used here:
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.
Thanks, the scripts are helpful!
…ms (L1Trigger/TrackFindingTMTT) (cms-sw#29381) * create separate PRs for the two L1TK packages * Improved KF efficiency at high eta * Moved MC data files to cms-data * Removed old file * Removed KF HLS to put instead in external library * Ran scram b code-format * Delete KF4ParamsComb.h.bak * Delete KF4ParamsCombIV.bak * Delete KF4ParamsCombV2.bak * Delete KF5ParamsComb.h.bak * Delete KF4ParamsComb.cc.bak * Delete KF4ParamsCombIV.bak * Delete KF4ParamsCombV2.bak * Delete KF5ParamsComb.cc.bak * L1 tk integration tmtt pre5 (#7) * Added CMS code style fixes * Removed old file * Reapplied stub b code-format * All code review changes (#13) * Fix clang errors (#14) * fixed clang error * directory for MC txt files * Fixed clang warnings + minor simplifications (#15) * tweak * tweak * Fixed clang warnings and small simplifications * Fixed clang warnings and small simplifications * All remaining review comments addressed (#16) * Replaced vector size with empty function * Simplified DegradeBend and StubWindowSuggest * Fixed more review comments * More review comments * code reformat * Ran exhaustive clang tidy * Added library to BuildFile.xml (#17) * Deleted TrackFindingTMT/data/README (#18) * Added library to BuildFile.xml (This was already done yesterday. Not sure why it appears again) * README file in data directory deleted * Fix review comments (#20) Co-authored-by: Louise Skinnari <[email protected]>
Add params needed for muon corrections
Code maintenance for Run III in the DQMOffline ZCounting.
No description provided.