ATLAS Offline Software
TrigPhoton_p3.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 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  * File and Version Information:
16  * $Id: TrigPhoton_p3.h 724425 2016-02-16 23:37:59Z ssnyder $
17  **********************************************************************************/
18 #ifndef TRIGPARTICLETPCNV_TRIGPHOTON_P3_H
19 #define TRIGPARTICLETPCNV_TRIGPHOTON_P3_H
20 
22 
24 //#include "AthenaPoolUtilities/TPObjRef.h"
25 
26 
28 {
29  friend class TrigPhotonCnv_p3;
30 
31  public:
32 
33  TrigPhoton_p3() :
34  m_roiID(0),
35  m_valid(false)
36  {}
37 
38  virtual ~TrigPhoton_p3() = default;
39 
40  //private:
41 
42  int m_roiID;
43  float m_allTheFloats[11];
44 
45 /*
46  float m_HadEt;
47  float m_energyRatio;
48  float m_rCore;
49  float m_dPhi;
50  float m_dEta;
51  float m_cl_e_frac_S0;
52  float m_cl_e_frac_S1;
53  float m_cl_e_frac_S2;
54  float m_cl_e_frac_S3;
55  float m_Fside;
56  float m_Weta2;
57 */
58  bool m_valid;
59 
60  //TPObjRef m_cluster;
62 
63  //TPObjRef m_p4PtEtaPhiM;
65 
66 };
67 
68 #endif
TrigPhoton_p3
Definition: TrigPhoton_p3.h:28
P4PtEtaPhiMCnv_p1.h
TrigPhoton_p3::m_valid
bool m_valid
Definition: TrigPhoton_p3.h:70
TrigPhoton_p3::TrigPhoton_p3
TrigPhoton_p3()
Definition: TrigPhoton_p3.h:45
TrigPhoton_p3::~TrigPhoton_p3
virtual ~TrigPhoton_p3()=default
TrigPhoton_p3::m_cluster
ElementLinkInt_p3 m_cluster
Definition: TrigPhoton_p3.h:73
TrigPhotonCnv_p3
Definition: TrigPhotonCnv_p3.h:35
TrigPhoton_p3::m_allTheFloats
float m_allTheFloats[11]
Definition: TrigPhoton_p3.h:55
P4PtEtaPhiM_p1
Definition: P4PtEtaPhiM_p1.h:23
TrigPhoton_p3::m_P4PtEtaPhiM
P4PtEtaPhiM_p1 m_P4PtEtaPhiM
Definition: TrigPhoton_p3.h:76
TrigPhoton_p3::m_roiID
int m_roiID
Definition: TrigPhoton_p3.h:54