ATLAS Offline Software
Loading...
Searching...
No Matches
LArBadXCont< LArBC_t >::ChannelLess Struct Reference

Comparison functor for sorting and searching. More...

Collaboration diagram for LArBadXCont< LArBC_t >::ChannelLess:

Public Member Functions

bool operator() (const BadChanEntry &a, const BadChanEntry &b) const

Detailed Description

template<class LArBC_t>
struct LArBadXCont< LArBC_t >::ChannelLess

Comparison functor for sorting and searching.

Definition at line 91 of file LArBadChannelCont.h.

Member Function Documentation

◆ operator()()

template<class LArBC_t>
bool LArBadXCont< LArBC_t >::ChannelLess::operator() ( const BadChanEntry & a,
const BadChanEntry & b ) const
inline

Definition at line 92 of file LArBadChannelCont.h.

92 {
93 return a.first < b.first;
94 }
Conditions-Data class holding LAr Bad Channel or Bad Feb information.

The documentation for this struct was generated from the following file: