Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
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
TH1;
13
14
class
TpcDistortionCorrectionContainer
15
{
16
public
:
17
19
TpcDistortionCorrectionContainer
() =
default
;
20
22
int
dimensions
=3;
23
25
26
std::array<TH1*,2>
m_hDRint
= {{
nullptr
,
nullptr
}};
27
std::array<TH1*,2>
m_hDPint
= {{
nullptr
,
nullptr
}};
28
std::array<TH1*,2>
m_hDZint
= {{
nullptr
,
nullptr
}};
29
31
35
std::array<TH1*,2>
m_hentries
= {{
nullptr
,
nullptr
}};
37
38
39
};
40
41
#endif
coresoftware
blob
master
offline
packages
tpc
TpcDistortionCorrectionContainer.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:08
using
1.8.2 with
sPHENIX GitHub integration