/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Reconstruction/MdcPatRec/MdcGeom/MdcGeom-00-01-17/src/TrkGeomTraj.cxx

Go to the documentation of this file.
00001 //--------------------------------------------------------------------------
00002 // File and Version Information:
00003 //      $Id: TrkGeomTraj.cxx,v 1.1.1.1 2005/07/18 05:51:56 codeman Exp $
00004 //
00005 // Description:
00006 //     
00007 //
00008 // Environment:
00009 //      Software developed for the BaBar Detector at the SLAC B-Factory.
00010 //
00011 // Author(s): Steve Schaffner
00012 //
00013 //------------------------------------------------------------------------
00014 #include "MdcGeom/TrkGeomTraj.h"
00015 #include <iostream>
00016 using namespace std;
00017 TrkGeomTraj::TrkGeomTraj(double lowlim, double hilim) : 
00018   Trajectory(lowlim, hilim)
00019 {
00020 }
00021 
00022 TrkGeomTraj::~TrkGeomTraj()
00023 {
00024 }
00025 
00026 void 
00027 TrkGeomTraj::accept(TrkGeomTrajVisitor&) const
00028 {
00029   cout <<"ErrMsg(warning)" << 
00030     "TrkGeomTraj: accept() invoked for derived class that has\n"
00031                   << "not overridden it.  No action taken." << endl;
00032 }

Generated on Tue Nov 29 23:13:30 2016 for BOSS_7.0.2 by  doxygen 1.4.7