- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jan 14 2021
Jan 14 2021
amaier committed rHEJ129528d8af83: simplified implementations of higher-rank currents (authored by amaier).
simplified implementations of higher-rank currents
amaier committed rHEJ7d49700e08e8: slightly simplified function for converting tensor indices to single index (authored by amaier).
slightly simplified function for converting tensor indices to single index
amaier committed rHEJ464a29604809: new implementation of vector current according to developer manual (authored by amaier).
new implementation of vector current according to developer manual
amaier committed rHEJe67c4176ab77: member function to complex conjugate tensor (authored by amaier).
member function to complex conjugate tensor
renamed functions for tensor currents
amaier committed rHEJ06620dc7847b: changed arguments for higher-rank tensor current functions (authored by amaier).
changed arguments for higher-rank tensor current functions
removed unused function
added comparison operators for Tensors
bug fix: missing inline specifier
put tensor code into HEJ namespace
only compute metric once
use proper enum for helicities
Merge branch 'read_idwtup' into 'master'
clean up Tensor contract member function
amaier committed rHEJ7af16011c7e7: use array instead of valarray as underlying container for Tensor (authored by amaier).
use array instead of valarray as underlying container for Tensor
eliminated compiler warnings
bug fix: missing inline specifier
fixed return type
removed Set member function in tensor
removed useless Tensor data member
amaier committed rHEJc8d804e98695: replaced leftprod and rightprod by generic outer (tensor) product (authored by amaier).
replaced leftprod and rightprod by generic outer (tensor) product
replaced at() member function in Tensor
amaier committed rHEJ266f87a1dac4: sanitised basic tensor arithmetic operators (authored by amaier).
sanitised basic tensor arithmetic operators
removed unused Tensor member function
amaier committed rHEJ47199cf77e57: removed obsolete at() member function in Tensor (authored by amaier).
removed obsolete at() member function in Tensor
added more idiomatic accessor
amaier committed rHEJ373f8e60375b: added conversion of rank 0 tensors to scalars (authored by amaier).
added conversion of rank 0 tensors to scalars
amaier committed rHEJf4cb0b76600b: made single-argument tensor constructor explicit (authored by amaier).
made single-argument tensor constructor explicit
removed empty line
updated changelog
replaced next occurence of filter_partons
amaier committed rHEJ8c8d808bf8ea: eliminated duplicated code, replacing another call to filter_partons (authored by amaier).
eliminated duplicated code, replacing another call to filter_partons
replaced next call to filter_partons
amaier committed rHEJ7c5ac98f275f: refactoring: split helper function for finding quark jet (authored by amaier).
refactoring: split helper function for finding quark jet
replaced two more calls to filter_partons
amaier committed rHEJe4f8543d371a: added Event member function to iterate over partons (authored by amaier).
added Event member function to iterate over partons
amaier committed rHEJ3d593122c539: use user parameter to require hard partons inside jets (authored by amaier).
use user parameter to require hard partons inside jets
amaier committed rHEJe982a5ebce4c: Simplified code for tree_param. This also changes the behaviour of… (authored by amaier).
Simplified code for tree_param. This also changes the behaviour of…
amaier committed rHEJc1baa4118ce5: changed test to compare reconstructed to original bosons (authored by amaier).
changed test to compare reconstructed to original bosons
added test for single W reconstruction
amaier committed rHEJ23eb56594a98: added new aliases for particle types and function to return particle name (authored by amaier).
added new aliases for particle types and function to return particle name
amaier committed rHEJ3adb3790774f: reconstruct intermediate bosons if they are not part of the event record (authored by amaier).
reconstruct intermediate bosons if they are not part of the event record
amaier committed rHEJ1cd5fd22386a: allow calling is_lepton and similar functions on Particles, not just ParticleIDs (authored by amaier).
allow calling is_lepton and similar functions on Particles, not just ParticleIDs
Merge branch 'master' into WJets_enu
drop input events with zero weight
amaier committed rHEJc1939ee1f614: bug fix: fixed wrong assignment in HDF5 reader (authored by amaier).
bug fix: fixed wrong assignment in HDF5 reader
fixed obsolete class name in flow chart
added test for hdf5 reader
support EXCLUDE_HighFive flag
amaier committed rHEJbca6b3d9dbbb: reworded documentation of optional dependencies (authored by amaier).
reworded documentation of optional dependencies
only fall back to HDF5 if it's compiled in
documentation for HDF5 reader
amaier committed rHEJ5dd808463291: fixed errors in documentation and explained HighFive dependency (authored by amaier).
fixed errors in documentation and explained HighFive dependency
Read all hdf5 event data on reader init.
use abstract base class for event readers
working event reader for HDF5 format
amaier committed rHEJ52cfbb4d63c3: read events in fixed-size chunks and fixed bug skipping the very first event (authored by amaier).
read events in fixed-size chunks and fixed bug skipping the very first event
amaier committed rHEJ4671457beffd: fixed assertion when no events were written (authored by amaier).
fixed assertion when no events were written
more documentation on subleading channels
Merge branch 'WJets' into 'master'
removed redundant check
amaier committed rHEJcc305c3b748d: simplified code for changing scale of non-HEJ events (authored by amaier).
simplified code for changing scale of non-HEJ events
cosmetic changes in turn_to_uno
amaier committed rHEJaf258f1ed1f4: auxiliary function for parametric factors in matrix elements (authored by amaier).
auxiliary function for parametric factors in matrix elements
removed superfluous function
amaier committed rHEJf466f1d10873: small clarification in check if particles can couple to W (authored by amaier).
small clarification in check if particles can couple to W
Merge branch 'master' into WJets
Merge branch 'changes_api' into 'master'
randomise particle order in tests
incremented version number
amaier committed rHEJ298e3742bdf7: Merge branch 'restructure_event_parameters' into 'master' (authored by amaier).
Merge branch 'restructure_event_parameters' into 'master'
fixed use of rvalue references/std::move
fixed dangling reference problems
amaier committed rHEJbf280ba6e1b9: Merge branch 'no_empty_Events' into 'master' (authored by amaier).
Merge branch 'no_empty_Events' into 'master'
Removed default constructor for Event
fixed trailing whitespace
amaier committed rHEJa53a75e5cefb: Don't use identifiers with leading underscore (authored by amaier).
Don't use identifiers with leading underscore
amaier committed rHEJ221798641b1d: Reads optional value for regulator lambda (authored by Jeppe R. Andersen <jeppe.andersen@durham.ac.uk>).
Reads optional value for regulator lambda
amaier committed rHEJba2227376281: don't use const data members, it makes the class unassignable (authored by amaier).
don't use const data members, it makes the class unassignable
amaier committed rHEJbf691b62ccef: use user-defined value of regulator in matrix element calculation (authored by Jeppe R. Andersen <jeppe.andersen@durham.ac.uk>).
use user-defined value of regulator in matrix element calculation
Merge branch 'fix_peak_pt' into 'master'
small fixes to cross section output
Merge branch 'clean_cmake' into 'master'
amaier committed rHEJ97da29a9003f: fixed outedated code reference in documentation (authored by amaier).
fixed outedated code reference in documentation
amaier committed rHEJaaa631e85e94: test virtual contribution to W+jets matrix elements (authored by amaier).
test virtual contribution to W+jets matrix elements
added missing data file for aaa631e85e94
renamed matrix element test data
amaier committed rHEJcd8a351a4654: relaxed precision requirement in matrix element test (authored by amaier).
relaxed precision requirement in matrix element test
amaier committed rHEJf312cbbc3789: new test for W matrix elements - comparison to HEJ 1 (authored by amaier).
new test for W matrix elements - comparison to HEJ 1
amaier committed rHEJ0760a20e29f2: fixed double swap of lepton <-> antilepton momenta (authored by amaier).
fixed double swap of lepton <-> antilepton momenta
amaier committed rHEJd7ab89ac3815: account for partons inside extremal jets in W+jets matrix element (authored by amaier).
account for partons inside extremal jets in W+jets matrix element
amaier committed rHEJ272ec0887c88: added documentation for Higgs matrix elements (authored by amaier).
added documentation for Higgs matrix elements
fixed momentum index
changes to section on currents
added test for new scale arithmetics
Merge branch 'scale_factors' into 'master'
documented basic currents
added picture of matrix element
incremented version number