1 #ifndef RecoJets_FFTJetAlgorithms_JetAbsEta_h
2 #define RecoJets_FFTJetAlgorithms_JetAbsEta_h
6 #include "fftjet/SimpleFunctors.hh"
13 {
return fabs(j.eta());}
17 struct JetAbsEta :
public fftjet::Functor1<double,Jet>
20 {
return fabs(j.vec().Eta());}
24 #endif // RecoJets_FFTJetAlgorithms_JetAbsEta_h
double operator()(const Jet &j) const
double operator()(const Jet &j) const