StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StSstWaferHitCollection.h
1 
5 /***************************************************************************
6  *
7  * $Id: StSstWaferHitCollection.h,v 2.1 2015/05/13 16:50:59 ullrich Exp $
8  *
9  * Author: Jonathan Bouchet, Thomas Ullrich, May 2015
10  ***************************************************************************
11  *
12  * Description:
13  *
14  ***************************************************************************
15  *
16  * $Log: StSstWaferHitCollection.h,v $
17  * Revision 2.1 2015/05/13 16:50:59 ullrich
18  * Initial Revision.
19  *
20  **************************************************************************/
21 #ifndef StSstWaferHitCollection_hh
22 #define StSstWaferHitCollection_hh
23 
24 #include "StObject.h"
25 #include "StContainers.h"
26 
27 class StSstHit;
28 
30 public:
32  // StSstWaferHitCollection(const StSstWaferHitCollection&); use default
33  // const StSstWaferHitCollection&
34  // operator=(const StSstWaferHitCollection&); use default
36 
37  StSPtrVecSstHit& hits();
38  const StSPtrVecSstHit& hits() const;
39 
40 private:
41  StSPtrVecSstHit mHits;
42 
43  ClassDef(StSstWaferHitCollection,1)
44 };
45 #endif