LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
AuxDetGeoObjectSorter.h
Go to the documentation of this file.
1 #ifndef GEO_AUXDETGEOOBJECTSORTER_H
9 #define GEO_AUXDETGEOOBJECTSORTER_H
10 
11 #include <vector>
12 
14 
15 #include "fhiclcpp/ParameterSet.h"
16 
17 namespace geo {
18 
19  class AuxDetGeo;
20  class AuxDetSensitiveGeo;
21 
24 
25  public:
26  virtual ~AuxDetGeoObjectSorter() = default;
27 
28  virtual void SortAuxDets(std::vector<geo::AuxDetGeo>& adgeo) const = 0;
29  virtual void SortAuxDetSensitive(std::vector<geo::AuxDetSensitiveGeo>& adsgeo) const = 0;
30  };
31 
32 }
33 
34 #endif // GEO_GEOOBJECTSORTER_H
virtual void SortAuxDetSensitive(std::vector< geo::AuxDetSensitiveGeo > &adsgeo) const =0
virtual void SortAuxDets(std::vector< geo::AuxDetGeo > &adgeo) const =0
virtual ~AuxDetGeoObjectSorter()=default
Definition of data types for geometry description.
Namespace collecting geometry-related classes utilities.