- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jul 6 2021
Jul 6 2021
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
cosmetic changes in turn_to_uno
amaier committed rHEJcc305c3b748d: simplified code for changing scale of non-HEJ events (authored by amaier).
simplified code for changing scale of non-HEJ events
removed superfluous function
amaier committed rHEJaf258f1ed1f4: auxiliary function for parametric factors in matrix elements (authored by amaier).
auxiliary function for parametric factors in matrix elements
removed redundant check
more documentation on subleading channels
Merge branch 'WJets' into 'master'
amaier committed rHEJ4671457beffd: fixed assertion when no events were written (authored by amaier).
fixed assertion when no events were written
use abstract base class for event readers
Read all hdf5 event data on reader init.
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
only fall back to HDF5 if it's compiled in
working event reader for HDF5 format
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
amaier committed rHEJbca6b3d9dbbb: reworded documentation of optional dependencies (authored by amaier).
reworded documentation of optional dependencies
added test for hdf5 reader
support EXCLUDE_HighFive flag
Merge branch 'master' into WJets_enu
fixed obsolete class name in flow chart
amaier committed rHEJc1939ee1f614: bug fix: fixed wrong assignment in HDF5 reader (authored by amaier).
bug fix: fixed wrong assignment in HDF5 reader
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
added test for single W reconstruction
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
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 rHEJc1baa4118ce5: changed test to compare reconstructed to original bosons (authored by amaier).
changed test to compare reconstructed to original bosons
drop input events with zero weight
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 rHEJe4f8543d371a: added Event member function to iterate over partons (authored by amaier).
added Event member function to iterate over partons
replaced next call to filter_partons
replaced next occurence of filter_partons
amaier committed rHEJ7c5ac98f275f: refactoring: split helper function for finding quark jet (authored by amaier).
refactoring: split helper function for finding quark jet
amaier committed rHEJ8c8d808bf8ea: eliminated duplicated code, replacing another call to filter_partons (authored by amaier).
eliminated duplicated code, replacing another call to filter_partons
updated changelog
replaced two more calls to filter_partons
removed empty line
replaced at() member function in Tensor
amaier committed rHEJ373f8e60375b: added conversion of rank 0 tensors to scalars (authored by amaier).
added conversion of rank 0 tensors to scalars
added more idiomatic accessor
amaier committed rHEJf4cb0b76600b: made single-argument tensor constructor explicit (authored by amaier).
made single-argument tensor constructor explicit
removed unused Tensor member function
amaier committed rHEJ266f87a1dac4: sanitised basic tensor arithmetic operators (authored by amaier).
sanitised basic tensor arithmetic operators
removed Set member function in tensor
amaier committed rHEJ47199cf77e57: removed obsolete at() member function in Tensor (authored by amaier).
removed obsolete at() member function in Tensor
amaier committed rHEJc8d804e98695: replaced leftprod and rightprod by generic outer (tensor) product (authored by amaier).
replaced leftprod and rightprod by generic outer (tensor) product
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
removed useless Tensor data member
fixed return type
eliminated compiler warnings
clean up Tensor contract member function
bug fix: missing inline specifier
Merge branch 'read_idwtup' into 'master'
only compute metric once
put tensor code into HEJ namespace
bug fix: missing inline specifier
added comparison operators for Tensors
amaier committed rHEJ06620dc7847b: changed arguments for higher-rank tensor current functions (authored by amaier).
changed arguments for higher-rank tensor current functions
renamed functions for tensor currents
amaier committed rHEJe67c4176ab77: member function to complex conjugate tensor (authored by amaier).
member function to complex conjugate tensor
use proper enum for helicities
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
auxiliary function for normalised p_perp
removed unused constants
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 rHEJ129528d8af83: simplified implementations of higher-rank currents (authored by amaier).
simplified implementations of higher-rank currents
removed unused function
fixed signature of auxiliary functions
amaier committed rHEJbedf30084b3e: document expression for polarisation vector (authored by amaier).
document expression for polarisation vector
amaier committed rHEJbda4d5f38317: bug fix: use complex square root in current (authored by amaier).
bug fix: use complex square root in current
New implementation for polarisation vector
removed obsolete code
amaier committed rHEJcbac727b87e1: call expensive init function only once (instead of once for each call site) (authored by amaier).
call expensive init function only once (instead of once for each call site)
comment on angle/square spinor products
amaier committed rHEJ19795ec7d859: show labels in developer manual so that they can be found more easily from… (authored by amaier).
show labels in developer manual so that they can be found more easily from…
rewrote assert
amaier committed rHEJc6066627f887: Merge branch 'contractAndOuter' into 'master' (authored by amaier).
Merge branch 'contractAndOuter' into 'master'
amaier committed rHEJ34eb1289652d: changed interface of common HepMC_init_kinematics (authored by amaier).
changed interface of common HepMC_init_kinematics
updated user documentation
Merge branch 'HepMC3' into 'master'
amaier committed rHEJce611c76be1b: Merge branch 'multicore_ctest' into 'master' (authored by amaier).
Merge branch 'multicore_ctest' into 'master'
removed obsolete forward declaration
removed obsolete include
removed unused function
renamed function
express new W current in terms of helicity
amaier committed rHEJ05a4c2c4dce0: allow tensor multiplication with scalar on either side (authored by amaier).
allow tensor multiplication with scalar on either side
amaier committed rHEJ8bc58887315a: replaced use of higher-rank current in jW function (authored by amaier).
replaced use of higher-rank current in jW function
amaier committed rHEJf46d88b7a3ee: make angle and square products part of public interface (authored by amaier).
make angle and square products part of public interface
document new formular for W current
amaier committed rHEJ25b4c78eb63e: fixed constness of Tensor contract member function (authored by amaier).
fixed constness of Tensor contract member function
Replaced call to "old" jW
define dot product for Tensor class
function to get norm^2 of rank-1 tensor
added documentation
added tensor auxiliary function
replaced calls to "old" jW functions
removed "old" jW and jWbar functions
removed irrelevant phase