ATLAS Offline Software
Public Member Functions | List of all members
High2LowByJetClassPt Class Reference
Collaboration diagram for High2LowByJetClassPt:

Public Member Functions

bool operator() (const xAOD::Jet *t1, const xAOD::Jet *t2) const
 
bool operator() (const xAOD::Jet *t1, const xAOD::Jet *t2) const
 
bool operator() (const xAOD::Jet *t1, const xAOD::Jet *t2) const
 
bool operator() (const xAOD::Jet *t1, const xAOD::Jet *t2) const
 

Detailed Description

Definition at line 12 of file VBFForwardJetsFilter.cxx.

Member Function Documentation

◆ operator()() [1/4]

bool High2LowByJetClassPt::operator() ( const xAOD::Jet t1,
const xAOD::Jet t2 
) const
inline

Definition at line 14 of file VBFForwardJetsFilter.cxx.

14  {
15  return (t1->pt() > t2->pt());
16  }

◆ operator()() [2/4]

bool High2LowByJetClassPt::operator() ( const xAOD::Jet t1,
const xAOD::Jet t2 
) const
inline

Definition at line 14 of file xAODVBFForwardJetsFilter.cxx.

15  {
16  return (t1->pt() > t2->pt());
17  }

◆ operator()() [3/4]

bool High2LowByJetClassPt::operator() ( const xAOD::Jet t1,
const xAOD::Jet t2 
) const
inline

Definition at line 17 of file xAODVBFMjjIntervalFilter.cxx.

18  {
19  return (t1->pt() > t2->pt());
20  }

◆ operator()() [4/4]

bool High2LowByJetClassPt::operator() ( const xAOD::Jet t1,
const xAOD::Jet t2 
) const
inline

Definition at line 17 of file VBFMjjIntervalFilter.cxx.

17  {
18  return (t1->pt() > t2->pt());
19  }

The documentation for this class was generated from the following files:
ALFA_EventTPCnv_Dict::t1
std::vector< ALFA_RawDataCollection_p1 > t1
Definition: ALFA_EventTPCnvDict.h:43
ALFA_EventTPCnv_Dict::t2
std::vector< ALFA_RawDataContainer_p1 > t2
Definition: ALFA_EventTPCnvDict.h:44