Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:40

0001 #ifndef SimDataFormats_PCaloHitContainer_H
0002 #define SimDataFormats_PCaloHitContainer_H
0003 
0004 #include "SimDataFormats/CaloHit/interface/PCaloHit.h"
0005 #include <vector>
0006 
0007 namespace edm {
0008   typedef std::vector<PCaloHit> PCaloHitContainer;
0009 }  // namespace edm
0010 
0011 #endif