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
StEtrHit.h
1
5
/***************************************************************************
6
*
7
* $Id: StEtrHit.h,v 2.2 2012/03/22 00:07:28 perev Exp $
8
*
9
* Author: Ming Shao, Jan 2012
10
***************************************************************************
11
*
12
* Description:
13
*
14
***************************************************************************
15
*
16
* $Log: StEtrHit.h,v $
17
* Revision 2.2 2012/03/22 00:07:28 perev
18
* Section added
19
*
20
* Revision 2.1 2012/01/24 03:06:12 perev
21
* Add Etr
22
*
23
*
24
* Revision 1.0 2012/01/05 Ming
25
* Initial Version
26
*
27
**************************************************************************/
28
#ifndef StEtrHit_hh
29
#define StEtrHit_hh
30
31
#include "StHit.h"
32
#include "StMemoryPool.hh"
33
34
class
StEtrPoint;
35
36
class
StEtrHit
:
public
StHit
{
37
public
:
38
StEtrHit
();
39
StEtrHit
(
const
StThreeVectorF
& position,
40
int
sector,
int
layer,
int
section,
float
charge);
41
~
StEtrHit
();
42
StDetectorId detector()
const
{
return
kEtrId;}
43
44
int
section()
const
;
// 0-29
45
int
sector()
const
;
// 0-11
46
int
layer()
const
;
// 0-2
47
protected
:
48
ClassDef(
StEtrHit
,1)
49
};
50
#endif
StEtrHit
Definition:
StEtrHit.h:36
StHit
Definition:
StHit.h:125
StThreeVector< float >
Generated by
1.8.5