CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/SimG4CMS/FP420/interface/FP420G4HitCollection.h

Go to the documentation of this file.
00001 
00002 // File: FP420G4HitCollection.h
00003 // Date: 02.2006
00004 // Description: FP420 detector Hit collection
00005 // Modifications:
00007 #ifndef FP420G4HitCollection_h
00008 #define FP420G4HitCollection_h
00009 
00010 #include "G4THitsCollection.hh"
00011 #include "SimG4CMS/FP420/interface/FP420G4Hit.h"
00012 #include "G4Step.hh"
00013 #include <boost/cstdint.hpp>
00014 
00015 typedef G4THitsCollection<FP420G4Hit> FP420G4HitCollection;
00016 
00017 #endif
00018