40 out << window.size() <<
" channels";
67 out << windows.size() <<
" windows:";
69 out <<
"\n #" << iWindow <<
": ";
void printTriggerWindowDefs(std::ostream &out, TriggerWindowDefs_t const &windows)
Prints the composition of all windows in long format.
Class compacting a list of integers.
Definition of util::enumerate().
void printTriggerWindowChannels(std::ostream &out, TriggerWindowChannels_t const &window)
Prints the composition of the optical detector window inline.
std::vector< raw::Channel_t > TriggerWindowChannels_t
Type of optical detector channel list in a window.
auto enumerate(Iterables &&...iterables)
Range-for loop helper tracking the number of iteration.
IntegerRanges< typename Coll::value_type, CheckGrowing > makeIntegerRanges(Coll const &coll)
Definition for PMT sliding windows.
std::vector< TriggerWindowChannels_t > TriggerWindowDefs_t
Definition of all windows.