00001 #include "DataFormats/CastorReco/interface/CastorCell.h" 00002 00003 reco::CastorCell::CastorCell(const double energy, const ROOT::Math::XYZPoint& position) { 00004 position_ = position; 00005 energy_ = energy; 00006 } 00007 00008 reco::CastorCell::~CastorCell() { 00009 00010 }