ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitEdm/VertexFitInterface/interface/TrackParameters.h
(Generate patch)

Comparing UserCode/MitEdm/VertexFitInterface/interface/TrackParameters.h (file contents):
Revision 1.1 by paus, Thu Aug 28 22:09:20 2008 UTC vs.
Revision 1.2 by loizides, Fri Aug 29 00:27:22 2008 UTC

# Line 1 | Line 1
1 < //==================================================================================================
2 < // $Id $
1 > //--------------------------------------------------------------------------------------------------
2 > // $Id$
3   //
4   // Description: class TrackParameters
5   //
# Line 27 | Line 27
27   //   fullCurvature = 1 / Rc = 0.0029979 * q * B / pT = - 0.0029979 * B / pT.
28   //
29   // see the conventions for the MultiVertexFitter in its own header file.
30 < //==================================================================================================
30 > //
31 > // Author: C.Paus
32 > //--------------------------------------------------------------------------------------------------
33  
34   #ifndef _VERTEXFITINTERFACE_TRACKPARAMETERS_H_
35   #define _VERTEXFITINTERFACE_TRACKPARAMETERS_H_
# Line 45 | Line 47 | namespace mitedm
47    class TrackParameters
48    {
49    public:
48    // *structors
50      TrackParameters() {}
51      TrackParameters(const reco::Track     *trk, TrackConvention tcv = iCms, double bField = 3.8);
52      TrackParameters(const TrackParameters &trk);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines