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
database
framework
packages
CaloBase
CaloReco
BEmcCluster.cc
BEmcCluster.h
BEmcProfile.cc
BEmcProfile.h
BEmcRec.cc
BEmcRec.h
BEmcRecCEMC.cc
BEmcRecCEMC.h
BEmcRecEEMC.cc
BEmcRecEEMC.h
BEmcRecFEMC.cc
BEmcRecFEMC.h
PHMakeGroups.h
RawClusterBuilderFwd.cc
RawClusterBuilderFwd.h
RawClusterBuilderGraph.cc
RawClusterBuilderGraph.h
RawClusterBuilderTemplate.cc
RawClusterBuilderTemplate.h
RawClusterBuilderTopo.cc
RawClusterBuilderTopo.h
RawClusterDeadAreaMask.cc
RawClusterDeadAreaMask.h
RawClusterPositionCorrection.cc
RawClusterPositionCorrection.h
RawTowerCalibration.cc
RawTowerCalibration.h
RawTowerCombiner.cc
RawTowerCombiner.h
RawTowerDeadMapLoader.cc
RawTowerDeadMapLoader.h
RawTowerDeadTowerInterp.cc
RawTowerDeadTowerInterp.h
centrality
ClusterIso
compressor
Half
HelixHough
intt
jetbackground
KFParticle_sPHENIX
micromegas
mvtx
NodeDump
particleflow
PHField
PHGenFitPkg
PHGeometry
PHTpcTracker
tpc
tpccalib
tpcdaq
trackbase
trackbase_historic
trackreco
trigger
vararray
QA
simulation
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
RawClusterDeadAreaMask.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file RawClusterDeadAreaMask.h
1
#ifndef CALORECO_RAWCLUSTERDEADAREAMASK_H
2
#define CALORECO_RAWCLUSTERDEADAREAMASK_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
14
class
RawClusterDeadAreaMask
:
public
SubsysReco
15
{
16
public
:
17
explicit
RawClusterDeadAreaMask
(
const
std::string &
name
=
"RawClusterDeadAreaMask"
);
18
19
int
InitRun
(
PHCompositeNode
*topNode)
override
;
20
int
process_event
(
PHCompositeNode
*topNode)
override
;
21
int
End
(
PHCompositeNode
*topNode)
override
;
22
24
void
deadTowerMaskHalfWidth
(
double
deadTowerMaskHalfWidth
)
25
{
26
m_deadTowerMaskHalfWidth
=
deadTowerMaskHalfWidth
;
27
}
28
29
void
detector
(
const
std::string &
detector
)
30
{
31
m_detector
=
detector
;
32
}
33
34
private
:
35
void
CreateNodeTree
(
PHCompositeNode
*topNode);
36
37
std::string
m_detector
;
38
40
double
m_deadTowerMaskHalfWidth
;
41
42
RawClusterContainer
*
m_rawClusters
;
43
RawTowerDeadMap
*
m_deadMap
;
44
RawTowerContainer
*
m_calibTowers
;
45
RawTowerGeomContainer
*
m_geometry
;
46
};
47
48
#endif
coresoftware
blob
master
offline
packages
CaloReco
RawClusterDeadAreaMask.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:34
using
1.8.2 with
ECCE GitHub integration