CMS 3D CMS Logo

FP420HitsObject.h

Go to the documentation of this file.
00001 #ifndef FP420HitsObject_H
00002 #define FP420HitsObject_H
00003 
00004 #include "SimDataFormats/SimHitMaker/interface/TrackingSlaveSD.h"
00005 
00006 class FP420HitsObject{
00007  public:
00008   FP420HitsObject(std::string, TrackingSlaveSD::Collection &);
00009   std::string name(){return _name;}
00010   TrackingSlaveSD::Collection& hits(){return _hits;}
00011  private:
00012   TrackingSlaveSD::Collection& _hits;
00013   std::string _name;
00014 
00015 };
00016 
00017 
00018 #endif

Generated on Tue Jun 9 17:46:57 2009 for CMSSW by  doxygen 1.5.4