ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitEdm/VertexFitInterface/src/HisInterface.cc
(Generate patch)

Comparing UserCode/MitEdm/VertexFitInterface/src/HisInterface.cc (file contents):
Revision 1.1 by paus, Thu Aug 28 22:09:20 2008 UTC vs.
Revision 1.3 by loizides, Sat Sep 27 05:48:26 2008 UTC

# Line 1 | Line 1
1 < #include "TMath.h"
1 > // $Id$
2 >
3 > #include "MitEdm/VertexFitInterface/interface/HisInterface.h"
4 > #include <TMath.h>
5   #include "MitEdm/DataFormats/interface/Types.h"
6   #include "MitEdm/VertexFitInterface/interface/TrackParameters.h"
4 #include "MitEdm/VertexFitInterface/interface/HisInterface.h"
7  
8   using namespace reco;
9   using namespace mitedm;
10 + using namespace mithep;
11  
12 + //--------------------------------------------------------------------------------------------------
13   HisInterface::HisInterface(const Track *trk1, const Track *trk2, const double bField) :
14    his_(0)
15   {
16 +  // Constructor.
17 +
18    // Create the CMS track parameters
19    TrackParameters cmsTrk1(trk1);
20    TrackParameters cmsTrk2(trk2);
# Line 24 | Line 30 | HisInterface::HisInterface(const Track *
30  
31   HisInterface::~HisInterface()
32   {
33 +  // Destructor.
34 +
35    delete his_;
36   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines