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
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
blob
master
calibrations
generators
offline
database
framework
packages
CaloBase
CaloReco
centrality
ClusterIso
compressor
Half
HelixHough
FitNewton
helix_hough
circlegen
CylindricalHough
FourHitSeedFinder
Kalman
NHitSeedFinder
sPHENIX
test
ThreeHitSeedGrower
VtxTrackFinder
fastvec.h
HelixHough.h
HelixHough_allButKappaRange_sse.cpp
HelixHough_dzdlRange_sse.cpp
HelixHough_findHelices.cpp
HelixHough_findPairs.cpp
HelixHough_init.cpp
HelixHough_kappaRange_sse.cpp
HelixHough_phiRange_sse.cpp
HelixHough_split.cpp
HelixHough_vote_pairs_sse.cpp
HelixHough_vote_sse.cpp
HelixHough_z0Range_sse.cpp
HelixRange.h
HelixResolution.h
SimpleHit3D.cpp
SimpleHit3D.h
SimpleTrack3D.cpp
SimpleTrack3D.h
vector_math_inline.h
vector_math_inline_avx.h
VertexFinder.cpp
VertexFinder.h
VertexFitFunc.cpp
VertexFitFunc.h
Seamstress
intt
jetbackground
KFParticle_sPHENIX
micromegas
mvtx
NodeDump
particleflow
PHField
PHGenFitPkg
PHGeometry
PHTpcTracker
tpc
tpccalib
tpcdaq
trackbase
trackbase_historic
trackreco
trigger
vararray
QA
simulation
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
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
coresoftware
blob
master
offline
packages
HelixHough
helix_hough
HelixResolution.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:35
using
1.8.2 with
ECCE GitHub integration