struct Rivet::HasCTag
Rivet::HasCTag
Module: Functions for Jets / Jet classifier -> bool functors
C-tagging functor, with a tag selection cut as the stored state.
#include <JetUtils.hh>
Inherits from Rivet::BoolJetFunctor
Public Functions
Name | |
---|---|
HasCTag(const Cut & c =Cuts::open()) | |
virtual bool | operator()(const Jet & j) const |
Public Attributes
Name | |
---|---|
const Cut | cut |
Additional inherited members
Public Functions inherited from Rivet::BoolJetFunctor
Name | |
---|---|
virtual | ~BoolJetFunctor() |
Public Functions Documentation
function HasCTag
inline HasCTag(
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