LArSoft  v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
extractMaxGeometryElements.h File Reference

Algorithm discovering the number of elements in the geometry. More...

#include "larcorealg/Geometry/CryostatGeo.h"
#include "larcorealg/Geometry/PlaneGeo.h"
#include "larcorealg/Geometry/TPCGeo.h"
#include "larcorealg/Geometry/WireReadoutGeom.h"
#include <array>
#include <cstddef>
#include <vector>

Go to the source code of this file.

Namespaces

 geo::details
 

Functions

template<std::size_t Levels = 4U>
static std::array< unsigned int, Levels > geo::details::extractMaxGeometryElements (std::vector< CryostatGeo > const &Cryostats, WireReadoutGeom const &wireReadoutGeom)
 Extracts the maximum number of elements per type. More...
 

Detailed Description

Algorithm discovering the number of elements in the geometry.

This is a header only library.

Definition in file extractMaxGeometryElements.h.