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 173 of file HBHEIsolatedNoiseAlgos.h.

Member Function Documentation

◆ operator()()

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

Definition at line 174 of file HBHEIsolatedNoiseAlgos.h.

References PhysicsTower::id.

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