ECCE @ EIC Software
 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 
15 {
16  public:
17 
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