- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jul 6 2021
Jul 6 2021
hej committed rHEJ4e0a3a200235: Moved `parse_configuration` to common test library (authored by hej).
Moved `parse_configuration` to common test library
Outline new `valid_hej_state` function
Fixed broken test logic
removed rerundant includes
hej committed rHEJf88be9657b1a: Use jet cuts in `valid_hej_state` & added outline of test (authored by hej).
Use jet cuts in `valid_hej_state` & added outline of test
hej committed rHEJf22837f27202: Small function call `particle_jet_indices` of all jets in event (authored by hej).
Small function call `particle_jet_indices` of all jets in event
hej committed rHEJ0021d5162b58: Moved all jet test from classification to jet cut test (authored by hej).
Moved all jet test from classification to jet cut test
Removed jet requirement from classification
added alias pt() for particle.perp()
Fix: qqx at first quark
Updated Changelog
Added reversed Parton iterator
Added logic for `soft pt fraction`
prefer ++i over i++
Merge branch 'remove_deleters' into 'master'
Fixed even more counter's type
Visual: Indentation of comments
Visual: More consistent coding style in headers
Supress CMake warning if HepMC3 is not installed
Fix: yaml-cpp target can miss include dir
Fix: Explicit object capture required in gcc 5.3
Add variation to hepmc for rivet
hej committed rHEJdcb4f5e21821: Create Boost targets manually if they are missing by default (authored by hej).
Create Boost targets manually if they are missing by default
Move yaml target fix to new cmake module
hej committed rHEJb63c98383369: Moved filename from `ParameterDescription` to own function (authored by hej).
Moved filename from `ParameterDescription` to own function
Use `const` when possible
Find if rivet was compiled with HepMC3
Only read matching regex from config header
Always link to rivet even without HepMC2
Add HepMC directly to rivet target
Allow HepMC 2 and 3 with rivet
Use more input settings for main test
hej committed rHEJ2750dd0b9d15: Made HepMC3::GenRunInfo available through HepMC3Interface (authored by hej).
Made HepMC3::GenRunInfo available through HepMC3Interface
Set weight names in HepMC3
Make weight variation in HepMC3 useful for rivet
hej committed rHEJ37f8c6baf438: First rivet event is special -> run test on 2 events (authored by hej).
First rivet event is special -> run test on 2 events
Let rivet decide on a sutable default name
Only create one instance of rivet with rivet 3
hej committed rHEJ6f7968110299: Bugfix: Setting up second HepMC 3 interface used beams from previous interface (authored by hej).
Bugfix: Setting up second HepMC 3 interface used beams from previous interface
Run rivet test also for rivet+HepMC3
Added test for consistency of rivet interface
Write weight names to HepMC 3 files
Fix: Rivet doesn't like naming the central value
hej committed rHEJbb95772487d5: Initalise weight container for HepMC2 similar to HepMC3 (authored by hej).
Initalise weight container for HepMC2 similar to HepMC3
hej committed rHEJ4d61826ba34f: Also run rivet consistentcy test for rivet3 with hepmc2 (authored by hej).
Also run rivet consistentcy test for rivet3 with hepmc2
Comment about required yoda version
Streamline HepMC interface
hej committed rHEJ0e4446184d02: Fixed missing include directory of yaml target (again) (authored by hej).
Fixed missing include directory of yaml target (again)
Merge branch 'CrossUnoPure' into 'master'
hej committed rHEJec22afd45c93: Merge remote-tracking branch 'origin/master' into rivet3 (authored by hej).
Merge remote-tracking branch 'origin/master' into rivet3
mention `BOOST_ROOT` option
Use "HepMC2_ROOT_DIR" as hint
Added CI for rivet3+HepMC & minor cmake fix
hej committed rHEJb07de21ffa39: Removed old hacky workaround of side package warnings (authored by hej).
Removed old hacky workaround of side package warnings
Added HDF5Writer to changelog
Mention rivet 3 support
Default build does not need dependencies
hej committed rHEJ7b39943d3b62: Testing Rivet 3 with HepMC 2 only on MR should be enough (authored by hej).
Testing Rivet 3 with HepMC 2 only on MR should be enough
hej committed rHEJ3051c525c31d: Comply with std requirement on `UniformRandomBitGenerator` (authored by hej).
Comply with std requirement on `UniformRandomBitGenerator`
hej committed rHEJ3b3c3f04cb41: Moved additional compiles into standard build/test stage (authored by hej).
Moved additional compiles into standard build/test stage
Removed redundant figure path
Merge branch 'peak_finder' into 'master'
Visual: keep bit mask bitwise
Show pedantic compiler warnings
hej committed rHEJef8ff873527f: Added information about Pure Central `$q\bar{q}$` to the developer manual (authored by black).
Added information about Pure Central `$q\bar{q}$` to the developer manual
Catch non-implemtented processes
hej committed rHEJ81c5277c29a0: Added Pure Jet Central qqbar resummation to user change log (authored by black).
Added Pure Jet Central qqbar resummation to user change log
hej committed rHEJa698c0b23dfa: Fix: Altered Factor based on Exploration of PhaseSpace in HEJ_explorer Fix… (authored by black).
Fix: Altered Factor based on Exploration of PhaseSpace in HEJ_explorer Fix…
Allow generation of qqx for non W processes
Updated & structur example configs
hej committed rHEJ316d576f9c2c: FOG: Added test for subleading contributions for pure jets (authored by hej).
FOG: Added test for subleading contributions for pure jets
hej committed rHEJb3500a261725: Better user documentation of the implemented processes (authored by hej).
Better user documentation of the implemented processes
Automatically find HepMC with rivet
FOG: Print number of generated events
hej committed rHEJ082cf05f15cc: Fix: Process information where missing for analyses in the FOG (authored by hej).
Fix: Process information where missing for analyses in the FOG
hej committed rHEJ1aab549bb334: Removed `initialise` function from `Analysis` and pass `heprup` in the… (authored by hej).
Removed `initialise` function from `Analysis` and pass `heprup` in the…
Moved examples to own directory
hej committed rHEJ8767b22545d7: Fixed simple analysis to include `LHEF::HEPRUP` & cleanup (authored by hej).
Fixed simple analysis to include `LHEF::HEPRUP` & cleanup
Moved example scale to own function
Test scale directly from examples
Test all example analyses
hej committed rHEJf10632ec97be: Create sphinx/user documentation directly from cmake with `make sphinx` (authored by hej).
Create sphinx/user documentation directly from cmake with `make sphinx`
document changes
hej committed rHEJ486e6d26a947: Create doxygen documentation directly from cmake with `make doxygen` (authored by hej).
Create doxygen documentation directly from cmake with `make doxygen`
Corrected doxygen documentation
`config.hh` -> `Config.hh` to match class name
hej committed rHEJcc7ccebdeda2: Removed implicitly deleted defaulted default constructor (authored by hej).
Removed implicitly deleted defaulted default constructor
hej committed rHEJ3fa1f939d94e: `JetParameters` of `EventReweighterConfig` are already in… (authored by hej).
`JetParameters` of `EventReweighterConfig` are already in…
Nicer error message
hej committed rHEJe77bea6c4824: Prefer `PROJECT_BINARY_DIR` over `CMAKE_BINARY_DIR` (authored by hej).
Prefer `PROJECT_BINARY_DIR` over `CMAKE_BINARY_DIR`
hej committed rHEJ568f42fbd1dd: added code to write out optimised expressions for currents (authored by amaier).
added code to write out optimised expressions for currents
Added FORM as git submodule
tell CI to fetch FORM submodule
use newly included FORM version for build
hej committed rHEJe6aad49b86a3: various fixes to make generated current files compile (authored by amaier).
various fixes to make generated current files compile
fixes in current header generation
hej committed rHEJd8374502f21f: generate current code as part of standard build (authored by amaier).
generate current code as part of standard build
fix to FORM output
avoid accidental cancellation