#include <LArStripNeighborhood.h>
Definition at line 28 of file LArStripNeighborhood.h.
◆ LArStripNeighborhood()
◆ cellCoords()
const Coords& GlobalSim::LArStripNeighborhood::cellCoords |
( |
| ) |
const |
|
inline |
◆ maxCellIndex()
std::size_t GlobalSim::LArStripNeighborhood::maxCellIndex |
( |
| ) |
const |
|
inline |
◆ phi_center()
◆ phi_high()
◆ phi_low()
◆ roiCoords()
const Coords& GlobalSim::LArStripNeighborhood::roiCoords |
( |
| ) |
const |
|
inline |
◆ operator<<
Definition at line 26 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';}
◆ m_cellCoords
Coords GlobalSim::LArStripNeighborhood::m_cellCoords {0., 0.} |
|
private |
◆ m_max_cell_pos
std::size_t GlobalSim::LArStripNeighborhood::m_max_cell_pos {0} |
|
private |
◆ m_phi_center
◆ m_phi_high
◆ m_phi_low
◆ m_roiCoords
Coords GlobalSim::LArStripNeighborhood::m_roiCoords {0., 0.} |
|
private |
The documentation for this class was generated from the following files: