BmnRoot
Loading...
Searching...
No Matches
BmnDchDigit.cxx
Go to the documentation of this file.
1#include "BmnDchDigit.h"
2
4{
5 fTime = -1;
6 fPlane = -1;
7 fWire = -1;
8 fRef = -1;
9}
10
11BmnDchDigit::BmnDchDigit(UChar_t iPlane, Short_t iWire, Double_t iTime, Int_t refId) {
12 fTime = iTime;
13 fPlane = iPlane;
14 fWire = iWire;
15 fRef = refId;
16}
17
virtual ~BmnDchDigit()