Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
blob
master
calibrations
generators
offline
simulation
g4simulation
g4bbc
g4calo
g4centrality
g4decayer
g4detectors
g4epd
g4eval
g4gdml
g4histos
g4ihcal
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
g4ohcal
g4tpc
g4trackfastsim
g4tracking
g4vertex
g4waveformsim
validation
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
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:
Sat Feb 17 2024 22:18:14
using
1.8.2 with
sPHENIX GitHub integration