LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Interface to algorithm class for sorting standard geo::XXXGeo objects. More...
#include "larcorealg/Geometry/GeoObjectSorterStandard.h"
#include "larcorealg/Geometry/AuxDetGeo.h"
#include "larcorealg/Geometry/AuxDetSensitiveGeo.h"
#include "larcorealg/Geometry/CryostatGeo.h"
#include "larcorealg/Geometry/PlaneGeo.h"
#include "larcorealg/Geometry/TPCGeo.h"
#include "larcorealg/Geometry/WireGeo.h"
#include <utility>
Go to the source code of this file.
Namespaces | |
geo | |
Namespace collecting geometry-related classes utilities. | |
Functions | |
static bool | geo::sortAuxDetStandard (const AuxDetGeo &ad1, const AuxDetGeo &ad2) |
static bool | geo::sortAuxDetSensitiveStandard (const AuxDetSensitiveGeo &ad1, const AuxDetSensitiveGeo &ad2) |
static bool | geo::sortCryoStandard (const CryostatGeo &c1, const CryostatGeo &c2) |
static bool | geo::sortTPCStandard (const TPCGeo &t1, const TPCGeo &t2) |
static bool | geo::sortPlaneStandard (const PlaneGeo &p1, const PlaneGeo &p2) |
static bool | geo::sortWireStandard (WireGeo const &w1, WireGeo const &w2) |
Interface to algorithm class for sorting standard geo::XXXGeo objects.
Definition in file GeoObjectSorterStandard.cxx.