Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
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
5
const
RawTowerDeadMap::Map
&
6
RawTowerDeadMap::getDeadTowers
()
const
7
{
8
static
Map
tmp_map;
9
return
tmp_map;
10
}
11
12
RawTowerDeadMap::Map
&
13
RawTowerDeadMap::getDeadTowers
()
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
23
void
RawTowerDeadMap::addDeadTower
(
RawTowerDefs::keytype
/*key*/
)
24
{
25
}
26
27
bool
RawTowerDeadMap::isDeadTower
(
RawTowerDefs::keytype
/*key*/
)
28
{
29
return
false
;
30
}
31
32
bool
RawTowerDeadMap::isDeadTower
(
const
unsigned
int
/*ieta*/
,
const
unsigned
int
/*iphi*/
)
33
{
34
return
false
;
35
}
36
37
int
RawTowerDeadMap::isValid
()
const
38
{
39
return
size
() > 0;
40
}
41
42
void
RawTowerDeadMap::Reset
()
43
{
44
}
45
46
void
RawTowerDeadMap::identify
(std::ostream&
os
)
const
47
{
48
os <<
"RawTowerDeadMap"
<< std::endl;
49
}
coresoftware
blob
master
offline
packages
CaloBase
RawTowerDeadMap.cc
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:05
using
1.8.2 with
sPHENIX GitHub integration