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
TpcDistortionCorrectionContainer.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file TpcDistortionCorrectionContainer.h
1
#ifndef TPC_TPCDISTORTIONCORRECTIONCONTAINER_H
2
#define TPC_TPCDISTORTIONCORRECTIONCONTAINER_H
3
10
#include <array>
11
12
class
TH3;
13
14
class
TpcDistortionCorrectionContainer
15
{
16
public
:
17
19
TpcDistortionCorrectionContainer
() =
default
;
20
22
23
std::array<TH3*,2>
m_hDRint
= {{
nullptr
,
nullptr
}};
24
std::array<TH3*,2>
m_hDPint
= {{
nullptr
,
nullptr
}};
25
std::array<TH3*,2>
m_hDZint
= {{
nullptr
,
nullptr
}};
27
28
};
29
30
#endif
fun4all_coresoftware
blob
master
offline
packages
tpc
TpcDistortionCorrectionContainer.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:45
using
1.8.2 with
EIC GitHub integration