DESY Hbb Analysis Framework
Public Member Functions | List of all members
analysis::tools::greater_than_pt< T > Struct Template Reference

#include <Utils.h>

Public Member Functions

bool operator() (const T &gp1, const T &gp2)
 

Detailed Description

template<typename T>
struct analysis::tools::greater_than_pt< T >

Definition at line 34 of file Tools/interface/Utils.h.

Member Function Documentation

template<typename T >
bool analysis::tools::greater_than_pt< T >::operator() ( const T gp1,
const T gp2 
)
inline

Definition at line 36 of file Tools/interface/Utils.h.

37  {
38  return (gp1.pt() > gp2.pt());
39  }

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