Interface to algorithm class for sorting dual-phase CRM geo::XXXGeo objects. More...
#include "dunecore/Geometry/GeoObjectSorterCRM.h"
#include "dunecore/Geometry/OpDetSorter.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 <array>
#include <string>
#include <cmath>
Go to the source code of this file.
Namespaces | |
geo | |
LArSoft geometry interface. | |
Functions | |
static bool | geo::sortAuxDetCRM (const AuxDetGeo &ad1, const AuxDetGeo &ad2) |
static bool | geo::sortAuxDetSensitiveCRM (const AuxDetSensitiveGeo &ad1, const AuxDetSensitiveGeo &ad2) |
static bool | geo::sortCryoCRM (const CryostatGeo &c1, const CryostatGeo &c2) |
static bool | geo::sortTPCCRM (const TPCGeo &t1, const TPCGeo &t2) |
static bool | geo::sortPlaneCRM (const PlaneGeo &p1, const PlaneGeo &p2) |
bool | geo::sortWireCRM (WireGeo const &w1, WireGeo const &w2) |
Interface to algorithm class for sorting dual-phase CRM geo::XXXGeo objects.
Definition in file GeoObjectSorterCRM.cxx.