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

Use correct Root6 type names #2189

Merged
merged 1 commit into from Jan 27, 2014

Conversation

wmtan
Copy link
Contributor

@wmtan wmtan commented Jan 27, 2014

Fix for fatal exception in relvals due to change in normalized type names from ROOT 5 to ROOT 6.
ROOT6 uses Long64_t, ULong64_t, and std::string for what were, in ROOT5 long long, unsigned long long, and std::basic_string respectively.

With this fix, the relvals now fail later in their execution due to an unrelated exception. That now needs to be fixed.

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @wmtan for CMSSW_7_1_ROOT6_X.

Use correct Root6 type names

It involves the following packages:

CondCore/ORA
FWCore/Utilities

@apfeiffer1, @Dr15Jones, @cmsbuild, @nclopezo, @ggovi, @Degano, @ktf can you please review it and eventually sign? Thanks.
@ghellwig this is something you requested to watch as well.
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.

davidlt added a commit that referenced this pull request Jan 27, 2014
@davidlt davidlt merged commit c6e6200 into cms-sw:CMSSW_7_1_ROOT6_X Jan 27, 2014
@wmtan wmtan deleted the UseCorrectRoot6TypeNames branch January 27, 2014 23:32
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