Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

high_momentum Struct Reference

#include <Criteria.h>

List of all members.

Public Member Functions

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


Member Function Documentation

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

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         }

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

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         }


The documentation for this struct was generated from the following files:
Generated on Wed Feb 2 16:17:02 2011 for BOSS6.5.5 by  doxygen 1.3.9.1