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

#include <LArG4SimpleSD.h>

Collaboration diagram for LArG4SimpleSD::LessHit:

Public Member Functions

bool operator() (LArHit *const &p, LArHit *const &q) const

Detailed Description

Definition at line 105 of file LArG4SimpleSD.h.

Member Function Documentation

◆ operator()()

bool LArG4SimpleSD::LessHit::operator() ( LArHit *const & p,
LArHit *const & q ) const
inline

Definition at line 107 of file LArG4SimpleSD.h.

108 {
109 return p->Less(q);
110 }

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