ATLAS Offline Software
Trigger
TrigEvent
TrigMuonEventTPCnv
TrigMuonEventTPCnv
TileMuFeature_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
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigMuonEventTPCnv
8
* @class : TileMuFeature_p2
9
*
10
* @brief persistent partner for TileMuFeature
11
*
12
* @author Heuijin Lim <hjlim@hep.anl.gov>
13
* @Created: Apr. 16. 2008
14
**********************************************************************************/
15
16
#ifndef TRIGMUONEVENTTPCNV_TILEMUFEATURE_P2_H
17
#define TRIGMUONEVENTTPCNV_TILEMUFEATURE_P2_H
18
19
#include <stdint.h>
20
#include <string>
21
22
23
class
TileMuFeature_p2
24
{
25
26
friend
class
TileMuFeatureCnv_p2
;
27
28
public
:
29
30
TileMuFeature_p2
() =
default
;
31
virtual
~TileMuFeature_p2
() =
default
;
32
33
float
m_allTheFloats
[3]{};
34
// float m_eta;
35
// float m_phi;
36
std::vector<float>
m_energy_deposited
;
37
// float m_quality_factor;
38
39
//float m_Pt_IDTrk, m_Eta_IDTrk, m_EtaTR_IDTrk;
40
//float m_Phi_IDTrk, m_PhiTR_IDTrk, m_zPos_IDTrk;
41
//int m_IDTrk;
42
43
};
44
45
#endif
46
TileMuFeatureCnv_p2
Definition:
TileMuFeatureCnv_p2.h:28
TileMuFeature_p2::TileMuFeature_p2
TileMuFeature_p2()=default
TileMuFeature_p2::m_allTheFloats
float m_allTheFloats[3]
Definition:
TileMuFeature_p2.h:42
TileMuFeature_p2::~TileMuFeature_p2
virtual ~TileMuFeature_p2()=default
TileMuFeature_p2::m_energy_deposited
std::vector< float > m_energy_deposited
Definition:
TileMuFeature_p2.h:45
TileMuFeature_p2
Definition:
TileMuFeature_p2.h:24
Generated on Sun Dec 22 2024 21:19:52 for ATLAS Offline Software by
1.8.18