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

Update to Hcal Validation #16286

Merged
merged 5 commits into from Nov 8, 2016
Merged

Conversation

kencall
Copy link
Contributor

@kencall kencall commented Oct 20, 2016

This is a follow-up to PR #15714, it includes the following changes:

Uses getHxSize to obtain the number of channels per subdetector
N_Hx range based on number of channels
phi segmentation and ieta range taken from geometry
initialize std::vector without for loops
HO emean_vs_ieta, occupancy_maps filled

RecHit StatusWord and AuxStatus histograms are normalized by number of channels per subdet, as well as by nevts

Uses getHxSize to obtain the number of channels per subdtector
N_Hx range based on number of channels
phi segmentation and ieta range taken from geometry
initialize std::vector without for loops
HO emean_vs_ieta, occupancy_maps filled
iphi and ieta are no longer adjusted to remove ieta==0, and iphi ranges from 1..72
@cmsbuild
Copy link
Contributor

A new Pull Request was created by @kencall for CMSSW_8_1_X.

It involves the following packages:

DQMOffline/Hcal

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

cms-bot commands are listed here #13028

@dmitrijus
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 21, 2016

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/15875/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, @smuzaffar

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

@@ -83,6 +84,12 @@ class HcalRecHitsAnalyzer : public DQMEDAnalyzer {

int nChannels_[5]; // 0:any, 1:HB, 2:HE

int iphi_bins;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kencall -please end member data with a _ (seems to be the convention this code has, which is a good one)

@@ -47,13 +59,19 @@ class HcalRecHitsDQMClient : public DQMEDHarvester {
std::string dirNameJet_;
std::string dirNameMET_;

edm::ESHandle<CaloGeometry> geometry ;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this used outside of the function that defines it ? If not, no need for it to be a member data

Update the bin error of scaled histograms
@kencall
Copy link
Contributor Author

kencall commented Nov 4, 2016

I'm fixing it.

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 4, 2016

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

@kencall
Copy link
Contributor Author

kencall commented Nov 4, 2016

Segfault was due to calling an object which had been deleted. This is fixed.

@kpedro88
Copy link
Contributor

kpedro88 commented Nov 4, 2016

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 4, 2016

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

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 4, 2016

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 4, 2016

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 5, 2016

@kpedro88
Copy link
Contributor

kpedro88 commented Nov 6, 2016

@davidlange6 is this okay now?

@dmitrijus
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 8, 2016

This pull request is fully signed and it will be integrated in one of the next CMSSW_8_1_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @smuzaffar

@davidlange6
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit e629e0a into cms-sw:CMSSW_8_1_X Nov 8, 2016
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

5 participants