BmnRoot
Loading...
Searching...
No Matches
BmnTrigDigit.cxx
Go to the documentation of this file.
1#include "BmnTrigDigit.h"
2
4 : TNamed()
5{
6 fMod = -1;
7 fTime = -1.0;
8 fAmp = -1.0;
9 fTimestamp = -1.0;
10}
11
12BmnTrigDigit::BmnTrigDigit(Short_t iMod, Double_t iTime, Double_t iAmp, Double_t iTimestamp)
13 : TNamed()
14{
15 fMod = iMod;
16 fTime = iTime;
17 fAmp = iAmp;
18 fTimestamp = iTimestamp;
19}
20
Double_t fAmp
Double_t fTime
virtual ~BmnTrigDigit()
Double_t fTimestamp