ATLAS Offline Software
Loading...
Searching...
No Matches
TrigInDetTrack_p3.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_p3_H
18#define TrigInDetEventTPCnv_TrigInDetTrack_p3_H
19
21
23{
24
25 public:
26
29
30 TPObjRef m_param; //actual type is TrigInDetTrackFitPar*
31 TPObjRef m_endParam; //actual type is TrigInDetTrackFitPar*
32 double m_chi2{};
33
34 // TrigInDetTrack::AlgoId m_algId;
35 // int m_NStrawHits;
36 // int m_NStraw;
37 // int m_NStrawTime;
38 // int m_NTRHits;
39 // int m_NPixelSpacePoints;
40 // int m_NSCT_SpacePoints;
41 // long m_HitPattern;
42 int m_allIntegers[8]{}; // all the integers above are saved in this one array.
43};
44
45#endif
46
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
friend class TrigInDetTrackCnv_p3