group ParticleBase comparison -> double functors
ParticleBase comparison -> double functors
Module: Functions for Particles and Jets
Classes
Name | |
---|---|
struct | Rivet::DoubleParticleBaseFunctor Base type for Particle -> double functors. |
struct | Rivet::DeltaRWRT Calculator of ( \Delta R ) with respect to a given momentum. |
struct | Rivet::DeltaPhiWRT Calculator of ( \Delta \phi ) with respect to a given momentum. |
struct | Rivet::DeltaEtaWRT Calculator of ( \Delta \eta ) with respect to a given momentum. |
struct | Rivet::AbsDeltaEtaWRT Calculator of ( |
struct | Rivet::DeltaRapWRT Calculator of ( \Delta y ) with respect to a given momentum. |
struct | Rivet::AbsDeltaRapWRT Calculator of ( |
Types
Name | |
---|---|
using DeltaRWRT | deltaRWRT |
using DeltaPhiWRT | deltaPhiWRT |
using DeltaEtaWRT | deltaEtaWRT |
using AbsDeltaEtaWRT | absDeltaEtaWRT |
using DeltaRapWRT | deltaRapWRT |
using AbsDeltaRapWRT | absDeltaRapWRT |
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