CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PCaloHitContainer.h
Go to the documentation of this file.
1 #ifndef SimDataFormats_PCaloHitContainer_H
2 #define SimDataFormats_PCaloHitContainer_H
3 
5 #include <vector>
6 
7 namespace edm {
8  typedef std::vector<PCaloHit> PCaloHitContainer;
9 } // edm
10 
11 #endif
12 
std::vector< PCaloHit > PCaloHitContainer