Juraj Smiesko
Juraj Smiesko
Updating pandoc flags to use `--markdown-headings=atx` instead of deprecated `--atx-headers`.
# This Pull request: Removes skipping of 0 (zero) in TRandom3.Rndm() ## Changes or fixes: * Removes skipping of 0 (zero) in TRandom3.Rndm() * Updates documentation, adds warnings ## Checklist:...
This PR adjusts tests which are affected by the change in TRandom3 introduced by https://github.com/root-project/root/pull/14702.
Show MC particles as arrows from their origin with size and direction proportional to their momentum. Primarily hard scatter particles are shown, but the cut could be adjusted, which is...
DataSource providing EDM4hep collections. This allows writing analyzers using EDM4hep collections directly. Example: ``` struct selPDG { selPDG(const int pdgID, const bool chargeConjugateAllowed = false); const int m_pdg; const bool...
Prototype of running the analysis from python script with ``` import FCCAnalyses ```
Hello, this PR adds `LICENSE` file to make it clear that the license for the FCCAnalyses is Apache 2.0 as stated in the `.zenodo.json`. I'm requesting approval from all contributors...