ATLAS Offline Software
Loading...
Searching...
No Matches
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()=default
ElementLinkInt_p3 m_cluster
virtual ~TrigPhoton_p3()=default
P4PtEtaPhiM_p1 m_P4PtEtaPhiM
float m_allTheFloats[11]
friend class TrigPhotonCnv_p3