ATLAS Offline Software
Loading...
Searching...
No Matches
TrigL2Bphys_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 : TrigL2Bphys_p1
9 *
10 * @brief persistent partner for TrigL2Bphys
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: TrigL2Bphys_p1.h,v 1.2 2009-04-01 22:13:31 salvator Exp $
17 **********************************************************************************/
18#ifndef TRIGPARTICLETPCNV_TRIGL2BPHYS_P1_H
19#define TRIGPARTICLETPCNV_TRIGL2BPHYS_P1_H
20
22
24{
25 friend class TrigL2BphysCnv_p1;
26
27 public:
28
30 virtual ~TrigL2Bphys_p1() = default;
31
33
34 //private:
35
36 int m_roiID = 0;
38 float m_eta = 0;
39 float m_phi = 0;
40 float m_mass = 0;
41 float m_dist = 0;
42 bool m_valid = false;
45
46};
47
48#endif
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
pType_p1 m_particleType
virtual ~TrigL2Bphys_p1()=default
TPObjRef m_secondaryDecay
friend class TrigL2BphysCnv_p1