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
SimpleTrack3D.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file SimpleTrack3D.h
1
#ifndef __SIMPLETRACK3D__
2
#define __SIMPLETRACK3D__
3
4
#include <vector>
5
#include "
SimpleHit3D.h
"
6
7
class
SimpleTrack3D
{
8
public
:
9
SimpleTrack3D
();
10
~SimpleTrack3D
() {}
11
12
float
fit_track
(
float
scale = 1.);
13
void
set_vertex_id
(
unsigned
int
vtx_id){
vertex_id
= vtx_id;}
14
void
reset
();
15
16
std::vector<SimpleHit3D>
hits
;
17
std::vector<unsigned int>
cluster_ids
;
18
float
phi
,
d
,
kappa
,
dzdl
,
z0
;
19
unsigned
int
index
;
20
unsigned
int
vertex_id
;
21
};
22
23
#endif // __SIMPLETRACK3D__
fun4all_coresoftware
blob
master
offline
packages
HelixHough
helix_hough
SimpleTrack3D.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:44
using
1.8.2 with
EIC GitHub integration