ATLAS Offline Software
Trigger
TrigEvent
TrigParticleTPCnv
TrigParticleTPCnv
TrigPhoton_p1.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_p1
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_p1.h,v 1.2 2009-04-01 22:13:31 salvator Exp $
17
**********************************************************************************/
18
#ifndef TRIGPARTICLETPCNV_TRIGPHOTON_P1_H
19
#define TRIGPARTICLETPCNV_TRIGPHOTON_P1_H
20
21
#include "
AthenaPoolUtilities/TPObjRef.h
"
22
23
class
TrigPhoton_p1
24
{
25
friend
class
TrigPhotonCnv_p1
;
26
27
public
:
28
29
TrigPhoton_p1
() {}
30
virtual
~TrigPhoton_p1
() =
default
;
31
32
//private:
33
34
int
m_roiID
= 0;
35
float
m_HadEt
= -9999.9;
36
float
m_energyRatio
= -9999.9;
37
float
m_rCore
= -9999.9;
38
float
m_dPhi
= -9999.9;
39
float
m_dEta
= -9999.9;
40
bool
m_valid
=
false
;
41
TPObjRef
m_cluster
;
42
43
TPObjRef
m_P4PtEtaPhiM
;
44
45
};
46
47
#endif
TrigPhoton_p1
Definition:
TrigPhoton_p1.h:24
TrigPhoton_p1::m_roiID
int m_roiID
Definition:
TrigPhoton_p1.h:46
TrigPhoton_p1::m_energyRatio
float m_energyRatio
Definition:
TrigPhoton_p1.h:48
TPObjRef
Definition:
TPObjRef.h:20
TrigPhoton_p1::m_valid
bool m_valid
Definition:
TrigPhoton_p1.h:52
TrigPhoton_p1::m_cluster
TPObjRef m_cluster
Definition:
TrigPhoton_p1.h:53
TrigPhoton_p1::TrigPhoton_p1
TrigPhoton_p1()
Definition:
TrigPhoton_p1.h:41
TrigPhotonCnv_p1
Definition:
TrigPhotonCnv_p1.h:33
TrigPhoton_p1::m_HadEt
float m_HadEt
Definition:
TrigPhoton_p1.h:47
TrigPhoton_p1::~TrigPhoton_p1
virtual ~TrigPhoton_p1()=default
TrigPhoton_p1::m_P4PtEtaPhiM
TPObjRef m_P4PtEtaPhiM
Definition:
TrigPhoton_p1.h:55
TrigPhoton_p1::m_dEta
float m_dEta
Definition:
TrigPhoton_p1.h:51
TPObjRef.h
TrigPhoton_p1::m_dPhi
float m_dPhi
Definition:
TrigPhoton_p1.h:50
TrigPhoton_p1::m_rCore
float m_rCore
Definition:
TrigPhoton_p1.h:49
Generated on Sun Dec 22 2024 21:21:16 for ATLAS Offline Software by
1.8.18