struct Rivet::HasBTag

Rivet::HasBTag

Module: Functions for Jets / Jet classifier -> bool functors

B-tagging functor, with a tag selection cut as the stored state.

#include <JetUtils.hh>

Inherits from Rivet::BoolJetFunctor

Public Functions

Name
HasBTag(const Cut & c =Cuts::open())
virtual booloperator()(const Jet & j) const

Public Attributes

Name
const Cutcut

Additional inherited members

Public Functions inherited from Rivet::BoolJetFunctor

Name
virtual~BoolJetFunctor()

Public Functions Documentation

function HasBTag

inline HasBTag(
    const Cut & c =Cuts::open()
)

function operator()

inline virtual bool operator()(
    const Jet & j
) const

Reimplements: Rivet::BoolJetFunctor::operator()

Public Attributes Documentation

variable cut

const Cut cut;

Updated on 2022-08-07 at 20:17:18 +0100