CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/SimG4CMS/Forward/interface/TotemG4HitCollection.h

Go to the documentation of this file.
00001 #ifndef Forward_TotemG4HitCollection_h
00002 #define Forward_TotemG4HitCollection_h 1
00003 // -*- C++ -*-
00004 //
00005 // Package:     Forward
00006 // Class  :     TotemG4HitCollection
00007 //
00015 //
00016 // Original Author:
00017 //         Created:  Tue May 16 10:14:34 CEST 2006
00018 // $Id: TotemG4HitCollection.h,v 1.1 2006/05/17 16:18:57 sunanda Exp $
00019 //
00020  
00021 // system include files
00022 
00023 // user include files
00024 #include "SimG4CMS/Forward/interface/TotemG4Hit.h"
00025 #include "G4THitsCollection.hh"
00026 
00027 typedef G4THitsCollection<TotemG4Hit> TotemG4HitCollection;
00028 
00029 #endif