rivet is hosted by Hepforge, IPPP Durham
JetEffFilter Struct Reference

#include <SmearingFunctions.hh>

List of all members.

Public Member Functions

template<typename FN >
 JetEffFilter (const FN &feff)
bool operator() (const Jet &j)

Private Attributes

const std::function< bool(const
Jet &)> 
_feff

Detailed Description

Definition at line 43 of file SmearingFunctions.hh.


Constructor & Destructor Documentation

JetEffFilter ( const FN &  feff) [inline]

Definition at line 45 of file SmearingFunctions.hh.

: _feff(feff) {}

Member Function Documentation

bool operator() ( const Jet j) [inline]

Definition at line 46 of file SmearingFunctions.hh.

{ return efffilt(j, _feff); }

Member Data Documentation

const std::function<bool(const Jet&)> _feff [private]

Definition at line 48 of file SmearingFunctions.hh.


The documentation for this struct was generated from the following file: