BmnRoot
Loading...
Searching...
No Matches
BmnVSPDigit.cxx
Go to the documentation of this file.
1#include "BmnVSPDigit.h"
2
6
8 : BmnStripDigit(digit)
9 , fTimeSinceBegin_ns(digit->GetTimeSinceBegin_ns())
10{}
11
12BmnVSPDigit::BmnVSPDigit(Int_t iStation, Int_t iModule, Int_t iLayer, Int_t iStrip, Double_t iSignal)
13 : BmnStripDigit(iStation, iModule, iLayer, iStrip, iSignal)
14{}
15
16BmnVSPDigit::BmnVSPDigit(Int_t iStation, Int_t iModule, Int_t iLayer, Int_t iStrip, Double_t iSignal, Double_t iNoise)
17 : BmnStripDigit(iStation, iModule, iLayer, iStrip, iSignal, iNoise)
18{}
19
virtual ~BmnVSPDigit()