CMS 3D CMS Logo

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

#include <L1GTEvaluationInterface.h>

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

Public Member Functions

 L1TGT_GTT_LightMeson (int valid=0, int pT=0, int phi=0, int eta=0, int z0=0)
 
ap_uint< WIDTHpack () const override
 
P2GTCandidate to_GTObject () const 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
 
- 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 ()
 

Static Public Member Functions

static L1TGT_GTT_LightMeson from_GTObject (const P2GTCandidate &gtObject)
 
- Static Public Member Functions inherited from l1t::L1TGT_Common3Vector< 96 >
static L1TGT_Common3Vector from_GTObject (const P2GTCandidate &gtObject)
 

Public Attributes

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 388 of file L1GTEvaluationInterface.h.

Constructor & Destructor Documentation

◆ L1TGT_GTT_LightMeson()

l1t::L1TGT_GTT_LightMeson::L1TGT_GTT_LightMeson ( int  valid = 0,
int  pT = 0,
int  phi = 0,
int  eta = 0,
int  z0 = 0 
)
inline

Member Function Documentation

◆ from_GTObject()

static L1TGT_GTT_LightMeson l1t::L1TGT_GTT_LightMeson::from_GTObject ( const P2GTCandidate gtObject)
inlinestatic

Definition at line 401 of file L1GTEvaluationInterface.h.

References l1t::P2GTCandidate::hwEta(), l1t::P2GTCandidate::hwPhi(), l1t::P2GTCandidate::hwPT(), l1t::P2GTCandidate::hwZ0(), and L1TGT_GTT_LightMeson().

401  {
402  return L1TGT_GTT_LightMeson(1, gtObject.hwPT(), gtObject.hwPhi(), gtObject.hwEta(), gtObject.hwZ0() >> 7);
403  }
L1TGT_GTT_LightMeson(int valid=0, int pT=0, int phi=0, int eta=0, int z0=0)

◆ pack()

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

Implements l1t::L1TGT_Interface< N >.

Definition at line 397 of file L1GTEvaluationInterface.h.

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

397  {
398  return l1t_pack_int<ap_uint<WIDTH>>(L1TGT_Common3Vector::pack_common(), z0);
399  }
virtual ap_uint< 44 > pack_common() const

◆ to_GTObject()

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

Implements l1t::L1TGT_BaseInterface.

Definition at line 405 of file L1GTEvaluationInterface.h.

References l1t::P2GTCandidate::setHwZ0(), l1t::L1TGT_Common3Vector< N >::to_GTObject(), and z0.

405  {
406  P2GTCandidate gt_object(L1TGT_Common3Vector::to_GTObject());
407  gt_object.setHwZ0(static_cast<int>(z0) << 7);
408 
409  return gt_object;
410  }
P2GTCandidate to_GTObject() const override

Member Data Documentation

◆ z0

ap_int<10> l1t::L1TGT_GTT_LightMeson::z0

Definition at line 389 of file L1GTEvaluationInterface.h.

Referenced by pack(), and to_GTObject().