CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
l1tpf_impl::Muon Struct Reference

#include <DiscretePFInputs.h>

Public Member Functions

bool operator< (const Muon &other) const
 

Public Attributes

bool hwCharge
 
int16_t hwEta
 
uint16_t hwFlags
 
int16_t hwPhi
 
int16_t hwPt
 
const l1t::Muonsrc
 

Detailed Description

Definition at line 156 of file DiscretePFInputs.h.

Member Function Documentation

◆ operator<()

bool l1tpf_impl::Muon::operator< ( const Muon other) const
inline

Definition at line 165 of file DiscretePFInputs.h.

References hwPt, and trackingPlots::other.

165 { return hwPt > other.hwPt; }

Member Data Documentation

◆ hwCharge

bool l1tpf_impl::Muon::hwCharge

Definition at line 161 of file DiscretePFInputs.h.

◆ hwEta

int16_t l1tpf_impl::Muon::hwEta

Definition at line 158 of file DiscretePFInputs.h.

◆ hwFlags

uint16_t l1tpf_impl::Muon::hwFlags

Definition at line 160 of file DiscretePFInputs.h.

◆ hwPhi

int16_t l1tpf_impl::Muon::hwPhi

Definition at line 159 of file DiscretePFInputs.h.

◆ hwPt

int16_t l1tpf_impl::Muon::hwPt

Definition at line 157 of file DiscretePFInputs.h.

Referenced by operator<().

◆ src

const l1t::Muon* l1tpf_impl::Muon::src

Definition at line 162 of file DiscretePFInputs.h.