ATLAS Offline Software
Loading...
Searching...
No Matches
CombinedMuonFeature_p4.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_P4_H
6#define TRIGMUONEVENTTPCNV_COMBINEDMUONFEATURE_P4_H
7
9
12
13 public:
14
15 // default constructor
17
18 // default destructor
19 virtual ~CombinedMuonFeature_p4() = default;
20
21 float m_pt{};
22 float m_sigma_pt{};
23 float m_charge{};
24 int m_flag{};
27};
28
29#endif
virtual ~CombinedMuonFeature_p4()=default
CombinedMuonFeature_p4()=default