All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GeoObjectSorterPMTasTPC.cxx
Go to the documentation of this file.
1 /**
2  * @file icarusalg/Geometry/GeoObjectSorterPMTasTPC.cxx
3  * @brief Geometry object sorter with PMT following TPC wire order.
4  * @date April 26, 2020
5  * @author Gianluca Petrillo (petrillo@slac.stanford.edu)
6  * @see icarusalg/Geometry/GeoObjectSorterPMTasTPC.h
7  *
8  * Nothing, really.
9  */
10 
11 
12 // library header
14 
15 // ICARUS libraries
17 
18 
19 //------------------------------------------------------------------------------
21  (std::vector<geo::AuxDetGeo>& adgeo) const
22 {
24 }
25 
26 //------------------------------------------------------------------------------
28  (std::vector<geo::AuxDetSensitiveGeo>& adsgeo) const
29 {
31 }
32 
33 
34 //------------------------------------------------------------------------------
Geometry object sorter with PMT following TPC wire order.
virtual void SortAuxDetSensitive(std::vector< geo::AuxDetSensitiveGeo > &adsgeo) const override
Custom ICARUS sorting of CRT submodules.
Functions for sorting ICARUS CRT modules (auxiliary detectors).
void SortAuxDetsStandard(std::vector< geo::AuxDetGeo > &adgeo)
Sorts ICARUS CRT modules in standard configuration.
virtual void SortAuxDets(std::vector< geo::AuxDetGeo > &adgeo) const override
Custom ICARUS sorting of CRT.
void SortAuxDetSensitiveStandard(std::vector< geo::AuxDetSensitiveGeo > &adsgeo)
Sorts ICARUS CRT submodules in standard configuration.