Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
blob
master
calibrations
generators
offline
database
framework
packages
CaloBase
CaloEmbedding
CaloReco
BEmcCluster.cc
BEmcCluster.h
BEmcProfile.cc
BEmcProfile.h
BEmcRec.cc
BEmcRec.h
BEmcRecCEMC.cc
BEmcRecCEMC.h
CaloGeomMapping.cc
CaloGeomMapping.h
CaloRecoUtility.cc
CaloRecoUtility.h
CaloTowerBuilder.cc
CaloTowerBuilder.h
CaloTowerCalib.cc
CaloTowerCalib.h
CaloTowerDefs.h
CaloTowerStatus.cc
CaloTowerStatus.h
CaloWaveformFitting.cc
CaloWaveformFitting.h
CaloWaveformProcessing.cc
CaloWaveformProcessing.h
DeadHotMapLoader.cc
DeadHotMapLoader.h
PHMakeGroups.h
RawClusterBuilderGraph.cc
RawClusterBuilderGraph.h
RawClusterBuilderTemplate.cc
RawClusterBuilderTemplate.h
RawClusterBuilderTopo.cc
RawClusterBuilderTopo.h
RawClusterDeadHotMask.cc
RawClusterDeadHotMask.h
RawClusterPositionCorrection.cc
RawClusterPositionCorrection.h
RawClusterZVertexRecorrect.cc
RawClusterZVertexRecorrect.h
RawTowerCalibration.cc
RawTowerCalibration.h
RawTowerCombiner.cc
RawTowerCombiner.h
RawTowerDeadTowerInterp.cc
RawTowerDeadTowerInterp.h
TowerInfoDeadHotMask.cc
TowerInfoDeadHotMask.h
centrality
ClusterIso
compressor
decayfinder
epd
eventplaneinfo
globalvertex
Half
HFTrackEfficiency
intt
jetbackground
jetbase
KFParticle_sPHENIX
mbd
micromegas
mvtx
NodeDump
particleflow
PHField
PHGenFitPkg
PHGeometry
QAUtils
rawtodst
ResonanceJetTagging
tpc
tpccalib
tpcdaq
TPCHitTrackDisplay
trackbase
trackbase_historic
TrackerMillepedeAlignment
TrackingDiagnostics
trackreco
trigger
vararray
QA
simulation
validation
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
CaloGeomMapping.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file CaloGeomMapping.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef CALOGEOMMAPPING_H
4
#define CALOGEOMMAPPING_H
5
6
#include <
fun4all/SubsysReco.h
>
7
8
#include <string>
9
10
class
PHCompositeNode
;
11
class
RawTowerGeomContainer
;
12
13
class
CaloGeomMapping
:
public
SubsysReco
14
{
15
public
:
16
17
CaloGeomMapping
(
const
std::string
&
name
=
"CaloGeomMapping"
);
18
19
~CaloGeomMapping
()
override
;
20
26
int
Init
(
PHCompositeNode
*topNode)
override
;
27
33
/* int InitRun(PHCompositeNode *topNode) override; */
34
38
/* int process_event(PHCompositeNode *topNode) override; */
39
41
/* int ResetEvent(PHCompositeNode *topNode) override; */
42
44
/* int EndRun(const int runnumber) override; */
45
47
/* int End(PHCompositeNode *topNode) override; */
48
50
/* int Reset(PHCompositeNode * topNode) override; */
51
52
/* void Print(const std::string &what = "ALL") const override; */
53
54
// Create tower geometry mapping node
55
void
CreateGeomNode
(
PHCompositeNode
* topNode);
56
57
void
set_detector_name
(
const
std::string
&
name
);
58
std::string
get_detector_name
();
59
60
protected
:
61
std::string
m_Detector
;
// CEMC, HCALIN or HCALOUT
62
std::string
m_TowerGeomNodeName
;
63
RawTowerGeomContainer
*
m_RawTowerGeomContainer
;
64
};
65
66
#endif // CALOGEOMMAPPING_H
coresoftware
blob
master
offline
packages
CaloReco
CaloGeomMapping.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:05
using
1.8.2 with
sPHENIX GitHub integration