BmnRoot
Loading...
Searching...
No Matches
BmnSsdDigi.cxx
Go to the documentation of this file.
1
8
#include "
BmnSsdDigi.h
"
9
#include <sstream>
10
#include "
BmnSsdAddress.h
"
11
12
using
std::string;
13
using
std::stringstream;
14
15
// --- String output
16
string
BmnSsdDigi::ToString
()
const
{
17
stringstream ss;
18
ss <<
"SsdDigi: address "
<< fAddress <<
" | channel "
<< fChannel
19
<<
" | charge "
<< fCharge <<
" | time "
<< fTime;
20
return
ss.str();
21
}
BmnSsdAddress.h
BmnSsdDigi.h
BmnSsdDigi::ToString
virtual std::string ToString() const
Definition
BmnSsdDigi.cxx:16
detectors
ssd
auxx
data
BmnSsdDigi.cxx
Generated on Fri May 15 2026 10:40:52 for BmnRoot by
1.9.8