Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 ///////////////////////////////////////////////////////////////////////////////
0002 // Author
0003 // Seyed Mohsen Etesami setesami@cern.ch
0004 // Feb 2016
0005 ///////////////////////////////////////////////////////////////////////////////
0006 #ifndef PPS_PPSDiamondG4HitCollection_h
0007 #define PPS_PPSDiamondG4HitCollection_h
0008 
0009 #include "SimG4CMS/PPS/interface/PPSDiamondG4Hit.h"
0010 #include "G4THitsCollection.hh"
0011 
0012 typedef G4THitsCollection<PPSDiamondG4Hit> PPSDiamondG4HitCollection;
0013 
0014 #endif  //PPS_PPSDiamondG4HitCollection_h