CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
l1t::L1TGT_CL2_Electron Struct Reference

#include <L1GTEvaluationInterface.h>

Inheritance diagram for l1t::L1TGT_CL2_Electron:
l1t::L1TGT_Common3Vector< 96 > l1t::L1TGT_Interface< N > l1t::L1TGT_BaseInterface

Public Member Functions

 L1TGT_CL2_Electron (int valid=0, int pT=0, int phi=0, int eta=0, int qual=0, int iso=0, int charge=0, int z0=0)
 
ap_uint< WIDTHpack () const override
 
P2GTCandidate to_GTObject () const override
 
ap_uint< WIDTHunpack (const ap_uint< WIDTH > &packed) override
 
- Public Member Functions inherited from l1t::L1TGT_Common3Vector< 96 >
 L1TGT_Common3Vector (int valid=0, int pT=0, int phi=0, int eta=0)
 
ap_uint< Npack () const override
 
virtual ap_uint< 44 > pack_common () const
 
P2GTCandidate to_GTObject () const override
 
ap_uint< Nunpack (const ap_uint< N > &packed) override
 
- Public Member Functions inherited from l1t::L1TGT_Interface< N >
std::size_t packed_width () const override
 
- Public Member Functions inherited from l1t::L1TGT_BaseInterface
virtual ~L1TGT_BaseInterface ()
 

Public Attributes

ap_uint< 1 > charge
 
ap_uint< 11 > iso
 
ap_uint< 4 > qual
 
ap_int< 10 > z0
 
- Public Attributes inherited from l1t::L1TGT_Common3Vector< 96 >
ap_int< 14 > eta
 
ap_int< 13 > phi
 
ap_uint< 16 > pT
 
ap_uint< 1 > valid
 

Additional Inherited Members

- Static Public Attributes inherited from l1t::L1TGT_Interface< N >
static constexpr std::size_t WIDTH = N
 

Detailed Description

Definition at line 485 of file L1GTEvaluationInterface.h.

Constructor & Destructor Documentation

◆ L1TGT_CL2_Electron()

l1t::L1TGT_CL2_Electron::L1TGT_CL2_Electron ( int  valid = 0,
int  pT = 0,
int  phi = 0,
int  eta = 0,
int  qual = 0,
int  iso = 0,
int  charge = 0,
int  z0 = 0 
)
inline

Member Function Documentation

◆ pack()

ap_uint<WIDTH> l1t::L1TGT_CL2_Electron::pack ( ) const
inlineoverridevirtual

Implements l1t::L1TGT_Interface< N >.

Definition at line 495 of file L1GTEvaluationInterface.h.

References charge, iso, l1t::L1TGT_Common3Vector< N >::pack_common(), qual, and z0.

495  {
496  return l1t_pack_int<ap_uint<WIDTH>>(L1TGT_Common3Vector::pack_common(), qual, iso, charge, z0);
497  }
virtual ap_uint< 44 > pack_common() const

◆ to_GTObject()

P2GTCandidate l1t::L1TGT_CL2_Electron::to_GTObject ( ) const
inlineoverridevirtual

Implements l1t::L1TGT_BaseInterface.

Definition at line 503 of file L1GTEvaluationInterface.h.

References charge, iso, qual, l1t::P2GTCandidate::setHwCharge(), l1t::P2GTCandidate::setHwIso(), l1t::P2GTCandidate::setHwQual(), l1t::P2GTCandidate::setHwZ0(), l1t::L1TGT_Common3Vector< N >::to_GTObject(), and z0.

503  {
504  P2GTCandidate gt_object(L1TGT_Common3Vector::to_GTObject());
505  gt_object.setHwQual(qual);
506  gt_object.setHwIso(iso);
507  gt_object.setHwCharge(charge);
508  gt_object.setHwZ0(z0);
509 
510  return gt_object;
511  }
P2GTCandidate to_GTObject() const override

◆ unpack()

ap_uint<WIDTH> l1t::L1TGT_CL2_Electron::unpack ( const ap_uint< WIDTH > &  packed)
inlineoverride

Definition at line 499 of file L1GTEvaluationInterface.h.

References charge, iso, l1t::l1t_unpack_int(), qual, l1t::L1TGT_Common3Vector< N >::unpack(), and z0.

499  {
501  }
A l1t_unpack_int(const A &packed, Args &&... args)
ap_uint< N > unpack(const ap_uint< N > &packed) override

Member Data Documentation

◆ charge

ap_uint<1> l1t::L1TGT_CL2_Electron::charge

Definition at line 488 of file L1GTEvaluationInterface.h.

Referenced by pack(), to_GTObject(), and unpack().

◆ iso

ap_uint<11> l1t::L1TGT_CL2_Electron::iso

Definition at line 487 of file L1GTEvaluationInterface.h.

Referenced by pack(), to_GTObject(), and unpack().

◆ qual

ap_uint<4> l1t::L1TGT_CL2_Electron::qual

Definition at line 486 of file L1GTEvaluationInterface.h.

Referenced by pack(), to_GTObject(), and unpack().

◆ z0

ap_int<10> l1t::L1TGT_CL2_Electron::z0

Definition at line 489 of file L1GTEvaluationInterface.h.

Referenced by pack(), to_GTObject(), and unpack().