ATLAS Offline Software
Loading...
Searching...
No Matches
LArHitContainerBuilder::LessHit Class Reference

#include <LArHitContainerBuilder.h>

Collaboration diagram for LArHitContainerBuilder::LessHit:

Public Member Functions

bool operator() (const hit_ptr_t &lhs, const hit_ptr_t &rhs) const

Detailed Description

Definition at line 40 of file LArHitContainerBuilder.h.

Member Function Documentation

◆ operator()()

bool LArHitContainerBuilder::LessHit::operator() ( const hit_ptr_t & lhs,
const hit_ptr_t & rhs ) const
inline

Definition at line 42 of file LArHitContainerBuilder.h.

43 {
44 return lhs->Less(rhs.get());
45 }

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