CMS 3D CMS Logo

TrackerHitsObject.h

Go to the documentation of this file.
00001 #ifndef TrackerHitsObject_H
00002 #define TrackerHitsObject_H
00003 
00004 #include "SimDataFormats/SimHitMaker/interface/TrackingSlaveSD.h"
00005 
00006 class TrackerHitsObject{
00007  public:
00008   TrackerHitsObject(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:59 2009 for CMSSW by  doxygen 1.5.4