StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StJetFinder
Functors.h
1
//Functors.h
2
//M.L. Miller (Yale Software)
3
//07/02
4
5
#ifndef Functors_HH
6
#define Functors_HH
7
8
using namespace
std;
9
#include <iostream>
10
11
#include "StJetEtCell.h"
12
13
#include "StEtGridKey.h"
14
15
struct
StJetEtCellEtLessThan
16
{
17
bool
operator()(
StJetEtCell
* lhs,
StJetEtCell
* rhs)
18
{
return
lhs->eT()<rhs->eT(); }
19
};
20
21
class
StProtoJet
;
22
23
struct
StProtoJetUpdater
24
{
25
void
operator()(
StJetEtCell
*cell)
26
{ cell->protoJet().update(); }
27
};
28
29
#endif
StJetEtCell
Definition:
StJetEtCell.h:27
StJetEtCellEtLessThan
Definition:
Functors.h:15
StProtoJetUpdater
Definition:
Functors.h:23
StProtoJet
Definition:
StProtoJet.h:20
Generated by
1.8.5