ATLAS Offline Software
Trigger
TrigEvent
TrigMuonEventTPCnv
TrigMuonEventTPCnv
MuonFeature_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 : MuonFeature_p1
9
*
10
* @brief persistent partner for MuonFeature
11
*
12
* @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13
* @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14
**********************************************************************************/
15
#ifndef TRIGMUONEVENTTPCNV_MUONFEATURE_P1_H
16
#define TRIGMUONEVENTTPCNV_MUONFEATURE_P1_H
17
18
#include <stdint.h>
19
#include <string>
20
#include "
TrigMuonEvent/MuonFeature.h
"
21
22
class
MuonFeature_p1
23
{
24
friend
class
MuonFeatureCnv
;
25
26
public
:
27
28
MuonFeature_p1
() {}
29
virtual
~MuonFeature_p1
(){}
30
31
int
m_RoIId
{};
32
int
m_saddress
{};
33
float
m_pt
{};
34
float
m_radius
{};
35
float
m_eta
{};
36
float
m_phi
{};
37
float
m_dir_phi
{};
38
float
m_zeta
{};
39
float
m_dir_zeta
{};
40
float
m_beta
{};
41
42
};
43
44
#endif
MuonFeatureCnv
Definition:
MuonFeatureCnv.h:35
MuonFeature_p1::m_phi
float m_phi
Definition:
MuonFeature_p1.h:45
MuonFeature_p1::~MuonFeature_p1
virtual ~MuonFeature_p1()
Definition:
MuonFeature_p1.h:38
MuonFeature_p1::m_pt
float m_pt
Definition:
MuonFeature_p1.h:42
MuonFeature.h
MuonFeature_p1::m_beta
float m_beta
Definition:
MuonFeature_p1.h:49
MuonFeature_p1::m_zeta
float m_zeta
Definition:
MuonFeature_p1.h:47
MuonFeature_p1::m_dir_zeta
float m_dir_zeta
Definition:
MuonFeature_p1.h:48
MuonFeature_p1
Definition:
MuonFeature_p1.h:23
MuonFeature_p1::MuonFeature_p1
MuonFeature_p1()
Definition:
MuonFeature_p1.h:37
MuonFeature_p1::m_RoIId
int m_RoIId
Definition:
MuonFeature_p1.h:40
MuonFeature_p1::m_saddress
int m_saddress
Definition:
MuonFeature_p1.h:41
MuonFeature_p1::m_dir_phi
float m_dir_phi
Definition:
MuonFeature_p1.h:46
MuonFeature_p1::m_eta
float m_eta
Definition:
MuonFeature_p1.h:44
MuonFeature_p1::m_radius
float m_radius
Definition:
MuonFeature_p1.h:43
Generated on Sun Dec 22 2024 21:15:05 for ATLAS Offline Software by
1.8.18