CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 167 of file HBHEIsolatedNoiseAlgos.h.

Member Function Documentation

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

Definition at line 168 of file HBHEIsolatedNoiseAlgos.h.

References PhysicsTower::id.

168  {
169  return (lhs.id < rhs.id);
170  }