Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:59

0001 ///////////////////////////////////////////////////////////////////////////////
0002 // File: BscG4HitCollection.h
0003 // Date: 02.2006
0004 // Description: Bsc detector Hit collection
0005 // Modifications:
0006 ///////////////////////////////////////////////////////////////////////////////
0007 #ifndef BscG4HitCollection_h
0008 #define BscG4HitCollection_h
0009 
0010 #include "G4THitsCollection.hh"
0011 #include "SimG4CMS/Forward/interface/BscG4Hit.h"
0012 
0013 typedef G4THitsCollection<BscG4Hit> BscG4HitCollection;
0014 
0015 #endif