- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jul 6 2021
Jul 6 2021
hej committed rHEJd4eee1d33584: Deativate "native optimisation", causes problems with sl6 docker (authored by hej).
Deativate "native optimisation", causes problems with sl6 docker
hej committed rHEJ64e4f644420b: replaced hardcoded W uno current with calls to generated code (authored by amaier).
replaced hardcoded W uno current with calls to generated code
Fix: Corrected dependencies for manual stages
Run FORM more silently
Merge branch 'current_generator' into 'master'
Removed broken argument
Corrected reference
hej committed rHEJad4459c28eb0: Fix: Compiler for FORM should be the same as in cmake (authored by hej).
Fix: Compiler for FORM should be the same as in cmake
Removed dead code
Compile with clang
only compile with clang in long tests
hej committed rHEJ0c43b7532e88: Supress redundant clang warning about `unique_ptr` in `extern "C"` linking (authored by hej).
Supress redundant clang warning about `unique_ptr` in `extern "C"` linking
Fix: Install HEJ with Clang
Minor: Use HEJ LHE reader for test
Added Event Reader for Sherpa
hej committed rHEJe0b80b8bb0c9: Automatically use correct Reader for each ME generator (authored by hej).
Automatically use correct Reader for each ME generator
Host all dockers as hejdock
hej committed rHEJ3770fb5d76df: Save number of Sherpa events when reading LHE files (authored by hej).
Save number of Sherpa events when reading LHE files
Changed generator tag in "fixed Sherpa LHE" file
hej committed rHEJ573264f74f34: More explicit error message if HepMC is needed but not found for rivet (authored by hej).
More explicit error message if HepMC is needed but not found for rivet
Mention FORM for installation
hej committed rHEJ5da30bc8b559: Fix: Weighted events in Sherpa got divided by number of events (authored by hej).
Fix: Weighted events in Sherpa got divided by number of events
Added HEJFOG as known generator
hej committed rHEJ545768e587eb: Correct XSECUP (xs) & XWGTUP (weight) in Sherpa LHE reader (authored by hej).
Correct XSECUP (xs) & XWGTUP (weight) in Sherpa LHE reader
hej committed rHEJd3c187d1ac09: Use IDWTUP=-3 to allow negative weights from NLO PDFs (authored by hej).
Use IDWTUP=-3 to allow negative weights from NLO PDFs
Throw error when no calibration events generated
Prefer XWGTUP over weight() when reading HEPEUP
hej committed rHEJ6164db583de6: Calculate standard derivation in unweighter from pruned sample (authored by hej).
Calculate standard derivation in unweighter from pruned sample
hej committed rHEJ075566fa4e97: Find the bin width for the specific bin (to make variable bin (authored by Jeppe R. Andersen <jeppe.andersen@durham.ac.uk>).
Find the bin width for the specific bin (to make variable bin
Merge branch 'sanitise_unweighter' into 'master'
hej committed rHEJf3e3db927bc9: Merge branch 'Simple_standard_analysis' into 'master' (authored by hej).
Merge branch 'Simple_standard_analysis' into 'master'
Use `shared_ptr` for RNG instead of `unique_ptr`
Store RNG as `shared_prt` instead of reference
Added `assert`s to all RNG points
Use explicit references to RNG when possible
Use CTest for FOG tests
hej committed rHEJbe4ea3519605: Cleanup: Prefer `CMAKE_CURRENT_BINARY_DIR` (or implicit setting) over… (authored by hej).
Cleanup: Prefer `CMAKE_CURRENT_BINARY_DIR` (or implicit setting) over…
Correctly limit range of bin indices
Allow vector of analysis parameters
Only expose factory function in examples
Strict checks for rivet options
hej committed rHEJ69afd100e2de: Added new option 'analyses' to load multiple analysis at once (authored by hej).
Added new option 'analyses' to load multiple analysis at once
Document changes
Port changes to FOG
Added test for multiple analyses at once
Added version information to libHEJ
hej committed rHEJ918b7d6d960b: Added visibility flags to compile commands in sphinx (authored by hej).
Added visibility flags to compile commands in sphinx
hej committed rHEJc90c89ec3204: Fix: Central qqx with W at first leg had wrong t-momenta in Lipatov (authored by hej).
Fix: Central qqx with W at first leg had wrong t-momenta in Lipatov
Extended ME test for W+
Extended ME test for W-
Use ParticleID instead of int
General Code cleanup
Always throw on unreachable end of functions
Steamline `move`
hej committed rHEJf0771b829745: bug fix: include header for angle/square products (authored by amaier).
bug fix: include header for angle/square products
hej committed rHEJ63e224c794e3: added auxiliary function to split momentum into two lightlike momenta (authored by amaier).
added auxiliary function to split momentum into two lightlike momenta
code for W + central qqbar
added missing include guard and documentation
hej committed rHEJbc88f307c018: add optimisation statistics to current generation log (authored by amaier).
add optimisation statistics to current generation log
new code for W + central qqbar matrix element
hej committed rHEJ8c442b8f2429: removed old code for W + central qqbar matrix element (authored by amaier).
removed old code for W + central qqbar matrix element
add check against negative-energy spinors
hej committed rHEJ7f08f3b3ebdb: document split into lightlike vectors and adjust conventions in code (authored by amaier).
document split into lightlike vectors and adjust conventions in code
hej committed rHEJa6fd5841a668: use simpler formula in splitting a Lorentz vector (authored by amaier).
use simpler formula in splitting a Lorentz vector
added code documentation
Mention `FORM` & `git submodule` in changelog
Typo: same name as in previous equation
updated documentation
moved YAML Fraction code to YAMLreader header
Fix: don't divide by 0
hej committed rHEJ63fe8841f466: Merge branch '117-check-input-fractions' into 'master' (authored by hej).
Merge branch '117-check-input-fractions' into 'master'
hej committed rHEJ001ff85bbf86: Use scientific notation for numbers to keep relative precision (authored by hej).
Use scientific notation for numbers to keep relative precision
Fixed recursion in 1ddbdf9e
Avoid slow `[]` access for PseudoJets
Enclosed debugging code with NDEBUG
Use alias functions
Align #else to #if
Make `jWuno` look like `jWqqbar`
Merge branch 'gen_jW_contractions' into 'master'
hej committed rHEJ9e85c8cae1c3: Move `jW` contraction out of construction of `juno` (authored by hej).
Move `jW` contraction out of construction of `juno`
hej committed rHEJ31377a2a7a7a: Exclude automatic generated files from coverage analysis (authored by hej).
Exclude automatic generated files from coverage analysis
Merge branch 'remove_tensor_code' into 'master'
Removed documentation of Tensor class
More doxygen documentation
Steamlined formulations
hej committed rHEJdfa6f4ca015f: Fix: Event weight was tested in hdf5 writer due to type (authored by hej).
Fix: Event weight was tested in hdf5 writer due to type
Move dependencies flags to own header
hej committed rHEJ344130599675: Removed redundent `t_` and `test_` prefix from test names (authored by hej).
Removed redundent `t_` and `test_` prefix from test names
Use new `ASSERT_PROPERTY` macro also in LHE test
Added new test for classification of colour flow
Nicer pictures for colour connections
Added `npLO` and `npNLO`
Fix: Central qqx has to be central
Allow u-channel colours in subleading processes
Fix: Ignore AWZH bosons for colour
Increased number of events in broken FOG tests
Moved t-channel connection to own function
hej committed rHEJ369ece551639: Generate u-channel colour-connections for subleading processes (authored by hej).
Generate u-channel colour-connections for subleading processes