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

Multithreaded fixes -- Remove more statics. #946

Merged
merged 1 commit into from Oct 2, 2013

Conversation

ktf
Copy link
Contributor

@ktf ktf commented Sep 30, 2013

No description provided.

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @ktf (Giulio Eulisse) for CMSSW_7_0_X.

Multithreaded fixes -- Remove more statics.

It involves the following packages:

DetectorDescription/Core

@smuzaffar, @civanch, @Dr15Jones, @ianna, @mdhildreth, @nclopezo, @ktf can you please review it and eventually sign? Thanks.
You can sign-off by replying to this message having '+1' in the first line of your reply.
You can reject by replying to this message having '-1' in the first line of your reply.
@ktf you are the release manager for this.

@@ -73,14 +75,11 @@
DDRotation::DDRotation(DDRotationMatrix * rot)
: DDBase<DDName,DDRotationMatrix*>()
{
static std::string baseNoName("DdNoNa");
Copy link
Contributor

Choose a reason for hiding this comment

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

I think, I'd prefer using:
constexpr char const* baseNoName = "DdNoNa";

and replace the string on lines 80 and 81

Copy link
Contributor

Choose a reason for hiding this comment

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

But lines 80 and 81 have different strings "DdNoNa" and "DdNoNa%i".

@ianna
Copy link
Contributor

ianna commented Oct 1, 2013

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 1, 2013

This pull request is fully signed and it will be integrated in one of the next IBs unless changes or unless it breaks tests. @ktf can you please take care of it?

ktf added a commit that referenced this pull request Oct 2, 2013
Multithreaded fixes -- Remove more statics.
@ktf ktf merged commit 44f7b69 into cms-sw:CMSSW_7_0_X Oct 2, 2013
@ktf ktf deleted the cleanup-few-statics-2 branch October 2, 2013 10:47
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