-
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-hcx28 Make the topology tester up-to-date with the geometry changes for HCAL #11423
Conversation
A new Pull Request was created by @bsunanda for CMSSW_7_6_X. bsunanda:Run2-hcx28 Make the topology tester up-to-date with the geometry changes for HCAL It involves the following packages: Geometry/CaloTopology @cmsbuild, @civanch, @Dr15Jones, @ianna, @mdhildreth can you please review it and eventually sign? Thanks. |
@@ -0,0 +1,237 @@ | |||
import FWCore.ParameterSet.Config as cms |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bsunanda - did you include this file intentionally?
@cmsbuild please test |
The tests are being triggered in jenkins. |
Yana - could you look into this please. They are related to unit tests for topology From: cmsbuild [[email protected]] Comparison is ready — |
@bsunanda - the tests pass. What exactly in comparison do you point me to? |
These replace the old nonworking unit tests. These are changes only to test directory -so dont know what to expect in the comparisons. From: Ianna Osborne [[email protected]] @bsunandahttps://github.com/bsunanda - the tests pass. What exactly in comparison do you point me to? — |
@bsunanda - ok, here is a problem reported by static checks. The compiler is complaining because it thinks nDepthBins is uninitialised:
comparison with baseline seem to be fine for everything except for DQM (20-50%) and HLT (0.0-0.1% - one test out of 1-30k). These are definitely not related to this PR. BTW, did you see my question about configuration dump file? Did you mean to commit it? |
I see the issue - it is set depthBinInformation. But I shall initialize that in the coming PR. I just copied the files which were there in CMSSW_6_2_X. According to me to dump file is not necessary. From: Ianna Osborne [[email protected]] @bsunandahttps://github.com/bsunanda - ok, here is a problem reported by static checks. The compiler is complaining because it thinks nDepthBins is uninitialised:
comparison with baseline seem to be fine for everything except for DQM (20-50%) and HLT (0.0-0.1% - one test out of 1-30k). These are definitely not related to this PR. BTW, did you see my question about configuration dump file? Did you mean to commit it? — |
@bsunanda - could you, please, remove the dump file from this PR? Thanks. |
Done that From: Ianna Osborne [[email protected]] @bsunandahttps://github.com/bsunanda - could you, please, remove the dump file from this PR? Thanks. — |
#include "Geometry/CaloTopology/interface/HcalTopology.h" | ||
#include "DataFormats/HcalDetId/interface/HcalDetId.h" | ||
#include "DataFormats/HcalDetId/interface/HcalSubdetector.h" | ||
#include "CoralBase/Exception.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this dependency here? (and in the buildfile?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed dependency
From: David Lange [[email protected]]
Sent: 26 September 2015 13:54
To: cms-sw/cmssw
Cc: Sunanda Banerjee
Subject: Re: [cmssw] bsunanda:Run2-hcx28 Make the topology tester up-to-date with the geometry changes for HCAL (#11423)
In Geometry/CaloTopology/test/HcalTopologyTester.cchttps://github.com//pull/11423#discussion_r40492941:
#include "Geometry/CaloTopology/interface/HcalTopology.h"
#include "DataFormats/HcalDetId/interface/HcalDetId.h"
#include "DataFormats/HcalDetId/interface/HcalSubdetector.h"
+#include "CoralBase/Exception.h"
why is this dependency here? (and in the buildfile?)
—
Reply to this email directly or view it on GitHubhttps://github.com//pull/11423/files#r40492941.
+1 |
Pull request #11423 was updated. @cmsbuild, @civanch, @Dr15Jones, @ianna, @mdhildreth can you please check and sign again. |
@cmsbuild please test |
+1 |
The tests are being triggered in jenkins. |
bsunanda:Run2-hcx28 Make the topology tester up-to-date with the geometry changes for HCAL
Remove the obsolete codes and add new codes and the corresponding cfg's