ATLAS Offline Software
TrigInDetTrackFitPar_p3.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 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  * File and Version Information:
16  * $Id: TrigInDetTrackFitPar_p3.h,v 1.2 2009-04-01 22:08:44 ilija@vukotic.me Exp $
17  **********************************************************************************/
18 #ifndef TRIGINDETEVENTTPCNV_TRIGINDETTRACKFITPAR_P3_H
19 #define TRIGINDETEVENTTPCNV_TRIGINDETTRACKFITPAR_P3_H
20 
21 
23 
24  public:
26 
27  // double m_a0;
28  // double m_phi0;
29  // double m_z0;
30  // double m_eta;
31  // double m_pT;
32  // double m_surfaceCoordinate;
33  double m_allDoubles[6]; // all the variables above in the same order.
34  float m_cov[15];
35  int m_surfaceType; //TrigInDetTrackFitPar::TrigSurfaceType
36 
37 };
38 
39 
40 #endif
TrigInDetTrackFitPar_p3::m_allDoubles
double m_allDoubles[6]
Definition: TrigInDetTrackFitPar_p3.h:45
TrigInDetTrackFitPar_p3::TrigInDetTrackFitPar_p3
TrigInDetTrackFitPar_p3()
Definition: TrigInDetTrackFitPar_p3.h:37
TrigInDetTrackFitPar_p3
Definition: TrigInDetTrackFitPar_p3.h:22
TrigInDetTrackFitPar_p3::m_surfaceType
int m_surfaceType
Definition: TrigInDetTrackFitPar_p3.h:47
TrigInDetTrackFitPar_p3::m_cov
float m_cov[15]
Definition: TrigInDetTrackFitPar_p3.h:46