BmnRoot
Loading...
Searching...
No Matches
BmnMwpcDigit.cxx
Go to the documentation of this file.
1
2
/*
3
* File: BmnMwpcDigit.cxx
4
* Author: Sergey Merts
5
*
6
* Created on October 17, 2014, 1:18 PM
7
*/
8
9
#include "
BmnMwpcDigit.h
"
10
11
BmnMwpcDigit::BmnMwpcDigit
() {
12
fTime = 0;
13
fStation = -1;
14
fPlane = -1;
15
fWire = -1;
16
fRef = -1;
17
fUse = kFALSE;
18
}
19
20
BmnMwpcDigit::BmnMwpcDigit
(Short_t iStation, Short_t iPlane, Int_t iWire, UInt_t iTime) {
21
fTime = iTime;
22
fStation = iStation;
23
fPlane = iPlane;
24
fWire = iWire;
25
fRef = -1;
26
fUse = kFALSE;
27
}
28
29
BmnMwpcDigit::~BmnMwpcDigit
() {
30
31
}
BmnMwpcDigit::BmnMwpcDigit
BmnMwpcDigit()
Definition
BmnMwpcDigit.cxx:11
BmnMwpcDigit::~BmnMwpcDigit
virtual ~BmnMwpcDigit()
Definition
BmnMwpcDigit.cxx:29
BmnMwpcDigit.h
detectors
mwpc
BmnMwpcDigit.cxx
Generated on Fri May 15 2026 10:40:51 for BmnRoot by
1.9.8