CMS 3D CMS Logo

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

#include <L1GTEvaluationInterface.h>

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

Public Member Functions

 L1TGT_GTT_HadronicTau (int valid=0, int pT=0, int phi=0, int eta=0, int seed_pT=0, int seed_z0=0, int charge=0, int type=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< 10 > seed_pT
 
ap_int< 10 > seed_z0
 
ap_uint< 2 > type
 
- 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 316 of file L1GTEvaluationInterface.h.

Constructor & Destructor Documentation

◆ L1TGT_GTT_HadronicTau()

l1t::L1TGT_GTT_HadronicTau::L1TGT_GTT_HadronicTau ( int  valid = 0,
int  pT = 0,
int  phi = 0,
int  eta = 0,
int  seed_pT = 0,
int  seed_z0 = 0,
int  charge = 0,
int  type = 0 
)
inline

Member Function Documentation

◆ pack()

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

◆ to_GTObject()

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

Implements l1t::L1TGT_BaseInterface.

Definition at line 340 of file L1GTEvaluationInterface.h.

References charge, seed_pT, seed_z0, l1t::P2GTCandidate::setHwCharge(), l1t::P2GTCandidate::setHwSeed_pT(), l1t::P2GTCandidate::setHwSeed_z0(), l1t::P2GTCandidate::setHwType(), and l1t::L1TGT_Common3Vector< N >::to_GTObject().

340  {
341  P2GTCandidate gt_object(L1TGT_Common3Vector::to_GTObject());
342  gt_object.setHwSeed_pT(seed_pT);
343  gt_object.setHwSeed_z0(seed_z0);
344  gt_object.setHwCharge(charge);
345  gt_object.setHwType(type);
346 
347  return gt_object;
348  }
P2GTCandidate to_GTObject() const override

◆ unpack()

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

Definition at line 336 of file L1GTEvaluationInterface.h.

References charge, l1t::l1t_unpack_int(), seed_pT, seed_z0, and l1t::L1TGT_Common3Vector< N >::unpack().

336  {
338  }
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_GTT_HadronicTau::charge

Definition at line 319 of file L1GTEvaluationInterface.h.

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

◆ seed_pT

ap_uint<10> l1t::L1TGT_GTT_HadronicTau::seed_pT

Definition at line 317 of file L1GTEvaluationInterface.h.

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

◆ seed_z0

ap_int<10> l1t::L1TGT_GTT_HadronicTau::seed_z0

Definition at line 318 of file L1GTEvaluationInterface.h.

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

◆ type

ap_uint<2> l1t::L1TGT_GTT_HadronicTau::type