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