A few simple data type definitions. More...
#include "larcorealg/Geometry/TPCGeo.h"
#include "larcorealg/Geometry/PlaneGeo.h"
#include "larcoreobj/SimpleTypesAndConstants/RawTypes.h"
#include <vector>
Go to the source code of this file.
Classes | |
struct | icarus::details::ChannelRange_t |
A simple range of channels. More... | |
Namespaces | |
icarus::details | |
Typedefs | |
using | icarus::details::TPCColl_t = std::vector< geo::TPCGeo const * > |
Type of collection of TPCs (pointers to geo::TPCGeo ). More... | |
using | icarus::details::PlaneColl_t = std::vector< geo::PlaneGeo const * > |
Type of collection of planes (pointers to geo::PlaneGeo ). More... | |
A few simple data type definitions.
Definition in file GeometryObjectCollections.h.