Public Member Functions | List of all members
std::less< simb::MCParticle * > Class Template Reference

#include <MCParticle.h>

Public Member Functions

bool operator() (const simb::MCParticle *lhs, const simb::MCParticle *rhs)
 

Detailed Description

template<>
class std::less< simb::MCParticle * >

Definition at line 290 of file MCParticle.h.

Member Function Documentation

bool std::less< simb::MCParticle * >::operator() ( const simb::MCParticle lhs,
const simb::MCParticle rhs 
)
inline

Definition at line 293 of file MCParticle.h.

294  {
295  return (*lhs) < (*rhs);
296  }

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