Newer
Older
//*-- Author: Stephen Wood
//////////////////////////////////////////////////////////////////////////
//
// THcDetectorMap
//
// Class to read and hold Hall C style detector map
//
// Will need method to retrieve all map entries for a given
// detector id.
//
//////////////////////////////////////////////////////////////////////////
#include "THcDetectorMap.h"
using namespace std;
ClassImp(THcDetectorMap)
THcDetectorMap::Load(const char *fname)
{
}