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

Macros need to compile in ROOT6 (Reco) #8715

Merged
merged 1 commit into from Apr 15, 2015
Merged

Conversation

wmtan
Copy link
Contributor

@wmtan wmtan commented Apr 13, 2015

In ROOT6 macros are processed by cling, rather than CINT. Over 500 CMSSW macros do not compile in ROOT6. Since that is too many macros to be fixed centrally, it was decided by David Lange to centrally fix only those 45 macros with compilation errors that have been modified since the switch over to git, since those are the ones most likely to be used. A few of these 45 macros are in the Reconstruction L2 category. This pull request partially fixes the compilation errors. I could not fully fix RecoParticleFlow/PFClusterTools/test/src/testWrappers.C, because I could not find any place in CMSSW where type "SingleParticleWrapper" was declared. I chose not to fix RecoParticleFlow/PFClusterTools/test/src/clusterCalibrate.C because its only problem is that a constructor that it needs, pftools::PFClusterCalibration(pftools::IO *) has been commented out. Since it may have been commented out for a good reason, I left this alone. To fix this macro, simply uncomment the constructor.

@cmsbuild
Copy link
Contributor

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

Macros need to compile in ROOT6 (Reco)

It involves the following packages:

RecoParticleFlow/PFClusterTools
RecoTracker/TrackProducer

@cmsbuild, @cvuosalo, @nclopezo, @slava77 can you please review it and eventually sign? Thanks.
@ghellwig, @mmarionncern, @makortel, @GiacomoSguazzoni, @rovere, @lgray, @appeltel, @mschrode, @gpetruc, @cerati, @VinInn, @dgulhan, @bachtis, @venturia 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.
If you are a L2 or a release manager you can ask for tests by saying 'please test' in the first line of a comment.
@nclopezo you are the release manager for this.
You can merge this pull request by typing 'merge' in the first line of your comment.

@slava77
Copy link
Contributor

slava77 commented Apr 13, 2015

@cmsbuild please test
[this may be pointless since the scripts are not compiled by scram]

@cmsbuild
Copy link
Contributor

The tests are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

@slava77
Copy link
Contributor

slava77 commented Apr 14, 2015

+1

for #8715 f93745b
changes in the code are as expected.
They all looks like they can go to the root5 version as well

@cmsbuild
Copy link
Contributor

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

@wmtan
Copy link
Contributor Author

wmtan commented Apr 14, 2015

Since Slava is correct that it appears these changes are harmless for ROOT5, I removed the request to not forward these to 7_5_ROOT5_X from the original comment.

@davidlange6
Copy link
Contributor

+1

@wmtan
Copy link
Contributor Author

wmtan commented Apr 15, 2015

These changes are harmless for ROOT5.

@wmtan wmtan deleted the macrosReco branch May 7, 2015 22:45
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

4 participants