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
StMuDSTMaker
COMMON
StMuMtdRawHit.h
1
#ifndef __StMuMtdRawHit_hh__
2
#define __StMuMtdRawHit_hh__
3
4
#include "TObject.h"
5
6
using namespace
std;
7
8
class
StMtdRawHit
;
9
10
class
StMuMtdRawHit
:
public
TObject {
11
12
public
:
13
14
StMuMtdRawHit
();
15
StMuMtdRawHit
(
const
StMtdRawHit
*
hit
);
16
~
StMuMtdRawHit
() {; }
17
18
bool
leadingEdge()
const
;
19
bool
trailingEdge()
const
;
20
int
fiberId()
const
;
21
int
flag()
const
;
22
int
backleg()
const
;
23
int
channel()
const
;
24
unsigned
int
tdc()
const
;
25
26
private
:
27
28
Char_t mFlag;
29
UChar_t mBackLeg;
30
UChar_t mChannel;
31
UInt_t mTdc;
32
33
ClassDef(
StMuMtdRawHit
,1)
34
35
};
36
37
#endif
StMtdRawHit
Definition:
StMtdRawHit.h:27
StMuMtdRawHit
Definition:
StMuMtdRawHit.h:10
hit
Definition:
GenericTable.C:6
Generated by
1.8.5