BmnRoot
Loading...
Searching...
No Matches
L1StsHit.h
Go to the documentation of this file.
1
#ifndef _L1StsHit_h_
2
#define _L1StsHit_h_
3
4
#include "
L1Strip.h
"
5
6
typedef
unsigned
/*short*/
int
THitI
;
// strip index type
7
typedef
unsigned
short
int
TZPosI
;
// strip z-coor index type
8
9
class
L1StsHit
10
{
11
public
:
12
TStripI
f
,
b
;
// front and back strip indices
13
TZPosI
iz
;
// index of z coor. in L1Algo::vStsZPos
14
15
unsigned
short
int
n
;
// number of event
16
17
L1StsHit
():
f
(0),
b
(0),
iz
(0),
n
(0) {}
18
L1StsHit
(
L1StsHit
&h,
unsigned
short
int
_n,
/*short*/
int
sh,
/*short*/
int
shB):
f
(h.
f
+ sh),
b
(h.
b
+ shB),
iz
(0),
n
(_n){}
19
20
};
21
22
#endif
L1Strip.h
TStripI
unsigned int TStripI
Definition
L1Strip.h:22
TZPosI
unsigned short int TZPosI
Definition
L1StsHit.h:7
THitI
unsigned int THitI
Definition
L1StsHit.h:6
L1StsHit
Definition
L1StsHit.h:10
L1StsHit::L1StsHit
L1StsHit(L1StsHit &h, unsigned short int _n, int sh, int shB)
Definition
L1StsHit.h:18
L1StsHit::iz
TZPosI iz
Definition
L1StsHit.h:13
L1StsHit::n
unsigned short int n
Definition
L1StsHit.h:15
L1StsHit::L1StsHit
L1StsHit()
Definition
L1StsHit.h:17
L1StsHit::f
TStripI f
Definition
L1StsHit.h:12
L1StsHit::b
TStripI b
Definition
L1StsHit.h:12
reconstruction
cat
L1Algo
L1StsHit.h
Generated on Fri May 15 2026 10:40:58 for BmnRoot by
1.9.8