28 #include "StFtpcSectorCoordinate.hh"
30 static const char rcsid[] =
"$Id: StFtpcSectorCoordinate.cc,v 1.2 2000/02/02 23:01:38 calderon Exp $";
32 StFtpcSectorCoordinate::StFtpcSectorCoordinate() {}
34 StFtpcSectorCoordinate::StFtpcSectorCoordinate(
const int plane,
const int sector)
35 : mPlane(plane), mSector(sector) {}
37 StFtpcSectorCoordinate::~StFtpcSectorCoordinate() {}
43 return (p.mPlane == mPlane &&
44 p.mSector == mSector);
56 return os <<
"(plane= " << a.plane()
57 <<
", sector= " << a.sector();