|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef GLOBALSIM_LARSTRIPNEIGHBORHOOD_H
6 #define GLOBALSIM_LARSTRIPNEIGHBORHOOD_H
15 class LArStripNeighborhood;
26 using Coords = std::pair<double, double>;
37 std::size_t max_cell_pos);
49 friend std::ostream& ::operator<<(std::ostream&,
const StripDataVector & phi_center() const
StripDataVector m_phi_center
std::pair< double, double > Coords
LArStripNeighborhood(const StripDataVector &phi_low, const StripDataVector &phi_center, const StripDataVector &phi_high, const Coords &roiCoords, const Coords &cellCoords, std::size_t max_cell_pos)
StripDataVector m_phi_low
AlgTool to obtain a selection of eFex RoIs read in from the event store.
const Coords & cellCoords() const
StripDataVector m_phi_high
std::size_t maxCellIndex() const
const Coords & roiCoords() const
const StripDataVector & phi_low() const
const StripDataVector & phi_high() const
std::vector< StripData > StripDataVector
std::size_t m_max_cell_pos
std::ostream & operator<<(std::ostream &, const GlobalSim::LArStripNeighborhood &)