ATLAS Offline Software
Loading...
Searching...
No Matches
TrigInDetTrackFitPar_p1.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_p1
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_P1_H
17#define TRIGINDETEVENTTPCNV_TRIGINDETTRACKFITPAR_P1_H
18
19
21
22 public:
26
27 double m_a0{};
28 double m_phi0{};
29 double m_z0{};
30 double m_eta{};
31 double m_pT{};
32 float m_ea0{};
33 float m_ephi0{};
34 float m_ez0{};
35 float m_eeta{};
36 float m_epT{};
37 std::vector<double>* m_cov{};
38 int m_surfaceType{}; //TrigInDetTrackFitPar::TrigSurfaceType
40
41 //a transient member to solve memory leak in *m_cov
42 std::vector<double> m_covtmp;
43
44};
45
46
47#endif
TrigInDetTrackFitPar_p1 & operator=(const TrigInDetTrackFitPar_p1 &p)
std::vector< double > * m_cov
std::vector< double > m_covtmp