Information of a single window. More...
#include <WindowChannelMap.h>
Public Member Functions | |
| void | dump (std::ostream &out, std::string const &indent="") const |
| Prints the information content (single line). More... | |
Public Member Functions inherited from icarus::trigger::WindowChannelMap::WindowComposition_t | |
| bool | hasCryostat () const |
| Returns whether the window is in a single, known cryostat. More... | |
Public Member Functions inherited from icarus::trigger::WindowChannelMap::WindowTopology_t | |
| bool | hasUpstreamWindow () const |
| Returns whether the main window has another upstream of it. More... | |
| bool | hasDownstreamWindow () const |
| Returns whether the main window has another downstream of it. More... | |
| bool | hasOppositeWindow () const |
| Returns whether the main window has another downstream of it. More... | |
Public Attributes | |
| WindowComposition_t | composition |
| WindowTopology_t | topology |
Public Attributes inherited from icarus::trigger::WindowChannelMap::WindowComposition_t | |
| 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... | |
Public Attributes inherited from icarus::trigger::WindowChannelMap::WindowTopology_t | |
| WindowIndex_t | index |
| Index of the window this information is about. More... | |
| WindowIndex_t | opposite { InvalidWindowIndex } |
| Index of the window opposite to this one. More... | |
| WindowIndex_t | upstream { InvalidWindowIndex } |
| Index of the window upstream of this one. More... | |
| WindowIndex_t | downstream { InvalidWindowIndex } |
| Index of the window downstream of this one. More... | |
Information of a single window.
Definition at line 103 of file WindowChannelMap.h.
| void icarus::trigger::WindowChannelMap::WindowInfo_t::dump | ( | std::ostream & | out, |
| std::string const & | indent = "" |
||
| ) | const |
Prints the information content (single line).
Definition at line 23 of file WindowChannelMap.cxx.
| WindowComposition_t icarus::trigger::WindowChannelMap::WindowInfo_t::composition |
Definition at line 105 of file WindowChannelMap.h.
| WindowTopology_t icarus::trigger::WindowChannelMap::WindowInfo_t::topology |
Definition at line 107 of file WindowChannelMap.h.
1.8.5