ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEFBphys_p1.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 : TrigEFBphys_p1
9 *
10 * @brief persistent partner for TrigEFBphys
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_TRIGEFBPHYS_P1_H
16#define TRIGPARTICLETPCNV_TRIGEFBPHYS_P1_H
17
19
21{
22 friend class TrigEFBphysCnv_p1;
23
24 public:
25
26 TrigEFBphys_p1() = default;
27 virtual ~TrigEFBphys_p1() = default;
28
30
31 int m_roiID{};
33 float m_eta{};
34 float m_phi{};
35 float m_mass{};
36 bool m_valid{};
38
39};
40
41#endif
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
pType_p1 m_particleType
friend class TrigEFBphysCnv_p1
TrigEFBphys_p1()=default
TPObjRef m_secondaryDecay
virtual ~TrigEFBphys_p1()=default