CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
Stage2Layer2DemuxJetAlgoFirmwareImp1.cc File Reference
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "L1Trigger/L1TCalorimeter/interface/Stage2Layer2DemuxJetAlgoFirmware.h"
#include "L1Trigger/L1TCalorimeter/interface/CaloParamsHelper.h"
#include <vector>
#include <algorithm>
#include "L1Trigger/L1TCalorimeter/interface/BitonicSort.h"

Go to the source code of this file.

Functions

bool operator> (l1t::Jet &a, l1t::Jet &b)
 

Function Documentation

bool operator> ( l1t::Jet a,
l1t::Jet b 
)
inline

Definition at line 17 of file Stage2Layer2DemuxJetAlgoFirmwareImp1.cc.

References l1t::L1Candidate::hwPt().

18 {
19  if ( a.hwPt() > b.hwPt() ){
20  return true;
21  } else {
22  return false;
23  }
24 }
int hwPt() const
Definition: L1Candidate.cc:69