StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StEvent
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
20
class
StIstLadderHitCollection
:
public
StObject
21
{
22
public
:
23
StIstLadderHitCollection
();
24
~
StIstLadderHitCollection
();
25
26
unsigned
int
numberOfHits()
const
;
27
28
StIstSensorHitCollection
*sensor(
unsigned
int
);
29
const
StIstSensorHitCollection
*sensor(
unsigned
int
)
const
;
30
31
private
:
32
StIstSensorHitCollection
mSensors[
kIstNumSensorsPerLadder
];
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
****************************************************************************/
StIstLadderHitCollection
Definition:
StIstLadderHitCollection.h:20
StIstSensorHitCollection
Definition:
StIstSensorHitCollection.h:19
StObject
Definition:
StObject.h:54
StIstConsts::kIstNumSensorsPerLadder
const int kIstNumSensorsPerLadder
6 sensor per one IST Ladder
Definition:
StEnumerations.h:712
StEnumerations.h
Generated by
1.8.5