FairRoot/PandaRoot
Public Member Functions | List of all members
PndMdtHitProducer::PndMdtDigiLess Struct Reference

Public Member Functions

bool operator() (const PndMdtDigi *lv, const PndMdtDigi *rv) const
 

Detailed Description

Definition at line 90 of file PndMdtHitProducer.h.

Member Function Documentation

bool PndMdtHitProducer::PndMdtDigiLess::operator() ( const PndMdtDigi lv,
const PndMdtDigi rv 
) const

Definition at line 28 of file PndMdtHitProducer.cxx.

References PndMdtDigi::GetDetectorID().

29 { return lv->GetDetectorID() < rv->GetDetectorID(); }
Int_t GetDetectorID() const
Definition: PndMdtDigi.h:40

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