Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120887
b: "refs/heads/CMSSW_7_0_X"
c: 0e79b53
h: "refs/heads/CMSSW_7_0_X"
i:
  120885: 46ab02d
  120883: e5f2913
  120879: 13143f9
v: v3
  • Loading branch information
Piotr Traczyk committed Oct 4, 2012
1 parent 8cebe8a commit 1258930
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"refs/heads/hi_d20131223": d7335b053d7fe03e98f9f59af6a20004362628e8
refs/heads/gh-pages: a3d9046c56a3ca3dc64ad63f7295276c81ac876a
"refs/heads/analysis_53X_01": 3019419e9784b2b092fc6b5c503b2e0177cbe926
"refs/heads/CMSSW_7_0_X": 0b1b14fea02561961f53bbfd4ac8ae9c12faf4eb
"refs/heads/CMSSW_7_0_X": 0e79b5392bb669dfae5ceb8e57ff57265d030793
22 changes: 11 additions & 11 deletions trunk/DataFormats/MuonReco/interface/MuonCocktails.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* Set of functions that select among the different track refits
* based on the fit quality, in order to achieve optimal resolution.
*
* $Date: 2012/09/10 09:55:45 $
* $Revision: 1.7 $
* $Date: 2012/09/21 13:50:05 $
* $Revision: 1.8 $
* \author Piotr Traczyk
*/

Expand All @@ -22,17 +22,17 @@ namespace muon {
const reco::TrackRef& tpfmsTrack,
const reco::TrackRef& pickyTrack,
const double ptThreshold = 200.,
const double tune1 = 17.,
const double tune2 = 40.,
const double dptcut = 0.25);
const double tune1 = 4.,
const double tune2 = 6.,
const double dptcut = -1);

// Version for convenience. (NB: can be used with pat::Muon, even
// with embedded tracks, equally conveniently!)
inline reco::Muon::MuonTrackTypePair tevOptimized(const reco::Muon& muon,
const double ptThreshold = 200.,
const double tune1 = 17.,
const double tune2 = 40.,
const double dptcut = 0.25) {
const double tune1 = 4.,
const double tune2 = 6.,
const double dptcut = -1) {
return tevOptimized(muon.globalTrack(),
muon.innerTrack(),
muon.tpfmsTrack(),
Expand All @@ -59,9 +59,9 @@ namespace muon {
const reco::TrackToTrackMap& tevMap2,
const reco::TrackToTrackMap& tevMap3,
const double ptThreshold = 200.,
const double tune1 = 17.,
const double tune2 = 40.,
const double dptcut = 0.25) {
const double tune1 = 4.,
const double tune2 = 6.,
const double dptcut = -1) {
return tevOptimized(combinedTrack,
trackerTrack,
getTevRefitTrack(combinedTrack, tevMap2),
Expand Down

0 comments on commit 1258930

Please sign in to comment.