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
centrality
ClusterIso
compressor
Half
HelixHough
intt
jetbackground
KFParticle_sPHENIX
micromegas
mvtx
NodeDump
particleflow
PHField
PHGenFitPkg
PHGeometry
PHTpcTracker
tpc
TpcClusterCleaner.cc
TpcClusterCleaner.h
TpcClusterizer.cc
TpcClusterizer.h
TpcDefs.cc
TpcDefs.h
TpcDistortionCorrection.cc
TpcDistortionCorrection.h
TpcDistortionCorrectionContainer.h
TpcLoadDistortionCorrection.cc
TpcLoadDistortionCorrection.h
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
TpcLoadDistortionCorrection.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file TpcLoadDistortionCorrection.h
1
#ifndef TPC_TPCLOADDISTORTIONCORRECTION_H
2
#define TPC_TPCLOADDISTORTIONCORRECTION_H
3
10
#include <
fun4all/SubsysReco.h
>
11
#include <
phool/PHObject.h
>
12
#include <
phool/PHTimer.h
>
13
#include <
trackbase/TrkrDefs.h
>
14
15
#include <array>
16
17
class
TH3;
18
19
class
TpcLoadDistortionCorrection
:
public
SubsysReco
20
{
21
public
:
22
24
TpcLoadDistortionCorrection
(
const
std::string& =
"TpcLoadDistortionCorrection"
);
25
27
int
InitRun
(
PHCompositeNode
*)
override
;
28
30
int
process_event
(
PHCompositeNode
*)
override
;
31
33
void
set_distortion_filename
(
const
std::string&
value
)
34
{
m_distortion_filename
=
value
; }
35
37
void
set_node_name
(
const
std::string&
value
)
38
{
m_node_name
=
value
; }
39
40
private
:
41
43
std::string
m_distortion_filename
;
44
46
std::string
m_node_name
=
"TpcDistortionCorrectionContainer"
;
47
48
};
49
50
#endif
coresoftware
blob
master
offline
packages
tpc
TpcLoadDistortionCorrection.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:37
using
1.8.2 with
ECCE GitHub integration