ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMuonEFTrack_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: TrigMuonEventTPCnv
8 * @class : TrigMuonEFTrack_p1
9 *
10 * @brief persistent partner for TrigMuonEFTrack
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 *
16 **********************************************************************************/
17#ifndef TRIGMUONEVENTTPCNV_TRIGMUONEFTRACK_P1_H
18#define TRIGMUONEVENTTPCNV_TRIGMUONEFTRACK_P1_H
19
20#include <stdint.h>
21#include <string>
23
25{
26 friend class TrigMuonEFTrackCnv;
27
28 public:
29
32
33 //private:
34 double m_charge{};
35
37};
38
39#endif
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
friend class TrigMuonEFTrackCnv