#include <vector>
Go to the source code of this file.
Classes | |
class | geo::PlaneGeo |
Geometry information for a single readout plane. More... | |
Namespaces | |
geo | |
Helper for AttenCurve. | |
Typedefs | |
typedef enum geo::_readout | geo::Readout_t |
Enumerate the possible locations of the cell readout. More... | |
typedef enum geo::_plane_proj | geo::View_t |
Enumerate the possible plane projections. More... | |
Enumerations | |
enum | geo::_readout { geo::kTop, geo::kWest, geo::kEast, geo::kAnySide } |
Enumerate the possible locations of the cell readout. More... | |
enum | geo::_plane_proj { geo::kX, geo::kY, geo::kXorY } |
Enumerate the possible plane projections. More... | |