ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigHLTJetHypo
src
PointerPreds.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGHLTJETHYPO_POINTERPREDS_H
6
#define TRIGHLTJETHYPO_POINTERPREDS_H
7
8
#include "
TrigHLTJetHypo/TrigHLTJetHypoUtils/HypoJetDefs.h
"
9
10
struct
PtrLess
{
11
bool
operator()
(
const
pHypoJet
& l,
const
pHypoJet
&
r
){
12
return
l.get() <
r
.get();
13
}
14
};
15
16
17
struct
PtrEq
{
18
bool
operator()
(
const
pHypoJet
& l,
const
pHypoJet
&
r
){
19
return
l.get() ==
r
.get();
20
}
21
};
22
23
#endif
HypoJetDefs.h
pHypoJet
std::shared_ptr< const HypoJet::IJet > pHypoJet
Definition
HypoJetDefs.h:25
r
int r
Definition
globals.cxx:22
PtrEq
Definition
PointerPreds.h:17
PtrEq::operator()
bool operator()(const pHypoJet &l, const pHypoJet &r)
Definition
PointerPreds.h:18
PtrLess
Definition
PointerPreds.h:10
PtrLess::operator()
bool operator()(const pHypoJet &l, const pHypoJet &r)
Definition
PointerPreds.h:11
Generated on
for ATLAS Offline Software by
1.17.0