ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RawTowerZDCDeadMap.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file RawTowerZDCDeadMap.cc
1 #include "RawTowerZDCDeadMap.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 RawTowerZDCDeadMap::addDeadTower(const unsigned int /*ieta*/, const int unsigned /*iphi*/)
20 {
21 }
22 
24 {
25 }
26 
28 {
29  return false;
30 }
31 
32 bool RawTowerZDCDeadMap::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 RawTowerZDCDeadMap::identify(std::ostream& os) const
47 {
48  os << "RawTowerZDCDeadMap" << std::endl;
49 }