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

revert-9344-nohww #9920

Closed
wants to merge 55 commits into from
Closed

revert-9344-nohww #9920

wants to merge 55 commits into from

Conversation

deguio
Copy link
Contributor

@deguio deguio commented Jun 26, 2015

No description provided.

matthieu and others added 30 commits May 13, 2015 09:54
update reco MET correction producers

Conflicts:
	JetMETCorrections/Type1MET/interface/PFJetMETcorrInputProducerT.h
	JetMETCorrections/Type1MET/plugins/AddCorrectionsToCaloMET.cc
	JetMETCorrections/Type1MET/plugins/AddCorrectionsToPFMET.cc
As only some PFCandidates have reference to a Track, mappingTk
contains -1 elements. Accessing reverseOrder with -1 gives junk that
is then inserted to mappingTk. When these elements are accessed from
edm::Association, it will throw "index in the map out of upper
boundary" exception, while the expected behaviour would be a null
edm::Ref.

The fix is to access reverseOrder only if mappingTk[i] is non-negative.
changed to autoCond['run2_design']
added PTrackerParametersRcd from frontier://FrontierProd/CMS_CONDITIONS
…fix + variable for the end condition of for loops instead of function calls
A member data was only set conditionally. This problem was found
by valgrind.
…m DB and TrackerTopology, introduced by PR 7966, that were not propagated in this calibration code.
davidlange6 and others added 8 commits June 27, 2015 22:40
…ueMapProducer-7_5

Fix an uninitialized value in JetDeltaRValueMapProducer
Fix several usages of un-initialized variables in DQM (port to 75x)
…ration

Update calibration code to properly use TrackerTopology after PR 7966
…ation

small changes for performance optimization
Add module for validating tracks in miniAOD and fix track-to-PackedCandidate association
@deguio
Copy link
Contributor Author

deguio commented Jun 29, 2015

+1
I have tried to merge on top of CMSSW_7_5_X_2015-06-27-2300 and merges just fine

@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 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

@davidlange6
Copy link
Contributor

@deguio the conflict is with #9630 (merged since 27-2300)

cmsbuild and others added 3 commits June 29, 2015 13:44
…yComparison

Include d<angle> vs. d<translation> plots in geometry comparison plotter
@deguio deguio closed this Jun 29, 2015
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