00001 #ifndef SimDataFormats_PCaloHitContainer_H 00002 #define SimDataFormats_PCaloHitContainer_H 00003 00004 #include "SimDataFormats/CaloHit/interface/PCaloHit.h" 00005 #include <vector> 00006 00007 namespace edm { 00008 typedef std::vector<PCaloHit> PCaloHitContainer; 00009 } // edm 00010 00011 #endif 00012