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
RawTowerDeadTowerInterp.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file RawTowerDeadTowerInterp.h
1
#ifndef CALORECO_RAWTOWERDEADTOWERINTERP_H
2
#define CALORECO_RAWTOWERDEADTOWERINTERP_H
3
4
#include <
fun4all/SubsysReco.h
>
5
6
#include <string>
7
8
class
PHCompositeNode
;
9
class
TowerInfoContainer
;
10
class
RawTowerGeomContainer
;
11
class
RawTowerDeadMap
;
12
14
class
RawTowerDeadTowerInterp
:
public
SubsysReco
15
{
16
public
:
17
RawTowerDeadTowerInterp
(
const
std::string
&
name
=
"RawTowerDeadTowerInterp"
);
18
~RawTowerDeadTowerInterp
()
override
19
{
20
}
21
22
int
InitRun
(
PHCompositeNode
*topNode)
override
;
23
int
process_event
(
PHCompositeNode
*topNode)
override
;
24
int
End
(
PHCompositeNode
*topNode)
override
;
25
26
void
27
detector
(
const
std::string
&d)
28
{
29
m_detector
= d;
30
}
31
32
protected
:
33
void
34
CreateNodes
(
PHCompositeNode
*topNode);
35
36
TowerInfoContainer
*
m_calibTowers
=
nullptr
;
37
RawTowerGeomContainer
*
m_geometry
=
nullptr
;
38
RawTowerDeadMap
*
m_deadTowerMap
=
nullptr
;
39
40
std::string
m_detector
=
"NONE"
;
41
42
std::string
_calib_tower_node_prefix
=
"CALIB"
;
43
};
44
45
#endif
coresoftware
blob
master
offline
packages
CaloReco
RawTowerDeadTowerInterp.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:05
using
1.8.2 with
sPHENIX GitHub integration