CMS 3D CMS Logo

Classes | Functions
CompoundPseudoJet.h File Reference
#include <fastjet/JetDefinition.hh>
#include <fastjet/PseudoJet.hh>
#include <vector>
#include <algorithm>

Go to the source code of this file.

Classes

class  CompoundPseudoJet
 CompoundPseudoJet holds an association of fastjet::PseudoJets that represent a "hard" top jet with subjets. More...
 
class  CompoundPseudoSubJet
 

Functions

bool greaterByEtPseudoJet (fastjet::PseudoJet const &j1, fastjet::PseudoJet const &j2)
 

Function Documentation

◆ greaterByEtPseudoJet()

bool greaterByEtPseudoJet ( fastjet::PseudoJet const &  j1,
fastjet::PseudoJet const &  j2 
)
inline

Definition at line 82 of file CompoundPseudoJet.h.

Referenced by CMSInsideOutAlgorithm::run(), and CATopJetAlgorithm::run().

82  {
83  return j1.perp() > j2.perp();
84 }