EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
BeastMagneticField
delphes_EIC
Doxygen_Assist
east
eic-smear
EicRoot
eicsmear-jetexample
eicsmeardetectors
EicToyModel
estarlight
Fun4All-lmon
fun4all_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
fun4all_eic_qa
fun4all_eic_tutorials
fun4all_eicdetectors
fun4all_eicmacros
fun4all_g4jleic
fun4all_GenFit
fun4all_macros
fun4all_tutorials
g4exampledetector
g4lblvtx
online_distribution
PEPSI
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
RawClusterPositionCorrection.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file RawClusterPositionCorrection.h
1
#ifndef CALORECO_RAWCLUSTERPOSITIONCORRECTION_H
2
#define CALORECO_RAWCLUSTERPOSITIONCORRECTION_H
3
4
#include <
fun4all/SubsysReco.h
>
5
6
#include <phparameter/PHParameters.h>
7
8
#include <string>
9
#include <vector>
10
11
class
PHCompositeNode
;
12
class
RawClusterContainer
;
13
14
class
RawClusterPositionCorrection
:
public
SubsysReco
15
{
16
public
:
17
explicit
RawClusterPositionCorrection
(
const
std::string &
name
);
18
19
int
InitRun
(
PHCompositeNode
*topNode)
override
;
20
int
process_event
(
PHCompositeNode
*topNode)
override
;
21
int
End
(
PHCompositeNode
*topNode)
override
;
22
23
void
CreateNodeTree
(
PHCompositeNode
*topNode);
24
25
const
PHParameters
&
Get_eclus_CalibrationParameters
()
const
26
{
27
return
_eclus_calib_params
;
28
}
29
PHParameters
&
Get_eclus_CalibrationParameters
()
30
{
31
return
_eclus_calib_params
;
32
}
33
const
PHParameters
&
Get_eore_CalibrationParameters
()
const
34
{
35
return
_ecore_calib_params
;
36
}
37
PHParameters
&
Get_ecore_CalibrationParameters
()
38
{
39
return
_ecore_calib_params
;
40
}
41
42
void
Set_eclus_CalibrationParameters
(
const
PHParameters
&calib_params)
43
{
44
_eclus_calib_params
= calib_params;
45
}
46
void
Set_ecore_CalibrationParameters
(
const
PHParameters
&calib_params)
47
{
48
_ecore_calib_params
= calib_params;
49
}
50
51
private
:
52
PHParameters
_eclus_calib_params
;
53
PHParameters
_ecore_calib_params
;
54
void
SetDefaultParameters
(
PHParameters
¶m);
55
RawClusterContainer
*
_recalib_clusters
;
56
57
std::string
_det_name
;
58
59
int
bins
;
60
std::vector<float>
binvals
;
61
std::vector<std::vector<double> >
eclus_calib_constants
;
62
std::vector<std::vector<double> >
ecore_calib_constants
;
63
};
64
65
#endif
fun4all_coresoftware
blob
master
offline
packages
CaloReco
RawClusterPositionCorrection.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:43
using
1.8.2 with
EIC GitHub integration