ATLAS Offline Software
Loading...
Searching...
No Matches
TrigInDetTrackFitPar_p2.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_P2_H
17#define TRIGINDETEVENTTPCNV_TRIGINDETTRACKFITPAR_P2_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 float m_cov[15]{};
31 int m_surfaceType{}; //TrigInDetTrackFitPar::TrigSurfaceType
33
34};
35
36
37#endif