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

move the Vx3DHLTAnalyzer class to the DQMEDAnalyzer interface #4106

Merged
merged 3 commits into from Jun 12, 2014

Conversation

deguio
Copy link
Contributor

@deguio deguio commented Jun 4, 2014

this PR supersedes #4048

@deguio
Copy link
Contributor Author

deguio commented Jun 4, 2014

+1
as soon as confirmed by the tests

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 4, 2014

This pull request is fully signed and it will be integrated in one of the next CMSSW_7_2_X IBs unless changes or unless it breaks tests.

@ktf
Copy link
Contributor

ktf commented Jun 4, 2014

Please write a sensible description.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 5, 2014

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 5, 2014

This pull request is fully signed and it will be integrated in one of the next CMSSW_7_2_X IBs unless changes (tests are also fine).

@ktf
Copy link
Contributor

ktf commented Jun 5, 2014

Please fix the title or I will not merge this.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 5, 2014

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 5, 2014

This pull request is fully signed and it will be integrated in one of the next CMSSW_7_2_X IBs unless changes (tests are also fine).

@ktf
Copy link
Contributor

ktf commented Jun 5, 2014

To be clear: until this pull request gets a decent description, it will not be merged.

@deguio deguio changed the title Pull for mauro move the Vx3DHLTAnalyzer class to the DQMEDAnalyzer interface Jun 5, 2014
@deguio
Copy link
Contributor Author

deguio commented Jun 9, 2014

I changed the title. should be fine now.
ciao,
F.

ktf added a commit that referenced this pull request Jun 12, 2014
Move the Vx3DHLTAnalyzer class to the DQMEDAnalyzer interface
@ktf ktf merged commit 6e38e85 into cms-sw:CMSSW_7_2_X Jun 12, 2014
@@ -166,7 +174,7 @@ unsigned int Vx3DHLTAnalyzer::HitCounter(const Event& iEvent)

char* Vx3DHLTAnalyzer::formatTime (const time_t& t)
{
static char ts[25];
Copy link
Contributor

Choose a reason for hiding this comment

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

This is wrong. The string will not be copied.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

my fault. I overlooked the fact that it is a pointer. the easy fix is to copy into an std::string and return that one by value. I'll patch later today.
thanks for noticing this,
F.

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

3 participants