Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

Rivet-devel-3.1.11-2.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: Rivet-devel Distribution: openSUSE:Factory:zSystems
Version: 3.1.11 Vendor: openSUSE
Release: 2.1 Build date: Wed Apr 9 15:51:38 2025
Group: Unspecified Build host: reproducible
Size: 7557744 Source RPM: Rivet-3.1.11-2.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://rivet.hepforge.org/
Summary: A toolkit for validation of Monte Carlo event generators
The Rivet project (Robust Independent Validation of Experiment and
Theory) is a toolkit for validation of Monte Carlo event generators.
It provides a large (and ever growing) set of experimental analyses
useful for MC generator development, validation, and tuning, as well
as a convenient infrastructure for adding your own analyses. Rivet is
the most widespread way by which analysis code from the LHC and other
high-energy collider experiments is preserved for comparison to and
development of future theory models.

This package provides the source files for development with Rivet.

Provides

Requires

License

Apache-2.0 AND GPL-2.0-only AND MPL-2.0 AND LPPL-1.3a AND BSL-1.0

Changelog

* Wed Apr 09 2025 Atri Bhattacharya <badshah400@gmail.com>
  - Add Rivet-fix-hepmc-tests.patch -- Use deduce_reader in API
    tests for HepMC 3.3.x compatibility; part of upstream commit
    ca0d57ca to release-4-0-x development branch.
  - Add Rivet-disable-testCmdLine.patch -- Disable an outdated and
    failing test
* Sun Mar 23 2025 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 3.1.11:
    * Streamline parsing of version codes for dependencies
    * Change Python build to use PY_LDFLAGS rather than
      LINKFORSHARED variable.
    * Update Logging to remove non-const static map of color codes,
      and add support for the CRITICAL level.
* Mon Feb 19 2024 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 3.1.10:
    * Add CMS_2023_I2703254: ttbb in lepton+jets at 13 TeV
  - Drop fix_HepMC_327_compat.patch: upstreamed.
* Sat Jan 06 2024 Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
  - Update to version 3.1.9:
    * Streamline definitions of a "temp" histogram
    * Account for 2pi boundaries when checking for zero angle
      in DISKinematics
    * Improvements to rivet-mkhtml output.
    * Add STAR_2014_I1253360 p + p -> pi0 + X
    * Add missing analysis-object methods on Analysis: booking of
      Scatter1Ds, efficiency and asymmetry calculations for Counters
      and Histo2Ds.
    * Fix projection comparison for InvisibleFinalState
    * Add icon links to Inspire and HepData, escape HTML content in
      titles as Inspire has started recording MathML for maths.
    * Add a Matrix3::mkRotation(from, to) static factory function,
      for one-liner convenience.
    * Fix unit conversion in HepMC3 readEvent method
    * Fix CMS_2021_I1920187 to use size_t or unsigned int types in
      place of non-standard uint.
    * Remove logic that parses info file from AnalysisInfo constructor
      and only parse when an analysis is being specifically asked for.
    * Fix binary relocation in binrelo.c
    * Make rivet-mkhtml write HTML file before processing images.
    * Fix rivet-mkhtml-mpl autocomplete.
    * Explicitly import YODA and Projection base-class operator= into
      derived classes to silence new GCC13 warnings.
    * Turn parameters (cuts, jet radius, clustering algorithms etc)
      into Rivet options in several common MC analyses.
    * Bypass projection comparison during registration if
      RIVET_CACHE_PROJECTIONS is false.
    * Patch projection comparison for SmearedJets
    * Prevent bookeeping histos from acquiring analysis option
      on the fly as part of merging
  - Add fix_HepMC_327_compat.patch
  - Remove unused API doc build dependencies (doxygen, texlive etc.)
* Fri Sep 01 2023 Atri Bhattacharya <badshah400@gmail.com>
  - License: Change LPPL-1.3 to LPPL-1.3a according to spdx list.
* Tue Aug 29 2023 Lubos Kocman <lubos.kocman@suse.com>
  - License correction based on the legaldb scan
* Tue Jul 11 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 3.1.8:
    * Append extra newlines to plugin sources in batched rivet-build.
    * Add ability to control the specific plugin library paths for
      analyses to be loaded from, via new programmatic set and get
      methods on AnalysisLoader and a new RIVET_ANALYSIS_PLUGINS
      environment variable.
    * Remove support for custom ASCII event-file formats.
    * Use an immediate call to HepMC3::deduce_reader() in the file
      and stream opening; drop local attempts to deduce the file
      format.
    * Require HepMC3 >= 3.2.0
    * Add variations on the discard/select utility functions to
      (particularly) discard single elements by equality rather than
      needing to provide a function.
    * Fixes in MC_TAU_Decay plot file, courtesy of George Marsden
    * Provide an implicit cast for FourVector and derived classes to
      PseudoJet, to avoid the incorrect conversion by PJ's template
      constructor.
    * Fix unit for Zjj inclusive runs in ATLAS_2017_I1627873
    * ATLAS_2019_I1746286: fix generator ctau description in the
      info file.
    * Fix memory leaks in binreloc.c and the merging-related method
      in AnalysisHandler.
    * Fix CMS_2015_I1346843 to allow FSR photons from muon decays
    * Add example analysis demonstrating use of an ONNX neural net.
    * Change/correct DressedLeptons behaviour to accept photons from
      prompt muons and taus. (Return to 2.x behaviour, accidentally
      reverted.)
    * Update ParticleIdUtils content to match latest MCUtils.
      Includes a serious speed-up (6x!) in PID digit decoding!
    * Allow linspace() and aspace() to make reversed edge-sets with
      start > end.
    * Add powspace() and powdbnspace() uniform-spacing functions for
      power laws, and a generic _fnspace() function for any
      transform/inverse function-pair.
    * Fix couting of raw vs tmp histos when checking
      self-consistency of output file.
    * Replace regex_match with reg_search to pick up substring
      matches, too.
    * Fix bug in DELPHI_2011_I890503 and OPAL_2003_I599181, where
      the wrong decay chain was checked for weak decays.
    * Change configure script to use the --rpath=no option to
      fastjet-config, removing fragile path-hacking.
      build script.
    * Add reentrant marker to MC_DILEPTON.info
    * Make logger thread safe(r) by making ColorMap and LevelMap
    * thread_local.
    * Extend RivetLWTNN.hh to allow use of lwt::LightweightGraph
    * Enable Cython autoconversion from C++ strings to the
      appropriate str type for Python v2 and v3, eliminating many
      noisy and fragile explicit encode()/decode() calls.
    * Analyses of new experiments (long list, see
      /usr/share/doc/packages/Rivet-devel/ChangeLog).
  - Drop Rivet-correct-python-platlib.patch: fixed upstream.
  - ExcludeArch %ix86: i586 error due to conversion from
    `long long` to `size_t`.
