![]() |
LArSoft
v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "AuxDetGeoObjectSorter.h"
Public Member Functions | |
virtual | ~AuxDetGeoObjectSorter ()=default |
void | sort (std::vector< AuxDetGeo > &ads) const |
void | sort (std::vector< AuxDetSensitiveGeo > &adss) const |
Private Member Functions | |
virtual bool | compareAuxDets (AuxDetGeo const &ad1, AuxDetGeo const &ad2) const =0 |
virtual bool | compareAuxDetSensitives (AuxDetSensitiveGeo const &ads1, AuxDetSensitiveGeo const &ads2) const =0 |
Definition at line 16 of file AuxDetGeoObjectSorter.h.
|
virtualdefault |
|
privatepure virtual |
Implemented in geo::AuxDetGeoObjectSorterStandard.
Referenced by sort().
|
privatepure virtual |
Implemented in geo::AuxDetGeoObjectSorterStandard.
Referenced by sort().
void geo::AuxDetGeoObjectSorter::sort | ( | std::vector< AuxDetGeo > & | ads | ) | const |
Definition at line 18 of file AuxDetGeoObjectSorter.cxx.
References compareAuxDets().
Referenced by geo::AuxDetGeo::SortSubVolumes().
void geo::AuxDetGeoObjectSorter::sort | ( | std::vector< AuxDetSensitiveGeo > & | adss | ) | const |
Definition at line 23 of file AuxDetGeoObjectSorter.cxx.
References compareAuxDetSensitives().