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
RawTowerDeadMapLoader.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file RawTowerDeadMapLoader.h
1
// $Id: $
2
11
#ifndef CALORECO_RAWTOWERDEADMAPLOADER_H
12
#define CALORECO_RAWTOWERDEADMAPLOADER_H
13
14
#include <
fun4all/SubsysReco.h
>
15
16
#include <string>
17
18
class
PHCompositeNode
;
19
23
class
RawTowerDeadMapLoader
:
public
SubsysReco
24
{
25
public
:
26
RawTowerDeadMapLoader
(
const
std::string&
detector
);
27
28
~RawTowerDeadMapLoader
()
override
{}
29
30
int
InitRun
(
PHCompositeNode
* topNode)
override
;
31
32
const
std::string&
deadMapPath
()
const
33
{
34
return
m_deadMapPath
;
35
}
36
37
void
deadMapPath
(
const
std::string&
deadMapPath
)
38
{
39
m_deadMapPath
=
deadMapPath
;
40
}
41
42
const
std::string&
detector
()
const
43
{
44
return
m_detector
;
45
}
46
47
void
detector
(
const
std::string& detector)
48
{
49
m_detector
=
detector
;
50
}
51
52
private
:
53
std::string
m_detector
;
54
std::string
m_deadMapPath
;
55
};
56
57
#endif
coresoftware
blob
master
offline
packages
CaloReco
RawTowerDeadMapLoader.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:34
using
1.8.2 with
ECCE GitHub integration