Functions
CRTSorter Namespace Reference

Functions

std::vector< size_t > Mapping (std::vector< geo::AuxDetGeo * > &adgeo)
 
std::vector< size_t > Mapping (std::vector< const geo::AuxDetGeo * > &adgeo)
 

Function Documentation

std::vector< size_t > CRTSorter::Mapping ( std::vector< geo::AuxDetGeo * > &  adgeo)

Definition at line 196 of file ProtoDUNESPCRTSorter.cxx.

197  {
198  return doMapping(adgeo);
199  }
std::vector< size_t > CRTSorter::Mapping ( std::vector< const geo::AuxDetGeo * > &  adgeo)

Definition at line 201 of file ProtoDUNESPCRTSorter.cxx.

203  {
204  return doMapping(adgeo);
205  }