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

Member Function Documentation

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

Definition at line 170 of file HBHEIsolatedNoiseAlgos.h.

References PhysicsTower::id, and iEvent.

170  {
171  return (lhs.id < rhs.id);
172  }