Skip to content
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 track hit eff monitoring vs BX #14413

Merged

Conversation

mtosi
Copy link
Contributor

@mtosi mtosi commented May 9, 2016

this PR is needed for monitoring the track hit efficiency vs BX
new plots will be created only when running TrackingDQMSourceTier0MinBias sequence
(which should be only on ZeroBias PD)

@cmsbuild cmsbuild added this to the Next CMSSW_8_1_X milestone May 9, 2016
@mtosi
Copy link
Contributor Author

mtosi commented May 9, 2016

@rovere @VinInn @deguio

@cmsbuild
Copy link
Contributor

cmsbuild commented May 9, 2016

A new Pull Request was created by @mtosi (mia tosi) for CMSSW_8_1_X.

It involves the following packages:

DQM/TrackingMonitor
DQM/TrackingMonitorClient
DQM/TrackingMonitorSource

@cmsbuild, @dmitrijus, @vanbesien, @deguio, @davidlange6 can you please review it and eventually sign? Thanks.
@makortel, @threus this is something you requested to watch as well.
@slava77, @Degano, @smuzaffar you are the release manager for this.

cms-bot commands are list here #13028

@VinInn
Copy link
Contributor

VinInn commented May 9, 2016

will this be backported in 80X and deployed in production?
any ETA?

@VinInn
Copy link
Contributor

VinInn commented May 9, 2016

@cmsbuild , please test

@cmsbuild
Copy link
Contributor

cmsbuild commented May 9, 2016

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/12869/console

@mtosi
Copy link
Contributor Author

mtosi commented May 9, 2016

the idea is to have it in 80x as well
but I have to wait for its 81x integration, first
many PRs have been stacked recently :( ...

@dmitrijus
Copy link
Contributor

+1
(assuming the tests are okay)

@cmsbuild
Copy link
Contributor

cmsbuild commented May 9, 2016

This pull request is fully signed and it will be integrated in one of the next CMSSW_8_1_X IBs after it passes the integration tests. This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar

@cmsbuild
Copy link
Contributor

cmsbuild commented May 9, 2016

Pull request #14413 was updated. @cmsbuild, @dmitrijus, @vanbesien, @deguio, @davidlange6 can you please check and sign again.

@rovere
Copy link
Contributor

rovere commented May 9, 2016

I'm not quite sure the code is "correct". If you run both monitoring at the same time, i.e. _vsPU and _vsBX, you need to have a way to disentangle the two, which means you have to code the kind of monitoring you are doing in the KeyHasher, otherwise you are out of luck, in the sense that you'll have unnecessary collisions, which spoil the whole idea of hashing.

-1 (without any power .. ;) )

@cmsbuild
Copy link
Contributor

cmsbuild commented May 9, 2016

@dmitrijus
Copy link
Contributor

dmitrijus commented May 9, 2016

Marco is right - please update KeyHasher ( https://github.com/mtosi/cmssw/blob/f7de06e42add53c2977e75941614a59738aaef91/DQM/TrackingMonitor/interface/TrackAnalyzer.h#L386 ) to include the k.monitoring.

I guess something trivial,such as return k.det*200 + k.subdet*2 + k.monitoring;

@cmsbuild
Copy link
Contributor

cmsbuild commented May 9, 2016

Pull request #14413 was updated. @cmsbuild, @dmitrijus, @vanbesien, @deguio, @davidlange6 can you please check and sign again.

@cmsbuild
Copy link
Contributor

cmsbuild commented May 9, 2016

@dmitrijus
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented May 10, 2016

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/12890/console

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next CMSSW_8_1_X IBs after it passes the integration tests. This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

@davidlange6
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 7fd30c7 into cms-sw:CMSSW_8_1_X May 10, 2016
@mtosi
Copy link
Contributor Author

mtosi commented May 11, 2016

I've just created PR #14448 for the back port in 80x
hope it is fine
thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants