PicoDstFHCal.cxx 220 B

12345678910111213141516171819
  1. #include "PicoDstFHCal.h"
  2. ClassImp(PicoDstFHCal);
  3. PicoDstFHCal::PicoDstFHCal()
  4. {
  5. }
  6. PicoDstFHCal::~PicoDstFHCal()
  7. {
  8. Clear();
  9. }
  10. void PicoDstFHCal::Clear(Option_t *option)
  11. {
  12. TObject::Clear(option);
  13. fEnergy = 0;
  14. }