ATLAS Offline Software
TrigInDetTrackFitPar_p3.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /**********************************************************************************
6  * @Project: Trigger
7  * @Package: TrigInDetEventTPCnv
8  * @class : TrigInDetTrackFitPar_p2
9  *
10  * @brief persistent partner for TrigInDetTrackFitPar
11  *
12  * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13  * @author Francesca Bucci <f.bucci@cern.ch> - U. Geneva
14  *
15  **********************************************************************************/
16 #ifndef TRIGINDETEVENTTPCNV_TRIGINDETTRACKFITPAR_P3_H
17 #define TRIGINDETEVENTTPCNV_TRIGINDETTRACKFITPAR_P3_H
18 
19 
21 
22  public:
24 
25  // double m_a0;
26  // double m_phi0;
27  // double m_z0;
28  // double m_eta;
29  // double m_pT;
30  // double m_surfaceCoordinate;
31  double m_allDoubles[6]{}; // all the variables above in the same order.
32  float m_cov[15]{};
33  int m_surfaceType{}; //TrigInDetTrackFitPar::TrigSurfaceType
34 
35 };
36 
37 
38 #endif
TrigInDetTrackFitPar_p3::m_allDoubles
double m_allDoubles[6]
Definition: TrigInDetTrackFitPar_p3.h:41
TrigInDetTrackFitPar_p3::TrigInDetTrackFitPar_p3
TrigInDetTrackFitPar_p3()
Definition: TrigInDetTrackFitPar_p3.h:33
TrigInDetTrackFitPar_p3
Definition: TrigInDetTrackFitPar_p3.h:20
TrigInDetTrackFitPar_p3::m_surfaceType
int m_surfaceType
Definition: TrigInDetTrackFitPar_p3.h:43
TrigInDetTrackFitPar_p3::m_cov
float m_cov[15]
Definition: TrigInDetTrackFitPar_p3.h:42