ATLAS Offline Software
Loading...
Searching...
No Matches
TrigInDetTrack_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 : TrigInDetTrack_p2
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_p2_H
18#define TrigInDetEventTPCnv_TrigInDetTrack_p2_H
19
21
22
24{
25
26 public:
27
30
31 //private:
32
33 int m_algId{};
34 TPObjRef m_param; //actual type is TrigInDetTrackFitPar*
35 TPObjRef m_endParam; //actual type is TrigInDetTrackFitPar*
36 double m_chi2{};
38 int m_NStraw{};
40 int m_NTRHits{};
44
45};
46
47#endif
48
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
friend class TrigInDetTrackCnv_p2