ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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
1
#include "
RawTowerGeomContainer.h
"
2
3
#include <
phool/phool.h
>
// for PHOOL_VIRTUAL_WARN
4
5
#include <iostream>
6
7
RawTowerGeomContainer::Map
DummyMap
;
8
9
void
RawTowerGeomContainer::identify
(std::ostream& os)
const
10
{
11
os <<
"Base class RawTowerGeomContainer."
<< std::endl;
12
}
13
14
RawTowerGeomContainer::ConstIterator
RawTowerGeomContainer::add_tower_geometry
(
RawTowerGeom
*
/*geo*/
)
15
{
16
PHOOL_VIRTUAL_WARN
(
"add_tower_geometry()"
);
17
return
DummyMap
.end();
18
}
19
20
RawTowerGeomContainer::ConstRange
RawTowerGeomContainer::get_tower_geometries
(
void
)
const
21
{
22
PHOOL_VIRTUAL_WARN
(
"get_tower_geometries()"
);
23
return
ConstRange
(
DummyMap
.begin(),
DummyMap
.end());
24
}
25
26
RawTowerGeomContainer::Range
RawTowerGeomContainer::get_tower_geometries
(
void
)
27
{
28
PHOOL_VIRTUAL_WARN
(
"get_tower_geometries()"
);
29
return
Range
(
DummyMap
.begin(),
DummyMap
.end());
30
}
coresoftware
blob
master
offline
packages
CaloBase
RawTowerGeomContainer.cc
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:34
using
1.8.2 with
ECCE GitHub integration