Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef Forward_TotemG4HitCollection_h
0002 #define Forward_TotemG4HitCollection_h 1
0003 // -*- C++ -*-
0004 //
0005 // Package:     Forward
0006 // Class  :     TotemG4HitCollection
0007 //
0008 /**\class TotemG4HitCollection TotemG4HitCollection.h SimG4CMS/Forward/interface/TotemG4HitCollection.h
0009  
0010  Description: Hit collection class for Totem transient hits
0011  
0012  Usage: 
0013  
0014 */
0015 //
0016 // Original Author:
0017 //         Created:  Tue May 16 10:14:34 CEST 2006
0018 //
0019 
0020 // system include files
0021 
0022 // user include files
0023 #include "SimG4CMS/Forward/interface/TotemG4Hit.h"
0024 #include "G4THitsCollection.hh"
0025 
0026 typedef G4THitsCollection<TotemG4Hit> TotemG4HitCollection;
0027 
0028 #endif