Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:24:27

0001 ///////////////////////////////////////////////////////////////////////////////
0002 // File: FP420G4HitCollection.h
0003 // Date: 02.2006
0004 // Description: FP420 detector Hit collection
0005 // Modifications:
0006 ///////////////////////////////////////////////////////////////////////////////
0007 #ifndef FP420G4HitCollection_h
0008 #define FP420G4HitCollection_h
0009 
0010 #include "G4THitsCollection.hh"
0011 #include "SimG4CMS/FP420/interface/FP420G4Hit.h"
0012 #include "G4Step.hh"
0013 
0014 typedef G4THitsCollection<FP420G4Hit> FP420G4HitCollection;
0015 
0016 #endif