ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMuonEF_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 : TrigMuonEF_p1
9 *
10 * @brief persistent partner for TrigMuonEF
11 *
12 * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13 * @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14 *
15 * File and Version Information:
16 **********************************************************************************/
17#ifndef TRIGMUONEVENTTPCNV_TRIGMUONEF_P1_H
18#define TRIGMUONEVENTTPCNV_TRIGMUONEF_P1_H
19
20#include <stdint.h>
21#include <string>
25
27{
28 friend class TrigMuonEFCnv;
29
30 public:
31
33 virtual ~TrigMuonEF_p1(){}
34
35 //private:
37 std::string m_roi;
38 float m_charge{};
39
41};
42
43#endif
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
friend class TrigMuonEFCnv
std::string m_roi
TPObjRef m_P4IPtCotThPhiM
virtual ~TrigMuonEF_p1()