-
Stephen A. Wood authored
constructors so that they now work in TClonesArray.
Stephen A. Wood authoredconstructors so that they now work in TClonesArray.
THcRawHit.cxx 878 B
///////////////////////////////////////////////////////////////////////////////
// //
// THcRawHit //
// //
// Abstract class for a single raw hit //
// //
// Contains plane, counter and at least one data value //
// //
///////////////////////////////////////////////////////////////////////////////
#include "THcRawHit.h"
//THcRawHit::~THcRawHit()
//{}
ClassImp(THcRawHit)
//_____________________________________________________________________________