ATLAS Offline Software
Loading...
Searching...
No Matches
TrigInDetTrack_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 : TrigInDetTrack_p1
9 *
10 * @brief persistent partner for TrigInDetTrack
11 *
12 * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13 * @author Francesca Bucci <f.bucci@cern.ch> - U. Geneva
14 *
15 **********************************************************************************/
16
17#ifndef TrigInDetEventTPCnv_TrigInDetTrack_p1_H
18#define TrigInDetEventTPCnv_TrigInDetTrack_p1_H
19
21
23{
24
25 public:
26
29
30 int m_algId{}; //holds TrigInDetTrack::AlgoId
31 TPObjRef m_param; //actual type is TrigInDetTrackFitPar*
32 TPObjRef m_endParam; //actual type is TrigInDetTrackFitPar*
33 double m_chi2{};
35 int m_NStraw{};
37 int m_NTRHits{};
38
39
40};
41
42#endif
43
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
friend class TrigInDetTrackCnv_p1