group ParticleBase comparison -> double functors

ParticleBase comparison -> double functors

Module: Functions for Particles and Jets

More…

Classes

Name
structRivet::DoubleParticleBaseFunctor
Base type for Particle -> double functors.
structRivet::DeltaRWRT
Calculator of ( \Delta R ) with respect to a given momentum.
structRivet::DeltaPhiWRT
Calculator of ( \Delta \phi ) with respect to a given momentum.
structRivet::DeltaEtaWRT
Calculator of ( \Delta \eta ) with respect to a given momentum.
structRivet::AbsDeltaEtaWRT
Calculator of (
structRivet::DeltaRapWRT
Calculator of ( \Delta y ) with respect to a given momentum.
structRivet::AbsDeltaRapWRT
Calculator of (

Types

Name
using DeltaRWRTdeltaRWRT
using DeltaPhiWRTdeltaPhiWRT
using DeltaEtaWRTdeltaEtaWRT
using AbsDeltaEtaWRTabsDeltaEtaWRT
using DeltaRapWRTdeltaRapWRT
using AbsDeltaRapWRTabsDeltaRapWRT

Detailed Description

Todo: Move to FourMomentum functions

To be passed to transform()any(jets, DeltaRLess(electron, 0.4))

Types Documentation

using deltaRWRT

using Rivet::deltaRWRT = typedef DeltaRWRT;

using deltaPhiWRT

using Rivet::deltaPhiWRT = typedef DeltaPhiWRT;

using deltaEtaWRT

using Rivet::deltaEtaWRT = typedef DeltaEtaWRT;

using absDeltaEtaWRT

using Rivet::absDeltaEtaWRT = typedef AbsDeltaEtaWRT;

using deltaRapWRT

using Rivet::deltaRapWRT = typedef DeltaRapWRT;

using absDeltaRapWRT

using Rivet::absDeltaRapWRT = typedef AbsDeltaRapWRT;

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