8 #ifndef GEO_GEOOBJECTSORTERSTANDARD_H
9 #define GEO_GEOOBJECTSORTERSTANDARD_H
15 #include "fhiclcpp/fwd.h"
20 class AuxDetSensitiveGeo;
32 void SortAuxDets (std::vector<geo::AuxDetGeo> & adgeo)
const override;
34 void SortCryostats (std::vector<geo::CryostatGeo> & cgeo)
const override;
35 void SortTPCs (std::vector<geo::TPCGeo> & tgeo)
const override;
36 void SortPlanes (std::vector<geo::PlaneGeo> & pgeo,
38 void SortWires (std::vector<geo::WireGeo> & wgeo)
const override;
43 #endif // GEO_GEOOBJECTSORTERSTANDARD_H
void SortTPCs(std::vector< geo::TPCGeo > &tgeo) const override
void SortAuxDetSensitive(std::vector< geo::AuxDetSensitiveGeo > &adsgeo) const override
void SortCryostats(std::vector< geo::CryostatGeo > &cgeo) const override
void SortAuxDets(std::vector< geo::AuxDetGeo > &adgeo) const override
Interface to algorithm class for sorting geo::XXXGeo objects.
enum geo::driftdir DriftDirection_t
Drift direction: positive or negative.
Definition of data types for geometry description.
GeoObjectSorterStandard(fhicl::ParameterSet const &p)
void SortPlanes(std::vector< geo::PlaneGeo > &pgeo, geo::DriftDirection_t driftDir) const override
void SortWires(std::vector< geo::WireGeo > &wgeo) const override