-
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
Prompt skims for PbPb and pp at 5 TeV #12243
Prompt skims for PbPb and pp at 5 TeV #12243
Conversation
A new Pull Request was created by @mandrenguyen for CMSSW_7_5_X. Prompt skims for PbPb and pp at 5 TeV It involves the following packages: Configuration/StandardSequences @cmsbuild, @vadler, @franzoni, @davidlange6, @monttj can you please review it and eventually sign? Thanks. |
please test |
The tests are being triggered in jenkins. |
@mandrenguyen - could you move these configs to Configuration/Skimming? I would prefer that the analysis packages are kept for non-production analysis rather than for production. |
Pull request #12243 was updated. @danduggan, @boudoul, @franzoni, @fabozzi, @cmsbuild, @srimanob, @vadler, @monttj, @davidlange6 can you please check and sign again. |
@davidlange6 |
Thanks ! (as a added benefit those organizing the skims now are on the signature list)
|
@davidlange6 How about a please test ? |
please test (good point..)
|
The tests are being triggered in jenkins. |
+1 |
The tests are being triggered in jenkins. |
Prompt skims for PbPb and pp at 5 TeV
Note that the final HLT emulation has not been added to the release yet.
However these skims will not crash, they just bail if the trigger path isn't present.
We tested the reco-level filters on a sample with the HLT menu which is about to be put into the release, following a recipe provided by DDT.
If anyone is interested, the recipe follows.
Example for PbPb:
cmsDriver.py skims -s SKIM:Photon --scenario HeavyIons --data --filein=file:/afs/cern.ch/work/m/mnguyen/public/promptSkimTestInput/hiReco_RAW2DIGI_L1Reco_RECO_forPromptSkim_ttbar_FEVTDEBUGHLT.root -n 1000 --conditions auto:com10 --python_filename=test.py --processName=SKIM --no_exec
Example for pp:
skims -s SKIM:Onia --data --filein=file:/afs/cern.ch/work/m/mnguyen/public/promptSkimTestInput/ppReco_RAW2DIGI_L1Reco_RECO_forPromptSkim_ttbar_FEVTDEBUGHLT.root -n 1000 --conditions auto:com10 --python_filename=oniaZMM.py --processName=SKIM --no_exec
The HLT re-emulation was done with a different label, so you need to add the following snippet by hand to the cfg:
from HLTrigger.Configuration.CustomConfigs import MassReplaceInputTag
process = MassReplaceInputTag(process,cms.InputTag("TriggerResults","","HLT"),cms.InputTag("TriggerResults","","TEST"))