* Sun Oct 23 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 3.1.7:
    * Add HEPTopTagger interface (since made optional, with no-build
      example analysis).
    * Add EXAMPLE_NTUPLE_ROOT example analysis showing how to open
      and write to a ROOT ntuple file.
    * Add CMS_2021_I1866118: Z boson plus jets (DPS) at 13 TeV
    * Add EXAMPLE_NTUPLE_CSV example analysis showing how to open
      and write to a CSV ntuple file.
    * Add Analysis::analysisDataPath() and the RivetLWTNN.hh include
      with convenience functions for loading of LWTNN DNNs.
    * Add EXAMPLE_LWTNN example analysis, demonstrating use of a
      preserved LWTNN neural network in Rivet.
    * Install more generically named files from the analysis
      plugin/data dirs rather than limiting to the .plot, .info,
      .yoda* set.
    * Move EXAMPLE_* analyses, which demonstrate functionality to
      analysis writers rather than being directly useful in compiled
      form, into an uncompiled analyses/examples/ directory.
    * Hide the bundled eigen3 in a mangled RivetEigen namespace, to
      avoid clashes.
    * Submission of CMS_2022_I2079374: Z pT over a wide mass range
      at 13 TeV
    * Upgrade eigen3 and yaml-cpp bundling to remove compiler
      warnings.
  - Add Rivet-correct-python-platlib.patch: Ensure consistent python
    platlib across different python versions.
  - Split out data files common to C++ and Python bindings into
    separate package (Rivet-data) and have it required from both
    %{name}-devel and python3-%{name} packages.
  - Run tests as part of %check section.
  - Move sed fixes to hashbangs to %setup section, running them over
    scripts in source rather than on buildroot installed dirs to
    allow tests in %check to succeed.
  - Drop fixes to pkgconfig script made during %setup as these are
    no longer needed.
* Sun May 29 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 3.1.6:
    * Allow the rivet script's -p option to be given multiple times,
      or to contain a comma-separated list of files to load cf. the
    - a argument. readData() is called for each specified preload
      file, in order.
    * Add a pseudojets() method and automatic conversion operator to
      Particles.  It sets the user index so the constituents will
      match the indices of the particle or jet vector used as input.
    * Move the Jets and Particles definitions into the .hh headers.
    * Submission of CMS_2017_I1497519: Z boson in association with
      jets at 8 TeV.
    * Fall back to old calculation of y in DISKinematics if Q2 is
      zero.
    * Add MissingMom typedef for MissingMomentum.
    * Add vectorEt/PtMiss() and scalarEt/PtMiss() methods to
      MissingMomentum.
    * Use ThreeMomentum in MissingMomentum for the vectorPt() etc.
    * Add ThreeMomentum/P3 type with momentum-oriented method names,
      cf. FourVector->FourMomentum.
    * Add a pseudojets() method to the Jets container type.
    * Add BESIII_2022_I2047667 e+e- > eta omega and omega pi0.
    * Add finalize-scaling protection in ATLAS_2020_1790256.
    * Add BESIII_2022_I2039027 e+e- > pi+pi-eta.
    * Add BESIII_2022_I2033007 e+e-> K+K-pi0.
* Fri Jan 07 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Fix sed script for rpath removal from rivet-config.

Files

