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