CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/SimDataFormats/CaloHit/interface/PCaloHitContainer.h

Go to the documentation of this file.
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