CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/SimMuon/Neutron/src/NeutronReader.h

Go to the documentation of this file.
00001 #ifndef NeutronReader_h
00002 #define NeutronReader_h
00003 
00008 #include "SimDataFormats/TrackingHit/interface/PSimHitContainer.h"
00009 #include<vector>
00010 
00011 class NeutronReader
00012 {
00013 public:  
00014   NeutronReader() {};
00015   virtual ~NeutronReader() {};
00016 
00017   virtual void readNextEvent(int chamberType, edm::PSimHitContainer & result) = 0;
00018 };
00019 
00020 #endif
00021