ATLAS Offline Software
Loading...
Searching...
No Matches
EvtInclusiveDecay::ParticleIdCompare Struct Reference

#include <EvtInclusiveDecay.h>

Collaboration diagram for EvtInclusiveDecay::ParticleIdCompare:

Public Member Functions

bool operator() (const HepMC::GenParticlePtr &a, const HepMC::GenParticlePtr &b) const

Detailed Description

Definition at line 65 of file EvtInclusiveDecay.h.

Member Function Documentation

◆ operator()()

bool EvtInclusiveDecay::ParticleIdCompare::operator() ( const HepMC::GenParticlePtr & a,
const HepMC::GenParticlePtr & b ) const
inline

Definition at line 65 of file EvtInclusiveDecay.h.

65{bool operator()(const HepMC::GenParticlePtr& a,const HepMC::GenParticlePtr& b) const {return (a)&&(b)&&(a->momentum().e() < b->momentum().e());}};
static Double_t a
GenParticle * GenParticlePtr
Definition GenParticle.h:37
bool operator()(const HepMC::GenParticlePtr &a, const HepMC::GenParticlePtr &b) const

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