#include "StripData.h"
#include <vector>
#include <memory>
#include <ostream>
Go to the source code of this file.
|
| GlobalSim |
| AlgTool to obtain a selection of eFex RoIs read in from the event store.
|
|
◆ operator<<()
Definition at line 49 of file LArStripNeighborhood.cxx.
29 os <<
"LArStripNeighborhood: roi coords ("
30 <<
n.m_roiCoords.first <<
',' <<
n.m_roiCoords.second <<
") cell coords ("
31 <<
n.m_cellCoords.first <<
',' <<
n.m_cellCoords.second
32 <<
") max_cell_pos " <<
n.m_max_cell_pos <<
'\n';
34 os <<
"phi low: " <<
" [" <<
n.m_phi_low.size() <<
"]\n";
35 for(
const auto&
sd :
n.m_phi_low) {
os <<
sd <<
'\n';}
39 os <<
"phi center: " <<
" [" <<
n.m_phi_center.size() <<
"]\n";
40 for(
const auto&
sd :
n.m_phi_center) {
os <<
sd <<
'\n';}
44 os <<
"phi high: " <<
" [" <<
n.m_phi_high.size() <<
"]\n";
45 for(
const auto&
sd :
n.m_phi_high) {
os <<
sd <<
'\n';}