StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StPxlSensorHitCollection.h
1 
5 /***************************************************************************
6  *
7  * $Id: StPxlSensorHitCollection.h,v 2.1 2013/03/05 14:40:41 ullrich Exp $
8  *
9  * Author: X. Dong, Jan 2013
10  ***************************************************************************
11  *
12  * Description:
13  *
14  ***************************************************************************
15  *
16  * $Log: StPxlSensorHitCollection.h,v $
17  * Revision 2.1 2013/03/05 14:40:41 ullrich
18  * Initial Revision.
19  *
20  **************************************************************************/
21 #ifndef StPxlSensorHitCollection_hh
22 #define StPxlSensorHitCollection_hh
23 
24 #include "StObject.h"
25 #include "StContainers.h"
26 
27 class StPxlHit;
28 
30 public:
33 
34  StSPtrVecPxlHit& hits();
35  const StSPtrVecPxlHit& hits() const;
36 
37 private:
38  StSPtrVecPxlHit mHits;
39 
40  ClassDef(StPxlSensorHitCollection,1)
41 };
42 #endif