-
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
New track algorithm names for HI muon RegIt #10659
New track algorithm names for HI muon RegIt #10659
Conversation
iterative tracking.
highPurity can be set)
Conflicts: RecoHI/HiMuonAlgos/python/HiRegitMuonDetachedTripletStep_cff.py RecoHI/HiMuonAlgos/python/HiRegitMuonInitialStep_cff.py RecoHI/HiMuonAlgos/python/HiRegitMuonLowPtTripletStep_cff.py RecoHI/HiMuonAlgos/python/HiRegitMuonMixedTripletStep_cff.py RecoHI/HiMuonAlgos/python/HiRegitMuonPixelLessStep_cff.py RecoHI/HiMuonAlgos/python/HiRegitMuonPixelPairStep_cff.py RecoHI/HiMuonAlgos/python/HiRegitMuonTobTecStep_cff.py
A new Pull Request was created by @echapon (Emilien Chapon) for CMSSW_7_5_X. New track algorithm names for HI muon RegIt It involves the following packages: DataFormats/TrackReco @cmsbuild, @cvuosalo, @slava77 can you please review it and eventually sign? Thanks. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
-1 >> Checking EDM Class Version for src/DataFormats/VertexReco/src/classes_def.xml in libDataFormatsVertexRecoCapabilities.so >> Building shared library tmp/slc6_amd64_gcc491/src/DataFormats/HcalIsolatedTrack/src/DataFormatsHcalIsolatedTrack/libDataFormatsHcalIsolatedTrack.so Copying tmp/slc6_amd64_gcc491/src/DataFormats/VertexReco/test/testDataFormatsVertexReco/testDataFormatsVertexReco to productstore area: >> Building shared library tmp/slc6_amd64_gcc491/src/DataFormats/V0Candidate/src/DataFormatsV0Candidate/libDataFormatsV0Candidate.so Copying tmp/slc6_amd64_gcc491/src/DataFormats/HcalIsolatedTrack/src/DataFormatsHcalIsolatedTrack/libDataFormatsHcalIsolatedTrack.so to productstore area: error: class 'reco::GsfTrack' has a different checksum for ClassVersion 15. Increment ClassVersion to 16 and assign it to checksum 2463004588 Suggestion: You can run 'scram build updateclassversion' to generate src/DataFormats/GsfTrackReco/src/classes_def.xml.generated with updated ClassVersion @@@@ ----> OK EDM Class Version gmake: **\* [tmp/slc6_amd64_gcc491/src/DataFormats/GsfTrackReco/src/DataFormatsGsfTrackReco/libDataFormatsGsfTrackRecoCapabilities.so] Error 1 Copying tmp/slc6_amd64_gcc491/src/DataFormats/V0Candidate/src/DataFormatsV0Candidate/libDataFormatsV0Candidate.so to productstore area: >> Leaving Package GeneratorInterface/HiGenCommon you can see the results of the tests here: |
Updating this PR too, the problem being the same as its 76X equivalent #10653 |
The tests are being triggered in jenkins. |
(for consistency with cms-sw#10659)
@cmsbuild please test |
The tests are being triggered in jenkins. |
+1 Small adjustments for Heavy Ion regional iterative tracking. #10653 is the 76X version of this PR, and it has already been merged. The code changes are satisfactory, and Jenkins tests against baseline CMSSW_7_5_X_2015-08-27-2300 show a number of small differences, none significant. See #10653 for a discussion of the minor differences created by this PR and for information on processing time changes. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_5_X IBs once checked with relvals in the development release cycle of CMSSW (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
+1 |
New track algorithm names for HI muon RegIt
75X equivalent of #10653