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
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