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
database
framework
packages
CaloBase
CaloEmbedding
CaloReco
BEmcCluster.cc
BEmcCluster.h
BEmcProfile.cc
BEmcProfile.h
BEmcRec.cc
BEmcRec.h
BEmcRecCEMC.cc
BEmcRecCEMC.h
CaloGeomMapping.cc
CaloGeomMapping.h
CaloRecoUtility.cc
CaloRecoUtility.h
CaloTowerBuilder.cc
CaloTowerBuilder.h
CaloTowerCalib.cc
CaloTowerCalib.h
CaloTowerDefs.h
CaloTowerStatus.cc
CaloTowerStatus.h
CaloWaveformFitting.cc
CaloWaveformFitting.h
CaloWaveformProcessing.cc
CaloWaveformProcessing.h
DeadHotMapLoader.cc
DeadHotMapLoader.h
PHMakeGroups.h
RawClusterBuilderGraph.cc
RawClusterBuilderGraph.h
RawClusterBuilderTemplate.cc
RawClusterBuilderTemplate.h
RawClusterBuilderTopo.cc
RawClusterBuilderTopo.h
RawClusterDeadHotMask.cc
RawClusterDeadHotMask.h
RawClusterPositionCorrection.cc
RawClusterPositionCorrection.h
RawClusterZVertexRecorrect.cc
RawClusterZVertexRecorrect.h
RawTowerCalibration.cc
RawTowerCalibration.h
RawTowerCombiner.cc
RawTowerCombiner.h
RawTowerDeadTowerInterp.cc
RawTowerDeadTowerInterp.h
TowerInfoDeadHotMask.cc
TowerInfoDeadHotMask.h
centrality
ClusterIso
compressor
decayfinder
epd
eventplaneinfo
globalvertex
Half
HFTrackEfficiency
intt
jetbackground
jetbase
KFParticle_sPHENIX
mbd
micromegas
mvtx
NodeDump
particleflow
PHField
PHGenFitPkg
PHGeometry
QAUtils
rawtodst
ResonanceJetTagging
tpc
tpccalib
tpcdaq
TPCHitTrackDisplay
trackbase
trackbase_historic
TrackerMillepedeAlignment
TrackingDiagnostics
trackreco
trigger
vararray
QA
simulation
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
RawClusterDeadHotMask.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file RawClusterDeadHotMask.h
1
#ifndef CALORECO_RAWCLUSTERDEADHOTMASK_H
2
#define CALORECO_RAWCLUSTERDEADHOTMASK_H
3
4
#include <
fun4all/SubsysReco.h
>
5
6
#include <string>
7
8
class
PHCompositeNode
;
9
class
RawClusterContainer
;
10
class
RawTowerContainer
;
11
class
RawTowerGeomContainer
;
12
class
RawTowerDeadMap
;
13
class
TowerInfoContainer
;
14
15
class
RawClusterDeadHotMask
:
public
SubsysReco
16
{
17
public
:
18
explicit
RawClusterDeadHotMask
(
const
std::string
&
name
=
"RawClusterDeadHotMask"
);
19
20
int
InitRun
(
PHCompositeNode
*topNode)
override
;
21
int
process_event
(
PHCompositeNode
*topNode)
override
;
22
int
End
(
PHCompositeNode
*topNode)
override
;
23
25
void
deadTowerMaskHalfWidth
(
double
deadTowerMaskHalfWidth
)
26
{
27
m_deadTowerMaskHalfWidth
=
deadTowerMaskHalfWidth
;
28
}
29
30
void
detector
(
const
std::string
&
detector
)
31
{
32
m_detector
=
detector
;
33
}
34
35
void
set_UseTowerInfo
(
const
bool
useMode)
36
{
37
m_UseTowerInfo
= useMode;
38
}
39
40
private
:
41
void
CreateNodeTree
(
PHCompositeNode
*topNode);
42
43
std::string
m_detector
;
44
46
double
m_deadTowerMaskHalfWidth
;
47
48
RawClusterContainer
*
m_rawClusters
;
49
RawClusterContainer
*
m_towerinfoClusters
;
50
RawTowerDeadMap
*
m_deadMap
;
51
RawTowerContainer
*
m_calibTowers
;
52
TowerInfoContainer
*
m_calibTowerInfos
;
53
RawTowerGeomContainer
*
m_geometry
;
54
bool
m_UseTowerInfo
=
true
;
55
};
56
57
#endif
coresoftware
blob
master
offline
packages
CaloReco
RawClusterDeadHotMask.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:05
using
1.8.2 with
sPHENIX GitHub integration