- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jul 6 2021
Jul 6 2021
Use parton iterator for classification
Use existing function to check colour
hej committed rHEJ37728522923c: Test that all allowed colour connections are generated (authored by hej).
Test that all allowed colour connections are generated
Updated date on all files modified 2020
Use "rules" instead of "only"
Ignore build folders
Use c++ instead of c headers
Cleanup includes
Use `std::make_unique` instead of `new`
Comment out unused variable
Corrected reference classifcation for W+4j
Prefer `needs` over `dependencies`
Removed redundant virtual
Various small cleanups
hej committed rHEJ84a7c3beb750: Refactor: Move classification to Event constructor (authored by hej).
Refactor: Move classification to Event constructor
Moved PDG name function to `pid` namespace
Moved currents to own namespace
hej committed rHEJ80feab3a48a3: Removed namespace specification for `name` functions (authored by hej).
Removed namespace specification for `name` functions
Removed dead variable
Consistent argument order to call Higgs ME
Minor: Comment on dead code
Breakup long lines
Reuse Z current function for W
Minor: make latex happy
Fix: PID 0 was counting as parton
Added minus operator to Parameters
make Zq a template function
hej committed rHEJ3ae561e55cf5: use return value instead of out parameter in Z_amp_pref (authored by amaier).
use return value instead of out parameter in Z_amp_pref
hej committed rHEJa8249f357659: reduce repetition in sum over helicities in Z + jets with unordered emission (authored by amaier).
reduce repetition in sum over helicities in Z + jets with unordered emission
clean up jZ_j contraction
updated doxygen documentation
loop over helicities instead of numbers
Moved Array helpers to anonymous namespace
hej committed rHEJ27ca72a64eab: Merge branch '128-nosafe-flag-in-calls-to-asymptote' into 'master' (authored by hej).
Merge branch '128-nosafe-flag-in-calls-to-asymptote' into 'master'
Dropped support for LHAPDF<6
hej committed rHEJ7fe4da964386: Merge branch 'doc_ME_vector_return' into 'master' (authored by hej).
Merge branch 'doc_ME_vector_return' into 'master'
Added Clang tidy
hej committed rHEJc8dc309e7a65: Merge branch '130-remove-support-for-lhapdf-5' into 'master' (authored by hej).
Merge branch '130-remove-support-for-lhapdf-5' into 'master'
Consistent forward declare of struct/class
hej committed rHEJ4dc2bd617b86: Added new `finish` function to `EventWriter` to avoid throwing in destructor (authored by hej).
Added new `finish` function to `EventWriter` to avoid throwing in destructor
Avoid type inconsistencies
Consistently use `auto const &`
Add comments to end of namespace & sort headers
Removed redundant assert
Initialise Particle with dummy type
Initialise all variables
Access member private variable over getter
Allow implicit conversions
Make HEPRUP & HEPEUP movable
hej committed rHEJbef87e6366d1: Removed const from headers and prefer `emptry` for vectors (authored by hej).
Removed const from headers and prefer `emptry` for vectors
hej committed rHEJf008c1f44f96: Performance: use `move` and reference when possible (authored by hej).
Performance: use `move` and reference when possible
Removed internal functions from public interface
Consistent systle for global & private variables
Streamline `if() return; else` pattern
Consistent names in headers & source
Space between namespace and {
Avoid magic numbers
Avoid implicit bool convertions
Activate remaining tests
One declaration per line
Simplify boolean expressions
Ignore unused parameters
fix indentation
Suppress (broken?) warning for `operator--`
Ensure EventWriter always call finish
Name temporary variable
Removed LHAPDF from public interface
Ensure FORM submodule is downloaded
hej committed rHEJd3383b1c2b0c: Added test to revert event (p -> -p and type -> -type) (authored by hej).
Added test to revert event (p -> -p and type -> -type)
Added jet cut test for pure jet processes
hej committed rHEJc729bf50b543: Swap qqx bool superfluous, calculation takes place in QMRK limit. Momenta needs… (authored by black).
Swap qqx bool superfluous, calculation takes place in QMRK limit. Momenta needs…
hej committed rHEJed60c9329b9e: Bug Fix: - Erroneous (C_A)^2/(N_C^2-1) factors removed from W in Extremal qqx… (authored by black).
Bug Fix: - Erroneous (C_A)^2/(N_C^2-1) factors removed from W in Extremal qqx…
hej committed rHEJc3d60c9a3eea: Update ordering of aptype and bptype in call to central qqx MEs in… (authored by black).
Update ordering of aptype and bptype in call to central qqx MEs in…
hej committed rHEJ5645e35bc929: Bug Fixes: - Colour factor in W+Jets Extremal QQx (opposite leg emission) - q… (authored by black).
Bug Fixes: - Colour factor in W+Jets Extremal QQx (opposite leg emission) - q…
hej committed rHEJ189f387b6f1c: Bug Fixes: t-channel mix up in central qqx fixed. Colour factor corrected from… (authored by black).
Bug Fixes: t-channel mix up in central qqx fixed. Colour factor corrected from…
hej committed rHEJe3be31801aa8: Dev manual update: - Uno currents more fully derived and shown in Currents… (authored by black).
Dev manual update: - Uno currents more fully derived and shown in Currents…
Run clang-tidy on tests
Smaller maximal error (accidentally changed)
hej committed rHEJcbb338f345fa: Don't remove leptons from event data if reconstruction is not possible (authored by hej).
Don't remove leptons from event data if reconstruction is not possible
Moved test configs to own files
One executable to test them all
Moved tests to own CMakeLists
hej committed rHEJ9f41748b3d09: Increased integration goal & check that integration performance is not changing (authored by hej).
Increased integration goal & check that integration performance is not changing
Added tests for W xs
Removed redundant old tests
Streamlined FKL+uno test
Added missing xs tests for pure jets
Consistent naming
Removed redundant, hacky check
Added new qqx tags to runcards
Use custom assert for tests
hej committed rHEJ23abfcb4edc8: Removed internal `filter_partons` function from private interface (authored by hej).
Removed internal `filter_partons` function from private interface
Refactor: Use bitset for subleading channels