All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GeoObjectSorterICARUS.h
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 /// \file GeoObjectSorterICARUS.h
3 /// \brief Interface to algorithm class for standard sorting of geo::XXXGeo objects
4 ///
5 /// \version $Id: $
6 /// \author wketchum@fnal.gov
7 ////////////////////////////////////////////////////////////////////////
8 #ifndef GEO_GEOOBJECTSORTERICARUS_H
9 #define GEO_GEOOBJECTSORTERICARUS_H
10 
11 #include <vector>
12 
13 #include "fhiclcpp/fwd.h"
14 
16 #include "fhiclcpp/ParameterSet.h"
17 
18 namespace geo{
19 
21  public:
22 
23  GeoObjectSorterICARUS(fhicl::ParameterSet const& p);
24 
25  void SortAuxDets (std::vector<geo::AuxDetGeo> & adgeo) const;
26  void SortAuxDetSensitive(std::vector<geo::AuxDetSensitiveGeo> & adsgeo) const;
27  void SortCryostats (std::vector<geo::CryostatGeo> & cgeo) const;
28  void SortTPCs (std::vector<geo::TPCGeo> & tgeo) const;
29  void SortPlanes (std::vector<geo::PlaneGeo> & pgeo,
30  geo::DriftDirection_t driftDir) const;
31  void SortWires (std::vector<geo::WireGeo> & wgeo) const;
32 
33  };
34 
35 }
36 
37 #endif // GEO_GEOOBJECTSORTERICARUS_H
void SortWires(std::vector< geo::WireGeo > &wgeo) const
pdgs p
Definition: selectors.fcl:22
void SortAuxDets(std::vector< geo::AuxDetGeo > &adgeo) const
GeoObjectSorterICARUS(fhicl::ParameterSet const &p)
Interface to algorithm class for sorting geo::XXXGeo objects.
void SortTPCs(std::vector< geo::TPCGeo > &tgeo) const
enum geo::driftdir DriftDirection_t
Drift direction: positive or negative.
void SortPlanes(std::vector< geo::PlaneGeo > &pgeo, geo::DriftDirection_t driftDir) const
void SortAuxDetSensitive(std::vector< geo::AuxDetSensitiveGeo > &adsgeo) const
void SortCryostats(std::vector< geo::CryostatGeo > &cgeo) const