ATLAS Offline Software
Loading...
Searching...
No Matches
CombinedMuonFeature_p2.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_P2_H
6#define TRIGMUONEVENTTPCNV_COMBINEDMUONFEATURE_P2_H
7
9
12
13 public:
14
15 // default constructor
17
18 // default destructor
19 virtual ~CombinedMuonFeature_p2() = default;
20
21 float m_pt{};
22 float m_sigma_pt{};
25};
26
27#endif
CombinedMuonFeature_p2()=default
virtual ~CombinedMuonFeature_p2()=default