StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StMcPxlSensorHitCollection.hh
1 /***************************************************************************
2  * $Id: StMcPxlSensorHitCollection.hh,v 2.1 2013/03/25 23:50:36 perev Exp $
3  * $Log: StMcPxlSensorHitCollection.hh,v $
4  * Revision 2.1 2013/03/25 23:50:36 perev
5  * Mustafa.Pxl add
6  *
7  *
8  *
9  **************************************************************************/
10 #ifndef StMcPxlSensorHitCollection_hh
11 #define StMcPxlSensorHitCollection_hh
12 
13 #include "StObject.h"
14 #include "StMcContainers.hh"
15 
16 class StMcPxlHit;
17 
19 public:
22 
23  StSPtrVecMcPxlHit& hits();
24  const StSPtrVecMcPxlHit& hits() const;
25 
26 private:
27  StSPtrVecMcPxlHit mHits;
28 
29  ClassDef(StMcPxlSensorHitCollection,1)
30 };
31 #endif