CMS 3D CMS Logo

List of all members | Public Member Functions
ltfiber Struct Reference

Public Member Functions

bool operator() (const pair< int, int > s1, const pair< int, int > s2) const
 

Detailed Description

Definition at line 177 of file ESDataFormatterV4.cc.

Member Function Documentation

◆ operator()()

bool ltfiber::operator() ( const pair< int, int >  s1,
const pair< int, int >  s2 
) const
inline

Definition at line 178 of file ESDataFormatterV4.cc.

178 { return (s1.second < s2.second); }