ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMuonEFInfo_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: TrigMuonEventTPCnv
8 * @class : TrigMuonEFInfo_p3
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_P3_H
19#define TRIGMUONEVENTTPCNV_TRIGMUONEFINFO_P3_H
20
21#include <stdint.h>
22#include <string>
24
26{
27 friend class TrigMuonEFInfoCnv;
28
29public:
30
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{};
42
47
48};
49
50#endif
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
unsigned short int m_nCscHits
unsigned short int m_roi
friend class TrigMuonEFInfoCnv
unsigned short int m_nTgcHits
unsigned short int m_nRpcHits
unsigned short int m_nSegments
unsigned short int m_nMdtHits