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/ForwardDetId/interface/HGCalDetId.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

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

Definition at line 15 of file HGCalClusteringImpl.h.

References mps_fire::i.

Referenced by HGCalClusteringImpl::removeUnconnectedTCinCluster().

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