8 #ifndef GEO_GEOOBJECTSORTER35_H 9 #define GEO_GEOOBJECTSORTER35_H 24 void SortAuxDets (std::vector<geo::AuxDetGeo> & adgeo)
const;
26 void SortCryostats (std::vector<geo::CryostatGeo> & cgeo)
const;
28 void SortPlanes (std::vector<geo::PlaneGeo> & pgeo,
30 void SortWires (std::vector<geo::WireGeo> & wgeo)
const;
38 #endif // GEO_GEOOBJECTSORTER35_H void SortCryostats(std::vector< geo::CryostatGeo > &cgeo) const
Interface to algorithm class for sorting geo::XXXGeo objects.
void SortWires(std::vector< geo::WireGeo > &wgeo) const
enum geo::driftdir DriftDirection_t
Drift direction: positive or negative.
void SortPlanes(std::vector< geo::PlaneGeo > &pgeo, geo::DriftDirection_t driftDir) const
void SortAuxDets(std::vector< geo::AuxDetGeo > &adgeo) const
std::string fDetVersion
string of the detector version
void SortAuxDetSensitive(std::vector< geo::AuxDetSensitiveGeo > &adgeo) const
void SortTPCs(std::vector< geo::TPCGeo > &tgeo) const
LArSoft geometry interface.
GeoObjectSorter35(fhicl::ParameterSet const &p)