CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
GreaterByVProb< T > Struct Template Reference

#include <Onia2MuMuPAT.h>

Public Member Functions

bool operator() (const T &t1, const T &t2) const
 

Detailed Description

template<typename T>
struct GreaterByVProb< T >

Definition at line 31 of file Onia2MuMuPAT.h.

Member Function Documentation

template<typename T>
bool GreaterByVProb< T >::operator() ( const T t1,
const T t2 
) const
inline

Definition at line 32 of file Onia2MuMuPAT.h.

32 { return t1.userFloat("vProb") > t2.userFloat("vProb"); }