Geometric location and composition of the window. More...
#include <WindowChannelMap.h>
Public Member Functions | |
bool | hasCryostat () const |
Returns whether the window is in a single, known cryostat. More... | |
Public Attributes | |
geo::Point_t | center |
Center of the window. More... | |
geo::CryostatID | cryoid |
Which cryostat the channels are in. More... | |
std::vector< raw::Channel_t > | channels |
Optical detector channels covered by this window. More... | |
Geometric location and composition of the window.
Definition at line 63 of file WindowChannelMap.h.
|
inline |
Returns whether the window is in a single, known cryostat.
Definition at line 73 of file WindowChannelMap.h.
geo::Point_t icarus::trigger::WindowChannelMap::WindowComposition_t::center |
Center of the window.
Definition at line 65 of file WindowChannelMap.h.
std::vector<raw::Channel_t> icarus::trigger::WindowChannelMap::WindowComposition_t::channels |
Optical detector channels covered by this window.
Definition at line 70 of file WindowChannelMap.h.
geo::CryostatID icarus::trigger::WindowChannelMap::WindowComposition_t::cryoid |
Which cryostat the channels are in.
Definition at line 67 of file WindowChannelMap.h.