ATLAS Offline Software
Loading...
Searching...
No Matches
CombinedMuonFeature_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#ifndef TRIGMUONEVENTTPCNV_COMBINEDMUONFEATURE_P1_H
6#define TRIGMUONEVENTTPCNV_COMBINEDMUONFEATURE_P1_H
7
9
12
13 public:
14
15 // default constructor
17
18 // default destructor
19 virtual ~CombinedMuonFeature_p1() = default;
20
21 float m_pt{};
22 float m_sigma_pt{};
25};
26
27#endif
virtual ~CombinedMuonFeature_p1()=default
CombinedMuonFeature_p1()=default
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20