Interface to algorithm class for sorting standard geo::XXXGeo objects. More...
#include "dunecore/Geometry/GeoObjectSorter35.h"
#include "larcorealg/Geometry/AuxDetGeo.h"
#include "larcorealg/Geometry/AuxDetSensitiveGeo.h"
#include "larcorealg/Geometry/CryostatGeo.h"
#include "larcorealg/Geometry/TPCGeo.h"
#include "larcorealg/Geometry/PlaneGeo.h"
#include "larcorealg/Geometry/WireGeo.h"
#include "fhiclcpp/ParameterSet.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include <cmath>
Go to the source code of this file.
Classes | |
struct | geo::sortWire35 |
Namespaces | |
geo | |
LArSoft geometry interface. | |
Functions | |
static bool | geo::sortAuxDet35 (const AuxDetGeo &ad1, const AuxDetGeo &ad2) |
static bool | geo::sortAuxDetSensitive35 (const AuxDetSensitiveGeo &ad1, const AuxDetSensitiveGeo &ad2) |
static bool | geo::sortCryo35 (const CryostatGeo &c1, const CryostatGeo &c2) |
static bool | geo::sortTPC35 (const TPCGeo &t1, const TPCGeo &t2) |
static bool | geo::sortPlane35 (const PlaneGeo &p1, const PlaneGeo &p2) |
Interface to algorithm class for sorting standard geo::XXXGeo objects.
Definition in file GeoObjectSorter35.cxx.