/usr/bin/rivet-build
/usr/bin/rivet-buildplugin
/usr/bin/rivet-config
/usr/include/Rivet
/usr/include/Rivet/Analyses
/usr/include/Rivet/Analyses/MC_Cent_pPb.hh
/usr/include/Rivet/Analyses/MC_JetAnalysis.hh
/usr/include/Rivet/Analyses/MC_JetSplittings.hh
/usr/include/Rivet/Analyses/MC_ParticleAnalysis.hh
/usr/include/Rivet/Analysis.hh
/usr/include/Rivet/AnalysisBuilder.hh
/usr/include/Rivet/AnalysisHandler.hh
/usr/include/Rivet/AnalysisInfo.hh
/usr/include/Rivet/AnalysisLoader.hh
/usr/include/Rivet/Config
/usr/include/Rivet/Config/RivetCommon.hh
/usr/include/Rivet/Config/RivetConfig.hh
/usr/include/Rivet/Event.hh
/usr/include/Rivet/Jet.fhh
/usr/include/Rivet/Jet.hh
/usr/include/Rivet/Math
/usr/include/Rivet/Math/Constants.hh
/usr/include/Rivet/Math/LorentzTrans.hh
/usr/include/Rivet/Math/Math.hh
/usr/include/Rivet/Math/MathConstants.hh
/usr/include/Rivet/Math/MathUtils.hh
/usr/include/Rivet/Math/Matrices.hh
/usr/include/Rivet/Math/Matrix3.hh
/usr/include/Rivet/Math/MatrixN.hh
/usr/include/Rivet/Math/Units.hh
/usr/include/Rivet/Math/Vector2.hh
/usr/include/Rivet/Math/Vector3.hh
/usr/include/Rivet/Math/Vector4.hh
/usr/include/Rivet/Math/VectorN.hh
/usr/include/Rivet/Math/Vectors.hh
/usr/include/Rivet/Math/eigen3
/usr/include/Rivet/Math/eigen3/Cholesky
/usr/include/Rivet/Math/eigen3/CholmodSupport
/usr/include/Rivet/Math/eigen3/Core
/usr/include/Rivet/Math/eigen3/Dense
/usr/include/Rivet/Math/eigen3/Eigen
/usr/include/Rivet/Math/eigen3/Eigenvalues
/usr/include/Rivet/Math/eigen3/Geometry
/usr/include/Rivet/Math/eigen3/Householder
/usr/include/Rivet/Math/eigen3/IterativeLinearSolvers
/usr/include/Rivet/Math/eigen3/Jacobi
/usr/include/Rivet/Math/eigen3/KLUSupport
/usr/include/Rivet/Math/eigen3/LU
/usr/include/Rivet/Math/eigen3/MetisSupport
/usr/include/Rivet/Math/eigen3/OrderingMethods
/usr/include/Rivet/Math/eigen3/PaStiXSupport
/usr/include/Rivet/Math/eigen3/PardisoSupport
/usr/include/Rivet/Math/eigen3/QR
/usr/include/Rivet/Math/eigen3/QtAlignedMalloc
/usr/include/Rivet/Math/eigen3/SPQRSupport
/usr/include/Rivet/Math/eigen3/SVD
/usr/include/Rivet/Math/eigen3/Sparse
/usr/include/Rivet/Math/eigen3/SparseCholesky
/usr/include/Rivet/Math/eigen3/SparseCore
/usr/include/Rivet/Math/eigen3/SparseLU
/usr/include/Rivet/Math/eigen3/SparseQR
/usr/include/Rivet/Math/eigen3/StdDeque
/usr/include/Rivet/Math/eigen3/StdList
/usr/include/Rivet/Math/eigen3/StdVector
/usr/include/Rivet/Math/eigen3/SuperLUSupport
/usr/include/Rivet/Math/eigen3/UmfPackSupport
/usr/include/Rivet/Math/eigen3/src
/usr/include/Rivet/Math/eigen3/src/Cholesky
/usr/include/Rivet/Math/eigen3/src/Cholesky/LDLT.h
/usr/include/Rivet/Math/eigen3/src/Cholesky/LLT.h
/usr/include/Rivet/Math/eigen3/src/Cholesky/LLT_LAPACKE.h
/usr/include/Rivet/Math/eigen3/src/CholmodSupport
/usr/include/Rivet/Math/eigen3/src/CholmodSupport/CholmodSupport.h
/usr/include/Rivet/Math/eigen3/src/Core
/usr/include/Rivet/Math/eigen3/src/Core/ArithmeticSequence.h
/usr/include/Rivet/Math/eigen3/src/Core/Array.h
/usr/include/Rivet/Math/eigen3/src/Core/ArrayBase.h
/usr/include/Rivet/Math/eigen3/src/Core/ArrayWrapper.h
/usr/include/Rivet/Math/eigen3/src/Core/Assign.h
/usr/include/Rivet/Math/eigen3/src/Core/AssignEvaluator.h
/usr/include/Rivet/Math/eigen3/src/Core/Assign_MKL.h
/usr/include/Rivet/Math/eigen3/src/Core/BandMatrix.h
/usr/include/Rivet/Math/eigen3/src/Core/Block.h
/usr/include/Rivet/Math/eigen3/src/Core/BooleanRedux.h
/usr/include/Rivet/Math/eigen3/src/Core/CommaInitializer.h
/usr/include/Rivet/Math/eigen3/src/Core/ConditionEstimator.h
/usr/include/Rivet/Math/eigen3/src/Core/CoreEvaluators.h
/usr/include/Rivet/Math/eigen3/src/Core/CoreIterators.h
/usr/include/Rivet/Math/eigen3/src/Core/CwiseBinaryOp.h
/usr/include/Rivet/Math/eigen3/src/Core/CwiseNullaryOp.h
/usr/include/Rivet/Math/eigen3/src/Core/CwiseTernaryOp.h
/usr/include/Rivet/Math/eigen3/src/Core/CwiseUnaryOp.h
/usr/include/Rivet/Math/eigen3/src/Core/CwiseUnaryView.h
/usr/include/Rivet/Math/eigen3/src/Core/DenseBase.h
/usr/include/Rivet/Math/eigen3/src/Core/DenseCoeffsBase.h
/usr/include/Rivet/Math/eigen3/src/Core/DenseStorage.h
/usr/include/Rivet/Math/eigen3/src/Core/Diagonal.h
/usr/include/Rivet/Math/eigen3/src/Core/DiagonalMatrix.h
/usr/include/Rivet/Math/eigen3/src/Core/DiagonalProduct.h
/usr/include/Rivet/Math/eigen3/src/Core/Dot.h
/usr/include/Rivet/Math/eigen3/src/Core/EigenBase.h
/usr/include/Rivet/Math/eigen3/src/Core/ForceAlignedAccess.h
/usr/include/Rivet/Math/eigen3/src/Core/Fuzzy.h
/usr/include/Rivet/Math/eigen3/src/Core/GeneralProduct.h
/usr/include/Rivet/Math/eigen3/src/Core/GenericPacketMath.h
/usr/include/Rivet/Math/eigen3/src/Core/GlobalFunctions.h
/usr/include/Rivet/Math/eigen3/src/Core/IO.h
/usr/include/Rivet/Math/eigen3/src/Core/IndexedView.h
/usr/include/Rivet/Math/eigen3/src/Core/Inverse.h
/usr/include/Rivet/Math/eigen3/src/Core/Map.h
/usr/include/Rivet/Math/eigen3/src/Core/MapBase.h
/usr/include/Rivet/Math/eigen3/src/Core/MathFunctions.h
/usr/include/Rivet/Math/eigen3/src/Core/MathFunctionsImpl.h
/usr/include/Rivet/Math/eigen3/src/Core/Matrix.h
/usr/include/Rivet/Math/eigen3/src/Core/MatrixBase.h
/usr/include/Rivet/Math/eigen3/src/Core/NestByValue.h
/usr/include/Rivet/Math/eigen3/src/Core/NoAlias.h
/usr/include/Rivet/Math/eigen3/src/Core/NumTraits.h
/usr/include/Rivet/Math/eigen3/src/Core/PartialReduxEvaluator.h
/usr/include/Rivet/Math/eigen3/src/Core/PermutationMatrix.h
/usr/include/Rivet/Math/eigen3/src/Core/PlainObjectBase.h
/usr/include/Rivet/Math/eigen3/src/Core/Product.h
/usr/include/Rivet/Math/eigen3/src/Core/ProductEvaluators.h
/usr/include/Rivet/Math/eigen3/src/Core/Random.h
/usr/include/Rivet/Math/eigen3/src/Core/Redux.h
/usr/include/Rivet/Math/eigen3/src/Core/Ref.h
/usr/include/Rivet/Math/eigen3/src/Core/Replicate.h
/usr/include/Rivet/Math/eigen3/src/Core/Reshaped.h
/usr/include/Rivet/Math/eigen3/src/Core/ReturnByValue.h
/usr/include/Rivet/Math/eigen3/src/Core/Reverse.h
/usr/include/Rivet/Math/eigen3/src/Core/Select.h
/usr/include/Rivet/Math/eigen3/src/Core/SelfAdjointView.h
/usr/include/Rivet/Math/eigen3/src/Core/SelfCwiseBinaryOp.h
/usr/include/Rivet/Math/eigen3/src/Core/Solve.h
/usr/include/Rivet/Math/eigen3/src/Core/SolveTriangular.h
/usr/include/Rivet/Math/eigen3/src/Core/SolverBase.h
/usr/include/Rivet/Math/eigen3/src/Core/StableNorm.h
/usr/include/Rivet/Math/eigen3/src/Core/StlIterators.h
/usr/include/Rivet/Math/eigen3/src/Core/Stride.h
/usr/include/Rivet/Math/eigen3/src/Core/Swap.h
/usr/include/Rivet/Math/eigen3/src/Core/Transpose.h
/usr/include/Rivet/Math/eigen3/src/Core/Transpositions.h
/usr/include/Rivet/Math/eigen3/src/Core/TriangularMatrix.h
/usr/include/Rivet/Math/eigen3/src/Core/VectorBlock.h
/usr/include/Rivet/Math/eigen3/src/Core/VectorwiseOp.h
/usr/include/Rivet/Math/eigen3/src/Core/Visitor.h
/usr/include/Rivet/Math/eigen3/src/Core/arch
/usr/include/Rivet/Math/eigen3/src/Core/arch/AVX
/usr/include/Rivet/Math/eigen3/src/Core/arch/AVX/Complex.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/AVX/MathFunctions.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/AVX/PacketMath.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/AVX/TypeCasting.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/AVX512
/usr/include/Rivet/Math/eigen3/src/Core/arch/AVX512/Complex.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/AVX512/MathFunctions.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/AVX512/PacketMath.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/AVX512/TypeCasting.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/AltiVec
/usr/include/Rivet/Math/eigen3/src/Core/arch/AltiVec/Complex.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/AltiVec/MathFunctions.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/AltiVec/MatrixProduct.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/AltiVec/MatrixProductCommon.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/AltiVec/MatrixProductMMA.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/AltiVec/PacketMath.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/CUDA
/usr/include/Rivet/Math/eigen3/src/Core/arch/CUDA/Complex.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/Default
/usr/include/Rivet/Math/eigen3/src/Core/arch/Default/BFloat16.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/Default/ConjHelper.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/Default/GenericPacketMathFunctions.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/Default/Half.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/Default/Settings.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/Default/TypeCasting.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/GPU
/usr/include/Rivet/Math/eigen3/src/Core/arch/GPU/MathFunctions.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/GPU/PacketMath.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/GPU/TypeCasting.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/HIP
/usr/include/Rivet/Math/eigen3/src/Core/arch/HIP/hcc
/usr/include/Rivet/Math/eigen3/src/Core/arch/HIP/hcc/math_constants.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/MSA
/usr/include/Rivet/Math/eigen3/src/Core/arch/MSA/Complex.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/MSA/MathFunctions.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/MSA/PacketMath.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/NEON
/usr/include/Rivet/Math/eigen3/src/Core/arch/NEON/Complex.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/NEON/GeneralBlockPanelKernel.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/NEON/MathFunctions.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/NEON/PacketMath.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/NEON/TypeCasting.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/SSE
/usr/include/Rivet/Math/eigen3/src/Core/arch/SSE/Complex.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/SSE/MathFunctions.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/SSE/PacketMath.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/SSE/TypeCasting.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/SVE
/usr/include/Rivet/Math/eigen3/src/Core/arch/SVE/MathFunctions.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/SVE/PacketMath.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/SVE/TypeCasting.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/SYCL
/usr/include/Rivet/Math/eigen3/src/Core/arch/SYCL/InteropHeaders.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/SYCL/MathFunctions.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/SYCL/PacketMath.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/SYCL/SyclMemoryModel.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/SYCL/TypeCasting.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/ZVector
/usr/include/Rivet/Math/eigen3/src/Core/arch/ZVector/Complex.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/ZVector/MathFunctions.h
/usr/include/Rivet/Math/eigen3/src/Core/arch/ZVector/PacketMath.h
/usr/include/Rivet/Math/eigen3/src/Core/functors
/usr/include/Rivet/Math/eigen3/src/Core/functors/AssignmentFunctors.h
/usr/include/Rivet/Math/eigen3/src/Core/functors/BinaryFunctors.h
/usr/include/Rivet/Math/eigen3/src/Core/functors/NullaryFunctors.h
/usr/include/Rivet/Math/eigen3/src/Core/functors/StlFunctors.h
/usr/include/Rivet/Math/eigen3/src/Core/functors/TernaryFunctors.h
/usr/include/Rivet/Math/eigen3/src/Core/functors/UnaryFunctors.h
/usr/include/Rivet/Math/eigen3/src/Core/products
/usr/include/Rivet/Math/eigen3/src/Core/products/GeneralBlockPanelKernel.h
/usr/include/Rivet/Math/eigen3/src/Core/products/GeneralMatrixMatrix.h
/usr/include/Rivet/Math/eigen3/src/Core/products/GeneralMatrixMatrixTriangular.h
/usr/include/Rivet/Math/eigen3/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h
/usr/include/Rivet/Math/eigen3/src/Core/products/GeneralMatrixMatrix_BLAS.h
/usr/include/Rivet/Math/eigen3/src/Core/products/GeneralMatrixVector.h
/usr/include/Rivet/Math/eigen3/src/Core/products/GeneralMatrixVector_BLAS.h
/usr/include/Rivet/Math/eigen3/src/Core/products/Parallelizer.h
/usr/include/Rivet/Math/eigen3/src/Core/products/SelfadjointMatrixMatrix.h
/usr/include/Rivet/Math/eigen3/src/Core/products/SelfadjointMatrixMatrix_BLAS.h
/usr/include/Rivet/Math/eigen3/src/Core/products/SelfadjointMatrixVector.h
/usr/include/Rivet/Math/eigen3/src/Core/products/SelfadjointMatrixVector_BLAS.h
/usr/include/Rivet/Math/eigen3/src/Core/products/SelfadjointProduct.h
/usr/include/Rivet/Math/eigen3/src/Core/products/SelfadjointRank2Update.h
/usr/include/Rivet/Math/eigen3/src/Core/products/TriangularMatrixMatrix.h
/usr/include/Rivet/Math/eigen3/src/Core/products/TriangularMatrixMatrix_BLAS.h
/usr/include/Rivet/Math/eigen3/src/Core/products/TriangularMatrixVector.h
/usr/include/Rivet/Math/eigen3/src/Core/products/TriangularMatrixVector_BLAS.h
/usr/include/Rivet/Math/eigen3/src/Core/products/TriangularSolverMatrix.h
/usr/include/Rivet/Math/eigen3/src/Core/products/TriangularSolverMatrix_BLAS.h
/usr/include/Rivet/Math/eigen3/src/Core/products/TriangularSolverVector.h
/usr/include/Rivet/Math/eigen3/src/Core/util
/usr/include/Rivet/Math/eigen3/src/Core/util/BlasUtil.h
/usr/include/Rivet/Math/eigen3/src/Core/util/ConfigureVectorization.h
/usr/include/Rivet/Math/eigen3/src/Core/util/Constants.h
/usr/include/Rivet/Math/eigen3/src/Core/util/DisableStupidWarnings.h
/usr/include/Rivet/Math/eigen3/src/Core/util/ForwardDeclarations.h
/usr/include/Rivet/Math/eigen3/src/Core/util/IndexedViewHelper.h
/usr/include/Rivet/Math/eigen3/src/Core/util/IntegralConstant.h
/usr/include/Rivet/Math/eigen3/src/Core/util/MKL_support.h
/usr/include/Rivet/Math/eigen3/src/Core/util/Macros.h
/usr/include/Rivet/Math/eigen3/src/Core/util/Memory.h
/usr/include/Rivet/Math/eigen3/src/Core/util/Meta.h
/usr/include/Rivet/Math/eigen3/src/Core/util/NonMPL2.h
/usr/include/Rivet/Math/eigen3/src/Core/util/ReenableStupidWarnings.h
/usr/include/Rivet/Math/eigen3/src/Core/util/ReshapedHelper.h
/usr/include/Rivet/Math/eigen3/src/Core/util/StaticAssert.h
/usr/include/Rivet/Math/eigen3/src/Core/util/SymbolicIndex.h
/usr/include/Rivet/Math/eigen3/src/Core/util/XprHelper.h
/usr/include/Rivet/Math/eigen3/src/Eigenvalues
/usr/include/Rivet/Math/eigen3/src/Eigenvalues/ComplexEigenSolver.h
/usr/include/Rivet/Math/eigen3/src/Eigenvalues/ComplexSchur.h
/usr/include/Rivet/Math/eigen3/src/Eigenvalues/ComplexSchur_LAPACKE.h
/usr/include/Rivet/Math/eigen3/src/Eigenvalues/EigenSolver.h
/usr/include/Rivet/Math/eigen3/src/Eigenvalues/GeneralizedEigenSolver.h
/usr/include/Rivet/Math/eigen3/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
/usr/include/Rivet/Math/eigen3/src/Eigenvalues/HessenbergDecomposition.h
/usr/include/Rivet/Math/eigen3/src/Eigenvalues/MatrixBaseEigenvalues.h
/usr/include/Rivet/Math/eigen3/src/Eigenvalues/RealQZ.h
/usr/include/Rivet/Math/eigen3/src/Eigenvalues/RealSchur.h
/usr/include/Rivet/Math/eigen3/src/Eigenvalues/RealSchur_LAPACKE.h
/usr/include/Rivet/Math/eigen3/src/Eigenvalues/SelfAdjointEigenSolver.h
/usr/include/Rivet/Math/eigen3/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h
/usr/include/Rivet/Math/eigen3/src/Eigenvalues/Tridiagonalization.h
/usr/include/Rivet/Math/eigen3/src/Geometry
/usr/include/Rivet/Math/eigen3/src/Geometry/AlignedBox.h
/usr/include/Rivet/Math/eigen3/src/Geometry/AngleAxis.h
/usr/include/Rivet/Math/eigen3/src/Geometry/EulerAngles.h
/usr/include/Rivet/Math/eigen3/src/Geometry/Homogeneous.h
/usr/include/Rivet/Math/eigen3/src/Geometry/Hyperplane.h
/usr/include/Rivet/Math/eigen3/src/Geometry/OrthoMethods.h
/usr/include/Rivet/Math/eigen3/src/Geometry/ParametrizedLine.h
/usr/include/Rivet/Math/eigen3/src/Geometry/Quaternion.h
/usr/include/Rivet/Math/eigen3/src/Geometry/Rotation2D.h
/usr/include/Rivet/Math/eigen3/src/Geometry/RotationBase.h
/usr/include/Rivet/Math/eigen3/src/Geometry/Scaling.h
/usr/include/Rivet/Math/eigen3/src/Geometry/Transform.h
/usr/include/Rivet/Math/eigen3/src/Geometry/Translation.h
/usr/include/Rivet/Math/eigen3/src/Geometry/Umeyama.h
/usr/include/Rivet/Math/eigen3/src/Geometry/arch
/usr/include/Rivet/Math/eigen3/src/Geometry/arch/Geometry_SIMD.h
/usr/include/Rivet/Math/eigen3/src/Householder
/usr/include/Rivet/Math/eigen3/src/Householder/BlockHouseholder.h
/usr/include/Rivet/Math/eigen3/src/Householder/Householder.h
/usr/include/Rivet/Math/eigen3/src/Householder/HouseholderSequence.h
/usr/include/Rivet/Math/eigen3/src/IterativeLinearSolvers
/usr/include/Rivet/Math/eigen3/src/IterativeLinearSolvers/BasicPreconditioners.h
/usr/include/Rivet/Math/eigen3/src/IterativeLinearSolvers/BiCGSTAB.h
/usr/include/Rivet/Math/eigen3/src/IterativeLinearSolvers/ConjugateGradient.h
/usr/include/Rivet/Math/eigen3/src/IterativeLinearSolvers/IncompleteCholesky.h
/usr/include/Rivet/Math/eigen3/src/IterativeLinearSolvers/IncompleteLUT.h
/usr/include/Rivet/Math/eigen3/src/IterativeLinearSolvers/IterativeSolverBase.h
/usr/include/Rivet/Math/eigen3/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h
/usr/include/Rivet/Math/eigen3/src/IterativeLinearSolvers/SolveWithGuess.h
/usr/include/Rivet/Math/eigen3/src/Jacobi
/usr/include/Rivet/Math/eigen3/src/Jacobi/Jacobi.h
/usr/include/Rivet/Math/eigen3/src/KLUSupport
/usr/include/Rivet/Math/eigen3/src/KLUSupport/KLUSupport.h
/usr/include/Rivet/Math/eigen3/src/LU
/usr/include/Rivet/Math/eigen3/src/LU/Determinant.h
/usr/include/Rivet/Math/eigen3/src/LU/FullPivLU.h
/usr/include/Rivet/Math/eigen3/src/LU/InverseImpl.h
/usr/include/Rivet/Math/eigen3/src/LU/PartialPivLU.h
/usr/include/Rivet/Math/eigen3/src/LU/PartialPivLU_LAPACKE.h
/usr/include/Rivet/Math/eigen3/src/LU/arch
/usr/include/Rivet/Math/eigen3/src/LU/arch/InverseSize4.h
/usr/include/Rivet/Math/eigen3/src/MetisSupport
/usr/include/Rivet/Math/eigen3/src/MetisSupport/MetisSupport.h
/usr/include/Rivet/Math/eigen3/src/OrderingMethods
/usr/include/Rivet/Math/eigen3/src/OrderingMethods/Amd.h
/usr/include/Rivet/Math/eigen3/src/OrderingMethods/Eigen_Colamd.h
/usr/include/Rivet/Math/eigen3/src/OrderingMethods/Ordering.h
/usr/include/Rivet/Math/eigen3/src/PaStiXSupport
/usr/include/Rivet/Math/eigen3/src/PaStiXSupport/PaStiXSupport.h
/usr/include/Rivet/Math/eigen3/src/PardisoSupport
/usr/include/Rivet/Math/eigen3/src/PardisoSupport/PardisoSupport.h
/usr/include/Rivet/Math/eigen3/src/QR
/usr/include/Rivet/Math/eigen3/src/QR/ColPivHouseholderQR.h
/usr/include/Rivet/Math/eigen3/src/QR/ColPivHouseholderQR_LAPACKE.h
/usr/include/Rivet/Math/eigen3/src/QR/CompleteOrthogonalDecomposition.h
/usr/include/Rivet/Math/eigen3/src/QR/FullPivHouseholderQR.h
/usr/include/Rivet/Math/eigen3/src/QR/HouseholderQR.h
/usr/include/Rivet/Math/eigen3/src/QR/HouseholderQR_LAPACKE.h
/usr/include/Rivet/Math/eigen3/src/SPQRSupport
/usr/include/Rivet/Math/eigen3/src/SPQRSupport/SuiteSparseQRSupport.h
/usr/include/Rivet/Math/eigen3/src/SVD
/usr/include/Rivet/Math/eigen3/src/SVD/BDCSVD.h
/usr/include/Rivet/Math/eigen3/src/SVD/JacobiSVD.h
/usr/include/Rivet/Math/eigen3/src/SVD/JacobiSVD_LAPACKE.h
/usr/include/Rivet/Math/eigen3/src/SVD/SVDBase.h
/usr/include/Rivet/Math/eigen3/src/SVD/UpperBidiagonalization.h
/usr/include/Rivet/Math/eigen3/src/SparseCholesky
/usr/include/Rivet/Math/eigen3/src/SparseCholesky/SimplicialCholesky.h
/usr/include/Rivet/Math/eigen3/src/SparseCholesky/SimplicialCholesky_impl.h
/usr/include/Rivet/Math/eigen3/src/SparseCore
/usr/include/Rivet/Math/eigen3/src/SparseCore/AmbiVector.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/CompressedStorage.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/ConservativeSparseSparseProduct.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/MappedSparseMatrix.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseAssign.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseBlock.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseColEtree.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseCompressedBase.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseCwiseBinaryOp.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseCwiseUnaryOp.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseDenseProduct.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseDiagonalProduct.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseDot.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseFuzzy.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseMap.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseMatrix.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseMatrixBase.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparsePermutation.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseProduct.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseRedux.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseRef.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseSelfAdjointView.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseSolverBase.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseSparseProductWithPruning.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseTranspose.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseTriangularView.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseUtil.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseVector.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/SparseView.h
/usr/include/Rivet/Math/eigen3/src/SparseCore/TriangularSolver.h
/usr/include/Rivet/Math/eigen3/src/SparseLU
/usr/include/Rivet/Math/eigen3/src/SparseLU/SparseLU.h
/usr/include/Rivet/Math/eigen3/src/SparseLU/SparseLUImpl.h
/usr/include/Rivet/Math/eigen3/src/SparseLU/SparseLU_Memory.h
/usr/include/Rivet/Math/eigen3/src/SparseLU/SparseLU_Structs.h
/usr/include/Rivet/Math/eigen3/src/SparseLU/SparseLU_SupernodalMatrix.h
/usr/include/Rivet/Math/eigen3/src/SparseLU/SparseLU_Utils.h
/usr/include/Rivet/Math/eigen3/src/SparseLU/SparseLU_column_bmod.h
/usr/include/Rivet/Math/eigen3/src/SparseLU/SparseLU_column_dfs.h
/usr/include/Rivet/Math/eigen3/src/SparseLU/SparseLU_copy_to_ucol.h
/usr/include/Rivet/Math/eigen3/src/SparseLU/SparseLU_gemm_kernel.h
/usr/include/Rivet/Math/eigen3/src/SparseLU/SparseLU_heap_relax_snode.h
/usr/include/Rivet/Math/eigen3/src/SparseLU/SparseLU_kernel_bmod.h
/usr/include/Rivet/Math/eigen3/src/SparseLU/SparseLU_panel_bmod.h
/usr/include/Rivet/Math/eigen3/src/SparseLU/SparseLU_panel_dfs.h
/usr/include/Rivet/Math/eigen3/src/SparseLU/SparseLU_pivotL.h
/usr/include/Rivet/Math/eigen3/src/SparseLU/SparseLU_pruneL.h
/usr/include/Rivet/Math/eigen3/src/SparseLU/SparseLU_relax_snode.h
/usr/include/Rivet/Math/eigen3/src/SparseQR
/usr/include/Rivet/Math/eigen3/src/SparseQR/SparseQR.h
/usr/include/Rivet/Math/eigen3/src/StlSupport
/usr/include/Rivet/Math/eigen3/src/StlSupport/StdDeque.h
/usr/include/Rivet/Math/eigen3/src/StlSupport/StdList.h
/usr/include/Rivet/Math/eigen3/src/StlSupport/StdVector.h
/usr/include/Rivet/Math/eigen3/src/StlSupport/details.h
/usr/include/Rivet/Math/eigen3/src/SuperLUSupport
/usr/include/Rivet/Math/eigen3/src/SuperLUSupport/SuperLUSupport.h
/usr/include/Rivet/Math/eigen3/src/UmfPackSupport
/usr/include/Rivet/Math/eigen3/src/UmfPackSupport/UmfPackSupport.h
/usr/include/Rivet/Math/eigen3/src/misc
/usr/include/Rivet/Math/eigen3/src/misc/Image.h
/usr/include/Rivet/Math/eigen3/src/misc/Kernel.h
/usr/include/Rivet/Math/eigen3/src/misc/RealSvd2x2.h
/usr/include/Rivet/Math/eigen3/src/misc/blas.h
/usr/include/Rivet/Math/eigen3/src/misc/lapack.h
/usr/include/Rivet/Math/eigen3/src/misc/lapacke.h
/usr/include/Rivet/Math/eigen3/src/misc/lapacke_mangling.h
/usr/include/Rivet/Math/eigen3/src/plugins
/usr/include/Rivet/Math/eigen3/src/plugins/ArrayCwiseBinaryOps.h
/usr/include/Rivet/Math/eigen3/src/plugins/ArrayCwiseUnaryOps.h
/usr/include/Rivet/Math/eigen3/src/plugins/BlockMethods.h
/usr/include/Rivet/Math/eigen3/src/plugins/CommonCwiseBinaryOps.h
/usr/include/Rivet/Math/eigen3/src/plugins/CommonCwiseUnaryOps.h
/usr/include/Rivet/Math/eigen3/src/plugins/IndexedViewMethods.h
/usr/include/Rivet/Math/eigen3/src/plugins/MatrixCwiseBinaryOps.h
/usr/include/Rivet/Math/eigen3/src/plugins/MatrixCwiseUnaryOps.h
/usr/include/Rivet/Math/eigen3/src/plugins/ReshapedMethods.h
/usr/include/Rivet/Particle.fhh
/usr/include/Rivet/Particle.hh
/usr/include/Rivet/ParticleBase.hh
/usr/include/Rivet/Projection.fhh
/usr/include/Rivet/Projection.hh
/usr/include/Rivet/ProjectionApplier.hh
/usr/include/Rivet/ProjectionHandler.hh
/usr/include/Rivet/Projections
/usr/include/Rivet/Projections/AliceCommon.hh
/usr/include/Rivet/Projections/AtlasCommon.hh
/usr/include/Rivet/Projections/AxesDefinition.hh
/usr/include/Rivet/Projections/Beam.hh
/usr/include/Rivet/Projections/BeamThrust.hh
/usr/include/Rivet/Projections/CentralEtHCM.hh
/usr/include/Rivet/Projections/CentralityProjection.hh
/usr/include/Rivet/Projections/ChargedFinalState.hh
/usr/include/Rivet/Projections/ChargedLeptons.hh
/usr/include/Rivet/Projections/ConstLossyFinalState.hh
/usr/include/Rivet/Projections/DISDiffHadron.hh
/usr/include/Rivet/Projections/DISFinalState.hh
/usr/include/Rivet/Projections/DISKinematics.hh
/usr/include/Rivet/Projections/DISLepton.hh
/usr/include/Rivet/Projections/DISRapidityGap.hh
/usr/include/Rivet/Projections/DecayedParticles.hh
/usr/include/Rivet/Projections/DirectFinalState.hh
/usr/include/Rivet/Projections/DressedLeptons.hh
/usr/include/Rivet/Projections/EventMixingFinalState.hh
/usr/include/Rivet/Projections/FParameter.hh
/usr/include/Rivet/Projections/FastJets.hh
/usr/include/Rivet/Projections/FinalPartons.hh
/usr/include/Rivet/Projections/FinalState.hh
/usr/include/Rivet/Projections/FinalStates.hh
/usr/include/Rivet/Projections/GammaGammaFinalState.hh
/usr/include/Rivet/Projections/GammaGammaKinematics.hh
/usr/include/Rivet/Projections/GammaGammaLeptons.hh
/usr/include/Rivet/Projections/GeneratedPercentileProjection.hh
/usr/include/Rivet/Projections/HadronicFinalState.hh
/usr/include/Rivet/Projections/HeavyHadrons.hh
/usr/include/Rivet/Projections/Hemispheres.hh
/usr/include/Rivet/Projections/HepMCHeavyIon.hh
/usr/include/Rivet/Projections/IdentifiedFinalState.hh
/usr/include/Rivet/Projections/ImpactParameterProjection.hh
/usr/include/Rivet/Projections/IndirectFinalState.hh
/usr/include/Rivet/Projections/InitialQuarks.hh
/usr/include/Rivet/Projections/InvMassFinalState.hh
/usr/include/Rivet/Projections/InvisibleFinalState.hh
/usr/include/Rivet/Projections/JetAlg.hh
/usr/include/Rivet/Projections/JetFinder.hh
/usr/include/Rivet/Projections/JetShape.hh
/usr/include/Rivet/Projections/LeadingParticlesFinalState.hh
/usr/include/Rivet/Projections/LossyFinalState.hh
/usr/include/Rivet/Projections/METFinder.hh
/usr/include/Rivet/Projections/MergedFinalState.hh
/usr/include/Rivet/Projections/MissingMomentum.hh
/usr/include/Rivet/Projections/NeutralFinalState.hh
/usr/include/Rivet/Projections/NonHadronicFinalState.hh
/usr/include/Rivet/Projections/NonPromptFinalState.hh
/usr/include/Rivet/Projections/ParisiTensor.hh
/usr/include/Rivet/Projections/ParticleFinder.hh
/usr/include/Rivet/Projections/PartonicTops.hh
/usr/include/Rivet/Projections/PercentileProjection.hh
/usr/include/Rivet/Projections/PrimaryHadrons.hh
/usr/include/Rivet/Projections/PrimaryParticles.hh
/usr/include/Rivet/Projections/PromptFinalState.hh
/usr/include/Rivet/Projections/PxConePlugin.hh
/usr/include/Rivet/Projections/RHICCommon.hh
/usr/include/Rivet/Projections/SingleValueProjection.hh
/usr/include/Rivet/Projections/SmearedJets.hh
/usr/include/Rivet/Projections/SmearedMET.hh
/usr/include/Rivet/Projections/SmearedParticles.hh
/usr/include/Rivet/Projections/Smearing.hh
/usr/include/Rivet/Projections/Sphericity.hh
/usr/include/Rivet/Projections/Spherocity.hh
/usr/include/Rivet/Projections/TauFinder.hh
/usr/include/Rivet/Projections/Thrust.hh
/usr/include/Rivet/Projections/TriggerCDFRun0Run1.hh
/usr/include/Rivet/Projections/TriggerCDFRun2.hh
/usr/include/Rivet/Projections/TriggerProjection.hh
/usr/include/Rivet/Projections/TriggerUA5.hh
/usr/include/Rivet/Projections/UndressBeamLeptons.hh
/usr/include/Rivet/Projections/UnstableFinalState.hh
/usr/include/Rivet/Projections/UnstableParticles.hh
/usr/include/Rivet/Projections/UserCentEstimate.hh
/usr/include/Rivet/Projections/VetoedFinalState.hh
/usr/include/Rivet/Projections/VisibleFinalState.hh
/usr/include/Rivet/Projections/WFinder.hh
/usr/include/Rivet/Projections/ZFinder.hh
/usr/include/Rivet/Rivet.hh
/usr/include/Rivet/Run.hh
/usr/include/Rivet/Tools
/usr/include/Rivet/Tools/AliceCommon.hh
/usr/include/Rivet/Tools/AtlasCommon.hh
/usr/include/Rivet/Tools/BeamConstraint.hh
/usr/include/Rivet/Tools/BinnedHistogram.hh
/usr/include/Rivet/Tools/CentralityBinner.hh
/usr/include/Rivet/Tools/Cmp.fhh
/usr/include/Rivet/Tools/Cmp.hh
/usr/include/Rivet/Tools/Correlators.hh
/usr/include/Rivet/Tools/Cutflow.hh
/usr/include/Rivet/Tools/Cuts.fhh
/usr/include/Rivet/Tools/Cuts.hh
/usr/include/Rivet/Tools/Exceptions.hh
/usr/include/Rivet/Tools/ExptSmearingFunctions.hh
/usr/include/Rivet/Tools/JetSmearingFunctions.hh
/usr/include/Rivet/Tools/JetUtils.hh
/usr/include/Rivet/Tools/Logging.hh
/usr/include/Rivet/Tools/MendelMin.hh
/usr/include/Rivet/Tools/MomentumSmearingFunctions.hh
/usr/include/Rivet/Tools/ParticleBaseUtils.hh
/usr/include/Rivet/Tools/ParticleIdUtils.hh
/usr/include/Rivet/Tools/ParticleName.hh
/usr/include/Rivet/Tools/ParticleSmearingFunctions.hh
/usr/include/Rivet/Tools/ParticleUtils.hh
/usr/include/Rivet/Tools/Percentile.hh
/usr/include/Rivet/Tools/PrettyPrint.hh
/usr/include/Rivet/Tools/RHICCommon.hh
/usr/include/Rivet/Tools/Random.hh
/usr/include/Rivet/Tools/RivetFastJet.hh
/usr/include/Rivet/Tools/RivetHTT.hh
/usr/include/Rivet/Tools/RivetHepMC.hh
/usr/include/Rivet/Tools/RivetLWTNN.hh
/usr/include/Rivet/Tools/RivetMT2.hh
/usr/include/Rivet/Tools/RivetONNXrt.hh
/usr/include/Rivet/Tools/RivetPaths.hh
/usr/include/Rivet/Tools/RivetSTL.hh
/usr/include/Rivet/Tools/RivetYODA.hh
/usr/include/Rivet/Tools/SmearingFunctions.hh
/usr/include/Rivet/Tools/TypeTraits.hh
/usr/include/Rivet/Tools/Utils.hh
/usr/lib64/libRivet.so
/usr/lib64/pkgconfig/rivet.pc
/usr/share/doc/packages/Rivet-devel
/usr/share/doc/packages/Rivet-devel/AUTHORS
/usr/share/doc/packages/Rivet-devel/ChangeLog
/usr/share/doc/packages/Rivet-devel/NEWS
/usr/share/licenses/Rivet-devel
/usr/share/licenses/Rivet-devel/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 21 00:20:43 2025