ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEFBjet_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 : TrigEFBjet_p1
9 *
10 * @brief persistent partner for TrigEFBjet
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: TrigEFBjet_p1.h,v 1.2 2009-04-01 22:13:30 salvator Exp $
17 **********************************************************************************/
18#ifndef TRIGPARTICLETPCNV_TRIGEFBJET_P1_H
19#define TRIGPARTICLETPCNV_TRIGEFBJET_P1_H
20
22{
23 friend class TrigEFBjetCnv_p1;
24
25 public:
26
28 virtual ~TrigEFBjet_p1() = default;
29
30 //private:
31
32 bool m_valid = false;
33
34 int m_roiID = 0;
35 float m_eta = 0;
36 float m_phi = 0;
37 float m_prmVtx = 0;
38
39 float m_xcomb = 0;
40 float m_x2d = 0;
41 float m_xd0 = 0;
42 float m_xz0 = 0;
43 float m_x3d = 0;
44 float m_xmvtx = 0;
45 float m_xevtx = 0;
46 float m_xnvtx = 0;
47
48};
49
50#endif
virtual ~TrigEFBjet_p1()=default
friend class TrigEFBjetCnv_p1