BmnRoot
Loading...
Searching...
No Matches
BmnDchDigit.h
Go to the documentation of this file.
1
#ifndef BMNDCHDIGIT_H
2
#define BMNDCHDIGIT_H
3
4
#include "TNamed.h"
5
6
using namespace
std
;
7
8
class
BmnDchDigit
:
public
TNamed {
9
10
public
:
11
13
BmnDchDigit
();
14
16
BmnDchDigit
(UChar_t iPlane, Short_t iWire, Double_t iTime, Int_t refId);
17
18
UChar_t
GetPlane
()
const
{
return
fPlane;}
19
Short_t
GetWireNumber
()
const
{
return
fWire;}
20
Double_t
GetTime
()
const
{
return
fTime;}
21
Int_t
GetRefId
()
const
{
return
fRef;}
22
23
void
SetPlane
(UChar_t _tmp) {fPlane = _tmp;}
24
void
SetWireNumber
(Short_t _tmp) {fWire = _tmp;}
25
void
SetTime
(Double_t _tmp) {fTime = _tmp;}
26
void
SetRefId
(Int_t _tmp) {fRef = _tmp;}
27
29
virtual
~BmnDchDigit
();
30
31
private
:
32
33
UChar_t fPlane;
34
Short_t fWire;
35
Double_t fTime;
36
Int_t fRef;
37
38
ClassDef(
BmnDchDigit
, 2);
39
40
};
41
42
#endif
/* BMNDCHDIGIT_H */
43
BmnDchDigit
Definition
BmnDchDigit.h:8
BmnDchDigit::GetRefId
Int_t GetRefId() const
Definition
BmnDchDigit.h:21
BmnDchDigit::GetTime
Double_t GetTime() const
Definition
BmnDchDigit.h:20
BmnDchDigit::SetTime
void SetTime(Double_t _tmp)
Definition
BmnDchDigit.h:25
BmnDchDigit::BmnDchDigit
BmnDchDigit()
Definition
BmnDchDigit.cxx:3
BmnDchDigit::GetWireNumber
Short_t GetWireNumber() const
Definition
BmnDchDigit.h:19
BmnDchDigit::SetRefId
void SetRefId(Int_t _tmp)
Definition
BmnDchDigit.h:26
BmnDchDigit::SetWireNumber
void SetWireNumber(Short_t _tmp)
Definition
BmnDchDigit.h:24
BmnDchDigit::~BmnDchDigit
virtual ~BmnDchDigit()
Definition
BmnDchDigit.cxx:18
BmnDchDigit::GetPlane
UChar_t GetPlane() const
Definition
BmnDchDigit.h:18
BmnDchDigit::SetPlane
void SetPlane(UChar_t _tmp)
Definition
BmnDchDigit.h:23
std
STL namespace.
detectors
dch
BmnDchDigit.h
Generated on Fri May 15 2026 10:40:54 for BmnRoot by
1.9.8