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
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
TpcDistortionCorrection.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file TpcDistortionCorrection.h
1
#ifndef TPC_TPCDISTORTIONCORRECTION_H
2
#define TPC_TPCDISTORTIONCORRECTION_H
3
10
#include <
Acts/Utilities/Definitions.hpp
>
11
12
class
TpcDistortionCorrectionContainer
;
13
14
class
TpcDistortionCorrection
15
{
16
public
:
17
19
TpcDistortionCorrection
() =
default
;
20
21
enum
CoordMask
22
{
23
COORD_PHI
= 1<<0,
24
COORD_R
= 1<<1,
25
COORD_Z
= 1<<2,
26
COORD_PHIZ
=
COORD_PHI
|
COORD_Z
,
27
COORD_ALL
=
COORD_PHI
|
COORD_R
|
COORD_Z
28
};
29
31
Acts::Vector3D
get_corrected_position
(
const
Acts::Vector3D
&,
const
TpcDistortionCorrectionContainer
*,
unsigned
int
mask
=
COORD_ALL
)
const
;
32
33
};
34
35
#endif
coresoftware
blob
master
offline
packages
tpc
TpcDistortionCorrection.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:37
using
1.8.2 with
ECCE GitHub integration