Skip to content
Snippets Groups Projects
Commit ba9338ea authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Merge branch 'track_param' into 'master'

Added acts tracker parameters

See merge request !5
parents b6e78f21 3039c24d
No related branches found
No related tags found
1 merge request!5Added acts tracker parameters
Pipeline #4697 passed
......@@ -155,6 +155,7 @@ datatypes :
- eic::Cluster clusters // The clusters that have been combined to this cluster.
- eic::CalorimeterHit hits // The hits that have been combined to this cluster.
eic::MCParticle:
Description: "EIC MC Particle"
Author : "F.Gaede, B. Hegner"
......@@ -199,6 +200,23 @@ datatypes :
- eic::Track tracks // The tracks combined to this particle"
- eic::ReconstructedParticle particles // The particles combined to this particle
eic::TrackParameters:
Description: "ACTS Track parameters"
Author : "W.Armstrong"
Members:
- double loc0 // loc0
- double loc1 // loc1
- double phi // phi
- double theta // theta
- double qOverP // qOverP
- double time // time
- double err_loc0 // err_loc0
- double err_loc1 // err_loc1
- double err_phi // err_phi
- double err_theta // err_theta
- double err_qOverP // err_qOverP
- double err_time // err_time
eic::Track:
Description: "EIC reconstructed track"
Author : "F.Gaede, B. Hegner"
......@@ -307,3 +325,5 @@ datatypes :
OneToManyRelations:
- eic::PMTHit hits // The hits that have been included in this cluster
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment