BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TrkGeomTraj.cxx
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2// File and Version Information:
3// $Id: TrkGeomTraj.cxx,v 1.1.1.1 2005/07/18 05:51:56 codeman Exp $
4//
5// Description:
6//
7//
8// Environment:
9// Software developed for the BaBar Detector at the SLAC B-Factory.
10//
11// Author(s): Steve Schaffner
12//
13//------------------------------------------------------------------------
14#include "MdcGeom/TrkGeomTraj.h"
15#include <iostream>
16using namespace std;
17TrkGeomTraj::TrkGeomTraj( double lowlim, double hilim ) : Trajectory( lowlim, hilim ) {}
18
20
22 cout << "ErrMsg(warning)"
23 << "TrkGeomTraj: accept() invoked for derived class that has\n"
24 << "not overridden it. No action taken." << endl;
25}
Trajectory(double lowlim, double hilim)
virtual void accept(TrkGeomTrajVisitor &) const
virtual ~TrkGeomTraj()
TrkGeomTraj(double lowlim, double hilim)