-
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
chi2_vs_drj and pull_vs_pt validation plots #31400
chi2_vs_drj and pull_vs_pt validation plots #31400
Conversation
The code-checks are being triggered in jenkins. |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31400/18249
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31400/18250
|
A new Pull Request was created by @vberta for master. It involves the following packages: SimTracker/TrackAssociation @andrius-k, @kmaeshima, @civanch, @mdhildreth, @cmsbuild, @jfernan2, @fioriNTU can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
The tests are being triggered in jenkins.
|
urgent |
+1 |
Comparison job queued. |
could this PR be approved, please ? |
So, when is Tracking DQM expecting to perform such cleaning? |
this has nothing to do with the tracking DQM, |
Comparison is ready Comparison Summary:
|
+1 |
I don't fully agree: Tracking sequences are on the HLT validation paths, they were introduced at some point, you see it now with this PR, once you increase the number of Tracking MEs, it gets propagated. |
this discussion I think does not have anything to do w/ this PR, which was supposed to be urgent said that, I see that for instance the workflow 10024.0 has this issue w/ the HLT validation I have just run and looking for while the workflow runs => the VALIDATION step pretends to run the whole HLT validation sequence as said, this does not have anything do to w/ the tracking DQM/Validation |
@silviodonato could this PR still be integrated in 11_2_0_pre6 ? |
Using FakeHLT is not the way to go since phase2 workflows are the ones to test new HLT menus until data taking. Nevertheless I agree this has nothing to do with this PR itself, but it appears everytime TrackValidation is touched. resulting in 1k new MEs being added in one single shot |
+1 |
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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
You mean Run 3 workflows .. right? |
+1 |
Yes, sorry my typo... |
@silviodonato @jfernan2 thanks I would suggest opening a CMSSW issue for handling the problem stressed by @jfernan2 |
Mia can chime in, but I think that's done (for the time being) on purpose. I can agree that possibly not all the plots are necessary for all clones, though the problem of having a real HLT validation sequence being run for a workflow which does not run the HLT, is a true issue, IMHO. |
I do think so @mmusich even if it has not been a year since such cleaning was performed... |
PR description:
This PR include some additional validation tracking plots:
In addition, this PR setup the MTV to be able to easily switch to associator by chi2 (commented lines with proper documentation).
These new features are useful to monitor jetCore iteration and high-pT kinematic region more in general. Another PR will follow in next releases, with a relevant fix in Cluster Repair (on Edge Hits) integration. The plots of this PR are needed to check the improvement of the fix.
PR validation:
This PR has been validated on small number of events of QCD_Pt_1800to2400_TuneCP5_13TeV_pythia8 sample, with the following path:
cmsDriver.py step2 --conditions auto:phase1_2018_realistic -s DIGI:pdigi_valid,L1,DIGI2RAW,HLT:@relval2018 --datatier GEN-SIM-DIGI-RAW -n 20000 --geometry DB:Extended --era Run2_2018 --eventcontent FEVTDEBUGHLT --filein file:step1.root --fileout file:step2.root --no_exec
cmsDriver.py step3 --conditions auto:phase1_2018_realistic -n 20000 --era Run2_2018 --eventcontent RECOSIM,MINIAODSIM,DQM --runUnscheduled -s RAW2DIGI,L1Reco,RECO,RECOSIM,EI,PAT,VALIDATION:@standardValidation+@miniAODValidation,DQM:@standardDQM+@ExtraHLT+@miniAODDQM --datatier GEN-SIM-RECO,MINIAODSIM,DQMIO --geometry DB:Extended --filein file:step2.root --fileout file:step3.root --no_exec
cmsDriver.py step4 --conditions auto:phase1_2018_realistic -s HARVESTING:@standardValidation+@standardDQM+@ExtraHLT+@miniAODValidation+@miniAODDQM --scenario pp --filetype DQM --geometry DB:Extended --era Run2_2018 --mc -n 20000 --filein file:step3_inDQM.root --fileout file:step4.root --no_exec
A validation on 20k events is currently ongoing.