CMS 3D CMS Logo

List of all members | Public Member Functions
PhysicsTowerOrganizer::towercmp Struct Reference

#include <HBHEIsolatedNoiseAlgos.h>

Public Member Functions

bool operator() (const PhysicsTower &lhs, const PhysicsTower &rhs) const
 

Detailed Description

Definition at line 172 of file HBHEIsolatedNoiseAlgos.h.

Member Function Documentation

◆ operator()()

bool PhysicsTowerOrganizer::towercmp::operator() ( const PhysicsTower lhs,
const PhysicsTower rhs 
) const
inline

Definition at line 173 of file HBHEIsolatedNoiseAlgos.h.

173 { return (lhs.id < rhs.id); }

References PhysicsTower::id.

PhysicsTower::id
CaloTowerDetId id
Definition: HBHEIsolatedNoiseAlgos.h:154