CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
estimate_field.h
Go to the documentation of this file.
1 #ifndef Fireworks_Tracks_estimate_field_h
2 #define Fireworks_Tracks_estimate_field_h
3 // -*- C++ -*-
4 //
5 // Package: Tracks
6 // Class : estimate_field
7 // $Id: estimate_field.h,v 1.4 2009/12/11 21:18:45 dmytro Exp $
8 //
9 namespace reco {
10  class Track;
11 }
12 
13 namespace fw {
14  double estimate_field( const reco::Track& track, bool highQuality = false );
15  double estimate_field( double vx1, double vy1, double vx2, double vy2, double px, double py );
16 }
17 
18 #endif
double estimate_field(const reco::Track &track, bool highQuality=false)