ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEFBjet_p2.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 *
7 * @Project: Trigger
8 * @Package: TrigParticleTPCnv
9 * @class : TrigEFBjet_p2
10 *
11 * @brief persistent partner for TrigEFBjet
12 *
13 * @author Andrea Coccaro <Andrea.Coccaro@ge.infn.it>
14 *
15 **********************************************************************************/
16
17#ifndef TRIGPARTICLETPCNV_TRIGEFBJET_P2_H
18#define TRIGPARTICLETPCNV_TRIGEFBJET_P2_H
19
21
23
24 friend class TrigEFBjetCnv_p2;
25
26 public:
27
29 m_valid(false), m_roiID(0), m_prmVtx(0.0),
30 m_xcomb(0.0), m_xIP1d(0.0),
31 m_xIP2d(0.0), m_xIP3d(0.0),
32 m_xChi2(0.0), m_xSv(0.0),
33 m_xmvtx(0.0), m_xevtx(0.0), m_xnvtx(0.0)
34 {}
35 virtual ~TrigEFBjet_p2() = default;
36
37 //private:
38
39 bool m_valid;
40
42 float m_prmVtx;
43
44 float m_xcomb;
45 float m_xIP1d;
46 float m_xIP2d;
47 float m_xIP3d;
48 float m_xChi2;
49 float m_xSv;
50 float m_xmvtx;
51 float m_xevtx;
52 float m_xnvtx;
53
55
56};
57
58#endif
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
TPObjRef m_p4PtEtaPhiM
friend class TrigEFBjetCnv_p2
virtual ~TrigEFBjet_p2()=default