#include <string>
#include <iostream>
Go to the source code of this file.
◆ operator<<() [1/2]
Definition at line 93 of file PileUpTimeEventIndex.cxx.
95 {
96 return os <<
"event xing time (ns): " <<
idx.time()
97 <<
" - PileUpEventInfo subevt index: " <<
idx.index()
99}
static const std::string & typeName(PileUpType typ)
◆ operator<<() [2/2]
Definition at line 85 of file PileUpTimeEventIndex.cxx.
87 {
88 return os <<
"event xing time (ns): " <<
idx.time()
89 <<
" - PileUpEventInfo subevt index: " <<
idx.index()
91}