ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMuonEFInfo_p5.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: TrigMuonEventTPCnv
8 * @class : TrigMuonEFInfo_p5
9 *
10 * @brief persistent partner for TrigMuonEFInfo
11 *
12 * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13 * @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14 * @author Sergio Grancagnolo <Sergio.Grancagnolo@le.infn.it> - U.Salento/INFN Le
15 * @author Alexander Oh <alexander.oh@cern.ch> - U. Manchester
16 *
17 **********************************************************************************/
18#ifndef TRIGMUONEVENTTPCNV_TRIGMUONEFINFO_P5_H
19#define TRIGMUONEVENTTPCNV_TRIGMUONEFINFO_P5_H
20
21#include <stdint.h>
22#include <string>
24
26{
27 friend class TrigMuonEFInfoCnv;
28
29public:
30
31 TrigMuonEFInfo_p5() = default;
32 virtual ~TrigMuonEFInfo_p5() = default;
33
34 // unsigned short int m_roi;
35 // unsigned short int m_nSegments;
36 // unsigned short int m_nMdtHits;
37 // unsigned short int m_nRpcHits;
38 // unsigned short int m_nTgcHits;
39 // unsigned short int m_nCscHits;
40 // this array holds all the unsigned ints from above. in that order.
41 unsigned short int m_allTheInts[6]{};
42
45 //
46 // TPObjRef m_spectrometerTrack; // probably not needed
47 // TPObjRef m_extrapolatedTrack; // probably not needed
48 // TPObjRef m_combinedTrack; // probably not needed
49 //
51
52};
53
54#endif
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
friend class TrigMuonEFInfoCnv
unsigned short int m_allTheInts[6]
virtual ~TrigMuonEFInfo_p5()=default
TrigMuonEFInfo_p5()=default