ATLAS Offline Software
Loading...
Searching...
No Matches
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 }
std::vector< ALFA_RawDataContainer_p1 > t2
std::vector< ALFA_RawDataCollection_p1 > t1

◆ operator()() [2/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 }

◆ operator()() [3/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()() [4/4]

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

Definition at line 18 of file xAODVBFMjjIntervalFilter.cxx.

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

The documentation for this class was generated from the following files: