CMS 3D CMS Logo

NeutronWriter.h

Go to the documentation of this file.
00001 #ifndef NeutronWriter_h
00002 #define NeutronWriter_h
00003 
00012 #include "SimDataFormats/TrackingHit/interface/PSimHitContainer.h"
00013 
00014 class NeutronWriter {
00015 public:
00017   virtual void writeEvent(int detType, const edm::PSimHitContainer & simHits) = 0;
00018   virtual void initialize(int detType) {}
00019   virtual ~NeutronWriter() {}
00020 
00021 };
00022 
00023 #endif
00024 

Generated on Tue Jun 9 17:47:41 2009 for CMSSW by  doxygen 1.5.4