10 os <<
"CSCStripData " << std::endl
11 <<
"------------ " << std::endl
12 <<
"no. of time bins = " << data.
ntbins_ << std::endl
13 <<
", phmax = " << data.
phmax_
14 <<
", tmax = " << data.
tmax_ << std::endl
15 <<
"phraw: " << std::endl;
17 os <<
"ph: " << std::endl;
18 std::copy( data.
ph_.begin(), data.
ph_.end(), std::ostream_iterator<float>(os,
"\n") );
std::vector< int > phRaw_
std::ostream & operator<<(std::ostream &out, const ALILine &li)
static constexpr int ntbins_
char data[epos_bytes_allocation]