LArSoft  v07_13_02
Liquid Argon Software toolkit - http://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 
27  virtual ~AuxDetGeoObjectSorter() = default;
28 
29  virtual void SortAuxDets (std::vector<geo::AuxDetGeo*> & adgeo) const = 0;
30  virtual void SortAuxDetSensitive(std::vector<geo::AuxDetSensitiveGeo*> & adsgeo) const = 0;
31 
32  private:
33 
34  };
35 
36 }
37 
38 #endif // GEO_GEOOBJECTSORTER_H
virtual void SortAuxDetSensitive(std::vector< geo::AuxDetSensitiveGeo * > &adsgeo) const =0
virtual ~AuxDetGeoObjectSorter()=default
virtual void SortAuxDets(std::vector< geo::AuxDetGeo * > &adgeo) const =0
Definition of data types for geometry description.
Namespace collecting geometry-related classes utilities.