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
HelixResolution.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file HelixResolution.h
1
#ifndef __HELIXRESOLUTION__
2
#define __HELIXRESOLUTION__
3
4
class
HelixResolution
5
{
6
public
:
7
HelixResolution
(
float
cAngle,
float
dca,
float
invR,
float
theta
,
float
z
) :
phi_res
(cAngle),
d_res
(dca),
k_res
(invR),
dzdl_res
(theta),
z0_res
(z) {}
8
~HelixResolution
(){}
9
10
float
phi_res
,
d_res
,
k_res
,
dzdl_res
,
z0_res
;
11
};
12
13
14
15
#endif
fun4all_coresoftware
blob
master
offline
packages
HelixHough
helix_hough
HelixResolution.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:44
using
1.8.2 with
EIC GitHub integration