BmnRoot
Loading...
Searching...
No Matches
BmnTof701Digit.cxx
Go to the documentation of this file.
1//--------------------------------------------------------------------------------------------------------------------------------------
2#include "BmnTof701Digit.h"
3
4//--------------------------------------------------------------------------------------------------------------------------------------
8//--------------------------------------------------------------------------------------------------------------------------------------
9BmnTof701Digit::BmnTof701Digit(Short_t plane, Short_t strip, Short_t side, Float_t t, Float_t a)
10 : BmnTof1Digit(plane, strip, side, t, a)
11{}
12//--------------------------------------------------------------------------------------------------------------------------------------
13BmnTof701Digit::BmnTof701Digit(const BmnTof701Digit* ptr, Float_t t, Float_t a)
14 : BmnTof1Digit((BmnTof1Digit*)ptr, t, a)
15{}
16//--------------------------------------------------------------------------------------------------------------------------------------
18//--------------------------------------------------------------------------------------------------------------------------------------
19// void BmnTof701Digit::print(const char* comment, std::ostream& os) const
20// {
21// os << " [BmnTof701Digit] ";
22// if (nullptr != comment)
23// os << comment;
24// os << " detID: " << fPlane << ", stripID: " << fStrip << ", stripSide: " << fSide << ", time: " << fTime
25// << ", ampl.: " << fAmplitude << std::endl;
26// }
27//--------------------------------------------------------------------------------------------------------------------------------------
virtual ~BmnTof701Digit()