high_momentum Struct Reference

#include <Criteria.h>

List of all members.

Public Member Functions

bool operator() (const GammaPair &lgp, const GammaPair &rgp)


Detailed Description

Definition at line 43 of file Criteria.h.


Member Function Documentation

bool high_momentum::operator() ( const GammaPair lgp,
const GammaPair rgp 
) [inline]

Definition at line 45 of file Criteria.h.

References EvtRecTrack::emcShower(), GammaPair::First, getP4(), and GammaPair::Second.

00046         {
00047                 double p1 = (getP4(lgp.First->emcShower())+ getP4(lgp.Second->emcShower())).rho();
00048                 double p2 = (getP4(rgp.First->emcShower())+ getP4(rgp.Second->emcShower())).rho();
00049                 return p1 > p2;
00050         }


Generated on Tue Nov 29 23:19:40 2016 for BOSS_7.0.2 by  doxygen 1.4.7