Namespaces | Functions
GeoObjectSorterCRU.cxx File Reference

Interface to algorithm class for sorting VD CRUs of geo::XXXGeo objects The sorting makes the assumptions on the drift direction along X axis. More...

#include "dunecore/Geometry/GeoObjectSorterCRU.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.
 
 geo::CRU
 

Functions

static bool geo::CRU::sortAuxDet (const AuxDetGeo &ad1, const AuxDetGeo &ad2)
 
static bool geo::CRU::sortAuxDetSensitive (const AuxDetSensitiveGeo &ad1, const AuxDetSensitiveGeo &ad2)
 
static bool geo::CRU::sortCryo (const CryostatGeo &c1, const CryostatGeo &c2)
 
static bool geo::CRU::sortTPC (const TPCGeo &t1, const TPCGeo &t2)
 
static bool geo::CRU::sortPlane (const PlaneGeo &p1, const PlaneGeo &p2)
 
bool geo::CRU::sortWire (WireGeo const &w1, WireGeo const &w2)
 

Detailed Description

Interface to algorithm class for sorting VD CRUs of geo::XXXGeo objects The sorting makes the assumptions on the drift direction along X axis.

Version
Id
Author
vgaly.nosp@m.mov@.nosp@m.ipnl..nosp@m.in2p.nosp@m.3.fr

Definition in file GeoObjectSorterCRU.cxx.