ATLAS Offline Software
TrigPhoton_p3.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: TrigParticleTPCnv
8  * @class : TrigPhoton_p3
9  *
10  * @brief persistent partner for TrigPhoton
11  *
12  * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13  * @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14  **********************************************************************************/
15 #ifndef TRIGPARTICLETPCNV_TRIGPHOTON_P3_H
16 #define TRIGPARTICLETPCNV_TRIGPHOTON_P3_H
17 
19 
21 
23 {
24  friend class TrigPhotonCnv_p3;
25 
26  public:
27 
28  TrigPhoton_p3() = default;
29  virtual ~TrigPhoton_p3() = default;
30 
31  int m_roiID{};
32  float m_allTheFloats[11]{};
33 
34 /*
35  float m_HadEt;
36  float m_energyRatio;
37  float m_rCore;
38  float m_dPhi;
39  float m_dEta;
40  float m_cl_e_frac_S0;
41  float m_cl_e_frac_S1;
42  float m_cl_e_frac_S2;
43  float m_cl_e_frac_S3;
44  float m_Fside;
45  float m_Weta2;
46 */
47  bool m_valid{false};
48 
50 
52 
53 };
54 
55 #endif
TrigPhoton_p3
Definition: TrigPhoton_p3.h:23
P4PtEtaPhiMCnv_p1.h
TrigPhoton_p3::m_valid
bool m_valid
Definition: TrigPhoton_p3.h:56
TrigPhoton_p3::TrigPhoton_p3
TrigPhoton_p3()=default
TrigPhoton_p3::~TrigPhoton_p3
virtual ~TrigPhoton_p3()=default
TrigPhoton_p3::m_cluster
ElementLinkInt_p3 m_cluster
Definition: TrigPhoton_p3.h:58
TrigPhotonCnv_p3
Definition: TrigPhotonCnv_p3.h:35
TrigPhoton_p3::m_allTheFloats
float m_allTheFloats[11]
Definition: TrigPhoton_p3.h:41
P4PtEtaPhiM_p1
Definition: P4PtEtaPhiM_p1.h:23
TrigPhoton_p3::m_P4PtEtaPhiM
P4PtEtaPhiM_p1 m_P4PtEtaPhiM
Definition: TrigPhoton_p3.h:60
TrigPhoton_p3::m_roiID
int m_roiID
Definition: TrigPhoton_p3.h:40