8 #ifndef GEO_GEOOBJECTSORTERCRU_H 9 #define GEO_GEOOBJECTSORTERCRU_H 23 void SortAuxDets (std::vector<geo::AuxDetGeo> & adgeo)
const;
25 void SortCryostats (std::vector<geo::CryostatGeo> & cgeo)
const;
27 void SortPlanes (std::vector<geo::PlaneGeo> & pgeo,
29 void SortWires (std::vector<geo::WireGeo> & wgeo)
const;
36 #endif // GEO_GEOOBJECTSORTERCRM_H
void SortWires(std::vector< geo::WireGeo > &wgeo) const
void SortOpDets(std::vector< geo::OpDetGeo > &opdet) const
Interface to algorithm class for sorting geo::XXXGeo objects.
enum geo::driftdir DriftDirection_t
Drift direction: positive or negative.
void SortPlanes(std::vector< geo::PlaneGeo > &pgeo, geo::DriftDirection_t driftDir) const
void SortCryostats(std::vector< geo::CryostatGeo > &cgeo) const
void SortAuxDets(std::vector< geo::AuxDetGeo > &adgeo) const
GeoObjectSorterCRU(fhicl::ParameterSet const &p)
void SortTPCs(std::vector< geo::TPCGeo > &tgeo) const
LArSoft geometry interface.
void SortAuxDetSensitive(std::vector< geo::AuxDetSensitiveGeo > &adsgeo) const