StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StIstLadderHitCollection.h
1 /***************************************************************************
2 *
3 * $Id: StIstLadderHitCollection.h,v 2.1 2014/04/10 16:20:09 jeromel Exp $
4 *
5 * Author: Yaping Wang, August 2013
6 ****************************************************************************
7 * Description:
8 * Data collection for IST hits, and one instance corresponds to one ladder.
9 ***************************************************************************/
10 
11 #ifndef StIstLadderHitCollection_hh
12 #define StIstLadderHitCollection_hh
13 
14 #include "StObject.h"
15 #include "StIstSensorHitCollection.h"
16 #include "StEvent/StEnumerations.h"
17 
18 using namespace StIstConsts;
19 
21 {
22 public:
25 
26  unsigned int numberOfHits() const;
27 
28  StIstSensorHitCollection *sensor(unsigned int);
29  const StIstSensorHitCollection *sensor(unsigned int) const;
30 
31 private:
33 
34  ClassDef(StIstLadderHitCollection, 1)
35 };
36 #endif
37 
38 
39 /***************************************************************************
40 *
41 * $Log: StIstLadderHitCollection.h,v $
42 * Revision 2.1 2014/04/10 16:20:09 jeromel
43 * Ist struct (Thomas OK-ed)
44 *
45 * Revision 1.5 2014/03/17 20:27:57 ypwang
46 * remove numOfLadder() and numOfSensor() from StIstHitCollection.h and StIstLadderHitCollection.h, respectively
47 *
48 * Revision 1.4 2014/03/13 22:10:12 smirnovd
49 * Move some constants from StIstUtil/StIstConsts.h to StEvent/StEnumerations.h to avoid external dependance of StEvent on StIstUtil
50 *
51 * Revision 1.3 2014/02/26 21:18:08 smirnovd
52 * Style corrected with astyle -s3 -p -H -A3 -k3 -O -o -y -Y -f
53 *
54 * Revision 1.2 2014/01/29 18:25:00 ypwang
55 * updating scripts
56 *
57 *
58 ****************************************************************************
59 * StIstLadderHitCollection.h,v 1.0
60 * Revision 1.0 2013/11/04 15:25:30 Yaping
61 * Initial version
62 ****************************************************************************/
const int kIstNumSensorsPerLadder
6 sensor per one IST Ladder