CMS 3D CMS Logo

Public Member Functions

GenJetSort Class Reference

List of all members.

Public Member Functions

bool operator() (const GenJet &a, const GenJet &b)
bool operator() (const GenJet &a, const GenJet &b)

Detailed Description

Definition at line 16 of file AnalysisRootpleProducer.cc.


Member Function Documentation

bool GenJetSort::operator() ( const GenJet a,
const GenJet b 
) [inline]

Definition at line 18 of file AnalysisRootpleProducer.cc.

References reco::LeafCandidate::pt().

                                                    {
    return a.pt() > b.pt();
  }
bool GenJetSort::operator() ( const GenJet a,
const GenJet b 
) [inline]

Definition at line 20 of file AnalysisRootpleProducerOnlyMC.cc.

References reco::LeafCandidate::pt().

  {
    return a.pt() > b.pt();
  }