CMS 3D CMS Logo

Classes | Functions
hgcalUtils Namespace Reference

Classes

class  DumpCellsSoA
 
class  DumpClusters
 
class  DumpClustersSoA
 
class  DumpLegacySoA
 

Functions

static bool sortByDetId (const std::pair< int, float > &pair1, const std::pair< int, float > &pair2)
 

Function Documentation

◆ sortByDetId()

static bool hgcalUtils::sortByDetId ( const std::pair< int, float > &  pair1,
const std::pair< int, float > &  pair2 
)
static

Definition at line 18 of file DumpClustersDetails.h.

Referenced by hgcalUtils::DumpClusters::dumpInfos(), and PFRecHitProducer::produce().

18  {
19  return pair1.first < pair2.first;
20  }