-
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
bsunanda:Run2-alca19 Fix for the crash in the relval for AlCa step with IsoTrack #10178
Conversation
A new Pull Request was created by @bsunanda for CMSSW_7_6_X. bsunanda:Run2-alca19 Fix for the crash in the relval for AlCa step with IsoTrack It involves the following packages: Calibration/HcalAlCaRecoProducers @cmsbuild, @mmusich, @diguida, @cerminar can you please review it and eventually sign? Thanks. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
-1 runTheMatrix-results/135.4_ZEE_13+ZEEFS_13+HARVESTUP15FS+MINIAODMCUP15FS/step3_ZEE_13+ZEEFS_13+HARVESTUP15FS+MINIAODMCUP15FS.log 1306.0 step5 runTheMatrix-results/1306.0_SingleMuPt1_UP15+SingleMuPt1_UP15+DIGIUP15+RECOUP15+HARVESTUP15+MINIAODMCUP15/step5_SingleMuPt1_UP15+SingleMuPt1_UP15+DIGIUP15+RECOUP15+HARVESTUP15+MINIAODMCUP15.log 1330.0 step5 runTheMatrix-results/1330.0_ZMM_13+ZMM_13+DIGIUP15+RECOUP15+HARVESTUP15+MINIAODMCUP15/step5_ZMM_13+ZMM_13+DIGIUP15+RECOUP15+HARVESTUP15+MINIAODMCUP15.log 4.53 step5 runTheMatrix-results/4.53_RunPhoton2012B+RunPhoton2012B+HLTD+RECODreHLT+HARVESTDreHLT+MINIAODDreHLT/step5_RunPhoton2012B+RunPhoton2012B+HLTD+RECODreHLT+HARVESTDreHLT+MINIAODDreHLT.log 50202.0 step5 runTheMatrix-results/50202.0_TTbar_13+TTbar_13+DIGIUP15_PU50+RECOUP15_PU50+HARVESTUP15_PU50+MINIAODMCUP1550/step5_TTbar_13+TTbar_13+DIGIUP15_PU50+RECOUP15_PU50+HARVESTUP15_PU50+MINIAODMCUP1550.log 25202.0 step5 runTheMatrix-results/25202.0_TTbar_13+TTbar_13+DIGIUP15_PU25+RECOUP15_PU25+HARVESTUP15_PU25+MINIAODMCUP15/step5_TTbar_13+TTbar_13+DIGIUP15_PU25+RECOUP15_PU25+HARVESTUP15_PU25+MINIAODMCUP15.log you can see the results of the tests here: |
Can this be tested and integrated soon? Regards Sunanda From: cmsbuild [[email protected]] Comparison is ready — |
testing locally in order to see the event content... |
@bsunanda from a check of the event content I see that now you have |
Yes - we keep all tracks - more likely it is a filter with 1 extra collection with results from linking isolated tracks with trigger information. From: Salvatore Di Guida [[email protected]] @bsunandahttps://github.com/bsunanda from a check of the event content I see that now you have generalTracks, but no more the IsoTrack collection. From a quick check of the code, now you filter out particles, while before you were also putting them in a dedicated collection. Is this correct? — |
@bsunanda Bad, I still get 0 events by running wf |
Ok, but at least it runs without crashing... At this point, I think it is safe to approve here and check the IB relvals and more local tests even on data. |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
David - could you integrate this PR for pre6? From: cmsbuild [[email protected]] This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6https://github.com/davidlange6, @deganohttps://github.com/degano, @smuzaffarhttps://github.com/smuzaffar — |
+1 |
bsunanda:Run2-alca19 Fix for the crash in the relval for AlCa step with IsoTrack
Modify the AlCaRecoProducer fo IsoTrack as well as HBHEMuon and also the fliters/scripts to avoid any crash in RelVal steps. The changes need to be backported to the CMSSW version used in Tier0.