00001 #include "SimDataFormats/CaloHit/interface/CastorShowerEvent.h" 00002 #include <iostream> 00003 00004 ClassImp(CastorShowerEvent) 00005 00006 CastorShowerEvent::CastorShowerEvent() { 00007 // Clear(); 00008 // std::cout << "\n *** CastorShowerEvent object created *** " << std::endl; 00009 } 00010 00011 CastorShowerEvent::~CastorShowerEvent() {} 00012 00013 00014 void CastorShowerEvent::Clear() { 00015 nhit = 0; 00016 detID.clear(); 00017 hitPosition.clear(); 00018 nphotons.clear(); 00019 time.clear(); 00020 primaryEnergy = 0.; 00021 primEta = 0.; 00022 primPhi = 0.; 00023 primX = 0.; 00024 primY = 0.; 00025 primZ = 0.; 00026 }