FCCAnalyses icon indicating copy to clipboard operation
FCCAnalyses copied to clipboard

Common analysis framework for the Future Circular Collider

Results 46 FCCAnalyses issues
Sort by recently updated
recently updated
newest added

There have been a few changes it seems. This PR is a starting point to make it build (I'm going to pick up this PR for the nightlies) but I...

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...

On the CI (https://github.com/key4hep/EDM4hep/actions/runs/7993622216/job/21829835880?pr=272) of a PR (https://github.com/key4hep/EDM4hep/pull/272) that doesn't do or change anything related to FCCAnalyses there is a test that fails: ``` 2024-02-21T18:38:35.2775252Z Test project /Workarea/07_fccanalyses/build 2024-02-21T18:38:35.2931164Z Start...

Hello `FCCAnalyses` experts - I found that when submitting many jobs to HTCondor due to running over many processes and chunks, this would create a ton of directories, each used...

When running in Batch there is no check if the copy of the output files was successful, both `outputDir` and `outputDirEos`.