ATLAS Offline Software
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 
27  TrigEFBjet_p1() {}
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
TrigEFBjet_p1::m_eta
float m_eta
Definition: TrigEFBjet_p1.h:47
TrigEFBjet_p1::TrigEFBjet_p1
TrigEFBjet_p1()
Definition: TrigEFBjet_p1.h:39
TrigEFBjet_p1
Definition: TrigEFBjet_p1.h:22
TrigEFBjet_p1::m_prmVtx
float m_prmVtx
Definition: TrigEFBjet_p1.h:49
TrigEFBjet_p1::m_xd0
float m_xd0
Definition: TrigEFBjet_p1.h:53
TrigEFBjet_p1::m_phi
float m_phi
Definition: TrigEFBjet_p1.h:48
TrigEFBjet_p1::m_roiID
int m_roiID
Definition: TrigEFBjet_p1.h:46
TrigEFBjet_p1::m_xnvtx
float m_xnvtx
Definition: TrigEFBjet_p1.h:58
TrigEFBjet_p1::m_xmvtx
float m_xmvtx
Definition: TrigEFBjet_p1.h:56
TrigEFBjet_p1::m_valid
bool m_valid
Definition: TrigEFBjet_p1.h:44
TrigEFBjet_p1::m_xz0
float m_xz0
Definition: TrigEFBjet_p1.h:54
TrigEFBjet_p1::m_x2d
float m_x2d
Definition: TrigEFBjet_p1.h:52
TrigEFBjet_p1::m_xcomb
float m_xcomb
Definition: TrigEFBjet_p1.h:51
TrigEFBjet_p1::~TrigEFBjet_p1
virtual ~TrigEFBjet_p1()=default
TrigEFBjet_p1::m_xevtx
float m_xevtx
Definition: TrigEFBjet_p1.h:57
TrigEFBjet_p1::m_x3d
float m_x3d
Definition: TrigEFBjet_p1.h:55
TrigEFBjetCnv_p1
Definition: TrigEFBjetCnv_p1.h:31