struct Rivet::BoolJetFunctor
Rivet::BoolJetFunctor
Module: Functions for Jets / Jet classifier -> bool functors
Base type for Jet -> bool functors.
#include <JetUtils.hh>
Inherited by Rivet::BoolJetAND, Rivet::BoolJetNOT, Rivet::BoolJetOR, Rivet::HasBTag, Rivet::HasCTag, Rivet::HasNoTag, Rivet::HasTauTag
Public Functions
Name | |
---|---|
virtual bool | operator()(const Jet & p) const =0 |
virtual | ~BoolJetFunctor() |
Public Functions Documentation
function operator()
virtual bool operator()(
const Jet & p
) const =0
Reimplemented by: Rivet::BoolJetAND::operator(), Rivet::BoolJetOR::operator(), Rivet::BoolJetNOT::operator(), Rivet::HasBTag::operator(), Rivet::HasCTag::operator(), Rivet::HasTauTag::operator(), Rivet::HasNoTag::operator()
function ~BoolJetFunctor
inline virtual ~BoolJetFunctor()
Updated on 2022-08-07 at 20:17:18 +0100