File indexing completed on 2025-12-17 09:21:43
0001 #include "PHG4TpcGeom.h"
0002
0003 namespace
0004 {
0005 const std::array<std::vector<double>, 2> dummy_array;
0006 }
0007
0008 const std::array<std::vector<double>, 2> &PHG4TpcGeom::get_sector_min_phi()
0009 {
0010 PHOOL_VIRTUAL_WARN("get_sector_min_phi()");
0011 return dummy_array;
0012 }
0013
0014 const std::array<std::vector<double>, 2> &PHG4TpcGeom::get_sector_max_phi()
0015 {
0016 PHOOL_VIRTUAL_WARN("get_sector_max_phi()");
0017 return dummy_array;
0018 }
0019
0020 void PHG4TpcGeom::identify(std::ostream& os) const
0021 {
0022 os << "virtual PHG4TpcGeom"
0023 << std::endl;
0024 return;
0025 }