CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonCosmicsId.h
Go to the documentation of this file.
1 #ifndef MuonIdentification_MuonCosmicsId_h
2 #define MuonIdentification_MuonCosmicsId_h 1
3 // -*- C++ -*-
4 //
5 // Description:
6 // Tools to identify cosmics muons in collisions
7 //
8 // Original Author: Dmytro Kovalskyi
9 // $Id: MuonCosmicsId.h,v 1.2 2010/06/22 20:38:18 dmytro Exp $
10 //
13 namespace muonid
14 {
15  // returns angle and dPt/Pt
16  std::pair<double, double> matchTracks(const reco::Track& ref,
17  const reco::Track& probe);
18 
20  const reco::Track& muon,
21  double angleMatch = 0.01,
22  double momentumMatch = 0.05);
23 }
24 #endif
reco::TrackRef findOppositeTrack(const edm::Handle< reco::TrackCollection > &collection, const reco::Track &muon, double angleMatch=0.01, double momentumMatch=0.05)
std::pair< double, double > matchTracks(const reco::Track &ref, const reco::Track &probe)