ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RawTowerDeadMap.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file RawTowerDeadMap.cc
1 #include "RawTowerDeadMap.h"
2 
3 #include <iostream>
4 
7 {
8  static Map tmp_map;
9  return tmp_map;
10 }
11 
14 {
15  static Map tmp_map;
16  return tmp_map;
17 }
18 
19 void RawTowerDeadMap::addDeadTower(const unsigned int /*ieta*/, const int unsigned /*iphi*/)
20 {
21 }
22 
24 {
25 }
26 
28 {
29  return false;
30 }
31 
32 bool RawTowerDeadMap::isDeadTower(const unsigned int /*ieta*/, const unsigned int /*iphi*/)
33 {
34  return false;
35 }
36 
38 {
39  return size() > 0;
40 }
41 
43 {
44 }
45 
46 void RawTowerDeadMap::identify(std::ostream& os) const
47 {
48  os << "RawTowerDeadMap" << std::endl;
49 }