EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RawTowerGeomContainer.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file RawTowerGeomContainer.cc
2 
3 #include <phool/phool.h> // for PHOOL_VIRTUAL_WARN
4 
5 #include <iostream>
6 
8 
9 void RawTowerGeomContainer::identify(std::ostream& os) const
10 {
11  os << "Base class RawTowerGeomContainer." << std::endl;
12 }
13 
15 {
16  PHOOL_VIRTUAL_WARN("add_tower_geometry()");
17  return DummyMap.end();
18 }
19 
21 {
22  PHOOL_VIRTUAL_WARN("get_tower_geometries()");
23  return ConstRange(DummyMap.begin(), DummyMap.end());
24 }
25 
27 {
28  PHOOL_VIRTUAL_WARN("get_tower_geometries()");
29  return Range(DummyMap.begin(), DummyMap.end());
30 }