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
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
blob
master
calibrations
generators
offline
simulation
g4simulation
EICPhysicsList
g4bbc
g4calo
g4centrality
g4decayer
g4detectors
g4epd
g4eval
g4gdml
g4histos
g4intt
InttDeadMap.cc
InttDeadMap.h
InttDeadMapLinkDef.h
InttDeadMapv1.cc
InttDeadMapv1.h
InttDeadMapv1LinkDef.h
PHG4InttDeadMapLoader.cc
PHG4InttDeadMapLoader.h
PHG4InttDefs.h
PHG4InttDetector.cc
PHG4InttDetector.h
PHG4InttDigitizer.cc
PHG4InttDigitizer.h
PHG4InttDisplayAction.cc
PHG4InttDisplayAction.h
PHG4InttFPHXParameterisation.cc
PHG4InttFPHXParameterisation.h
PHG4InttHitReco.cc
PHG4InttHitReco.h
PHG4InttSteppingAction.cc
PHG4InttSteppingAction.h
PHG4InttSubsystem.cc
PHG4InttSubsystem.h
g4jets
g4main
g4micromegas
g4mvtx
g4tpc
g4trackfastsim
g4vertex
tpcresponse
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
InttDeadMap.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file InttDeadMap.h
1
#ifndef G4INTT_INTTDEADMAP_H
2
#define G4INTT_INTTDEADMAP_H
3
4
#include <
g4detectors/PHG4CellDefs.h
>
5
6
#include <
phool/PHObject.h
>
7
8
#include <iostream>
// for cout, ostream
9
#include <set>
10
11
class
InttDeadMap
:
public
PHObject
12
{
13
public
:
14
typedef
std::set<PHG4CellDefs::keytype>
Map
;
15
16
~InttDeadMap
()
override
{}
17
18
int
isValid
()
const override
;
19
void
identify
(std::ostream &os = std::cout)
const override
;
20
21
void
addDeadChannelIntt
(
const
int
layer
,
22
const
int
ladder_phi,
const
int
ladder_z,
23
const
int
strip_z,
const
int
strip_phi);
24
virtual
void
addDeadChannel
(
PHG4CellDefs::keytype
) {
return
;}
25
26
virtual
bool
isDeadChannel
(
PHG4CellDefs::keytype
)
const
{
return
false
;}
27
bool
isDeadChannelIntt
(
const
int
layer
,
28
const
int
ladder_phi,
const
int
ladder_z,
29
const
int
strip_z,
const
int
strip_phi)
const
;
30
32
virtual
const
Map
&
getDeadChannels
(
void
)
const
;
33
virtual
Map
&
getDeadChannels
(
void
);
34
35
virtual
unsigned
int
size
()
const
{
return
0; }
36
37
static
PHG4CellDefs::keytype
getInttKey
(
int
layer
,
38
int
ladder_phi,
int
ladder_z,
39
int
strip_z,
int
strip_phi);
40
41
static
int
getWildCardID
() {
return
s_wildCardID
; }
42
43
protected
:
44
InttDeadMap
()
45
{
46
}
47
48
private
:
49
static
int
s_wildCardID
;
50
51
ClassDefOverride(
InttDeadMap
, 1)
52
};
53
54
#endif
/* G4INTT_INTTDEADMAP_H */
coresoftware
blob
master
simulation
g4simulation
g4intt
InttDeadMap.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:43
using
1.8.2 with
ECCE GitHub integration