CMS 3D CMS Logo

Classes | Functions
HGCalClusteringImpl.h File Reference
#include <array>
#include <string>
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "L1Trigger/L1THGCal/interface/HGCalTriggerGeometryBase.h"
#include "DataFormats/L1THGCal/interface/HGCalTriggerCell.h"
#include "DataFormats/L1THGCal/interface/HGCalCluster.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "L1Trigger/L1THGCal/interface/HGCalTriggerTools.h"

Go to the source code of this file.

Classes

class  HGCalClusteringImpl
 

Functions

bool distanceSorter (pair< edm::Ptr< l1t::HGCalTriggerCell >, float > i, pair< edm::Ptr< l1t::HGCalTriggerCell >, float > j)
 

Function Documentation

◆ distanceSorter()

bool distanceSorter ( pair< edm::Ptr< l1t::HGCalTriggerCell >, float >  i,
pair< edm::Ptr< l1t::HGCalTriggerCell >, float >  j 
)
inline

Definition at line 13 of file HGCalClusteringImpl.h.

References mps_fire::i, and dqmiolumiharvest::j.

Referenced by HGCalClusteringImpl::removeUnconnectedTCinCluster().

14  {
15  return (i.second < j.second);
16 }