CMS 3D CMS Logo

Public Member Functions

PhysicsTowerOrganizer::towercmp Struct Reference

#include <HBHEIsolatedNoiseAlgos.h>

List of all members.

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.

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