00001 //$Id: EmcSector.C,v 1.3 2001/06/18 22:10:57 aphecetc Exp $ 00002 00003 #include "EmcSector.h" 00004 00005 //____________________________________________________________________ 00006 EmcSector::EmcSector() 00007 { 00008 SectorId = "unknown" ; 00009 SectorN = 9999 ; 00010 } 00011 00012 //____________________________________________________________________ 00013 EmcSector::~EmcSector() 00014 { 00015 } 00016 00017 //____________________________________________________________________ 00018 void EmcSector::setSectorId(const char* sectorName) 00019 { 00020 SectorId = sectorName ; 00021 }