ATLAS Offline Software
Loading...
Searching...
No Matches
TrigPhoton_p2.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_p2
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_p2.h,v 1.2 2009-04-01 22:13:31 salvator Exp $
17 **********************************************************************************/
18#ifndef TRIGPARTICLETPCNV_TRIGPHOTON_P2_H
19#define TRIGPARTICLETPCNV_TRIGPHOTON_P2_H
20
22
24
25
27{
28 friend class TrigPhotonCnv_p2;
29
30 public:
31
33 m_roiID(0),
34 m_HadEt(-9999.9),
35 m_energyRatio(-9999.9),
36 m_rCore(-9999.9),
37 m_dPhi(-9999.9),
38 m_dEta(-9999.9),
39 m_cl_e_frac_S0(-9999.9),
40 m_cl_e_frac_S1(-9999.9),
41 m_cl_e_frac_S2(-9999.9),
42 m_cl_e_frac_S3(-9999.9),
43 m_Fside(-9999.9),
44 m_Weta2(-9999.9),
45 m_valid(false)
46 {}
47
48 virtual ~TrigPhoton_p2() = default;
49
50 //private:
51
53 float m_HadEt;
55 float m_rCore;
56 float m_dPhi;
57 float m_dEta;
62 float m_Fside;
63 float m_Weta2;
64 bool m_valid;
65
66 //TPObjRef m_cluster;
68
70
71};
72
73#endif
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
TPObjRef m_p4PtEtaPhiM
ElementLinkInt_p1 m_cluster
friend class TrigPhotonCnv_p2
virtual ~TrigPhoton_p2()=default