00001 #include "SimDataFormats/CaloHit/interface/CastorShowerLibraryInfo.h" 00002 #include <iostream> 00003 00004 ClassImp(CastorShowerLibraryInfo) 00005 00006 CastorShowerLibraryInfo::CastorShowerLibraryInfo() { 00007 // Clear(); 00008 // std::cout << "\n *** CastorShowerLibraryInfo object created *** " << std::endl; 00009 } 00010 00011 CastorShowerLibraryInfo::~CastorShowerLibraryInfo() {} 00012 00013 00014 void CastorShowerLibraryInfo::Clear() { 00015 Energy.Clear(); 00016 Eta.Clear(); 00017 Phi.Clear(); 00018 }