StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StIstSensorHitCollection.h
1 /***************************************************************************
2 *
3 * $Id: StIstSensorHitCollection.h,v 2.1 2014/04/10 16:21:04 jeromel Exp $
4 *
5 * Author: Yaping Wang, August 2013
6 ****************************************************************************
7 * Description:
8 * Data collection for IST hits, and one instance corresponds to one sensor.
9 ***************************************************************************/
10 
11 #ifndef StIstSensorHitCollection_hh
12 #define StIstSensorHitCollection_hh
13 
14 #include "StObject.h"
15 #include "StContainers.h"
16 
17 class StIstHit;
18 
20 {
21 public:
24 
25  StSPtrVecIstHit &hits();
26  const StSPtrVecIstHit &hits() const;
27 
28 private:
29  StSPtrVecIstHit mHits;
30 
32  ClassDef(StIstSensorHitCollection, 1)
33 };
34 #endif
35 
36 
37 /***************************************************************************
38 *
39 * $Log: StIstSensorHitCollection.h,v $
40 * Revision 2.1 2014/04/10 16:21:04 jeromel
41 * Ist struct (Thomas OK-ed)
42 *
43 * Revision 1.3 2014/02/26 21:18:08 smirnovd
44 * Style corrected with astyle -s3 -p -H -A3 -k3 -O -o -y -Y -f
45 *
46 * Revision 1.2 2014/01/29 18:25:00 ypwang
47 * updating scripts
48 *
49 *
50 ****************************************************************************
51 * StIstSensorHitCollection.h,v 1.0
52 * Revision 1.0 2013/11/04 15:25:30 Yaping
53 * Initial version
54 ****************************************************************************/