CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/SimG4CMS/Forward/interface/BscG4HitCollection.h

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