Interface to algorithm class for sorting standard geo::XXXGeo objects. More...
#include "dunecore/Geometry/GeoObjectSorterAPA.h"
#include "dunecore/Geometry/OpDetSorter.h"
#include "larcorealg/Geometry/AuxDetGeo.h"
#include "larcorealg/Geometry/CryostatGeo.h"
#include "larcorealg/Geometry/TPCGeo.h"
#include "larcorealg/Geometry/PlaneGeo.h"
#include "larcorealg/Geometry/WireGeo.h"
Go to the source code of this file.
Namespaces | |
geo | |
LArSoft geometry interface. | |
Functions | |
static bool | geo::sortAuxDetAPA (const AuxDetGeo &ad1, const AuxDetGeo &ad2) |
static bool | geo::sortAuxDetSensitiveAPA (const AuxDetSensitiveGeo &ad1, const AuxDetSensitiveGeo &ad2) |
static bool | geo::sortCryoAPA (const CryostatGeo &c1, const CryostatGeo &c2) |
static bool | geo::sortTPCAPA (const TPCGeo &t1, const TPCGeo &t2) |
static bool | geo::sortPlaneAPA (const PlaneGeo &p1, const PlaneGeo &p2) |
bool | geo::sortWireAPA (WireGeo &w1, WireGeo &w2) |
Interface to algorithm class for sorting standard geo::XXXGeo objects.
Definition in file GeoObjectSorterAPA.cxx.