{"id":38502173,"url":"https://github.com/hep-fcc/fccanalyses","last_synced_at":"2026-01-17T06:01:43.047Z","repository":{"id":37867153,"uuid":"177151745","full_name":"HEP-FCC/FCCAnalyses","owner":"HEP-FCC","description":"Common analysis framework for the Future Circular Collider","archived":false,"fork":false,"pushed_at":"2026-01-12T16:43:35.000Z","size":86850,"stargazers_count":32,"open_issues_count":44,"forks_count":164,"subscribers_count":10,"default_branch":"master","last_synced_at":"2026-01-12T21:36:19.315Z","etag":null,"topics":["cern","fcc","hep"],"latest_commit_sha":null,"homepage":"https://hep-fcc.github.io/FCCAnalyses/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HEP-FCC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":".zenodo.json","notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-03-22T14:09:45.000Z","updated_at":"2026-01-12T16:31:47.000Z","dependencies_parsed_at":"2023-02-14T17:46:05.094Z","dependency_job_id":"9d0f068f-fde4-40de-938b-d69700dd2f5b","html_url":"https://github.com/HEP-FCC/FCCAnalyses","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/HEP-FCC/FCCAnalyses","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HEP-FCC%2FFCCAnalyses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HEP-FCC%2FFCCAnalyses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HEP-FCC%2FFCCAnalyses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HEP-FCC%2FFCCAnalyses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HEP-FCC","download_url":"https://codeload.github.com/HEP-FCC/FCCAnalyses/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HEP-FCC%2FFCCAnalyses/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28501430,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cern","fcc","hep"],"created_at":"2026-01-17T06:01:42.476Z","updated_at":"2026-01-17T06:01:43.036Z","avatar_url":"https://github.com/HEP-FCC.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FCCAnalyses\n\n[![DOI](https://zenodo.org/badge/177151745.svg)](https://zenodo.org/doi/10.5281/zenodo.4767810)\n\n`master`: [![test](https://github.com/HEP-FCC/FCCAnalyses/actions/workflows/test.yml/badge.svg)](https://github.com/HEP-FCC/FCCAnalyses/actions/workflows/test.yml)\n[![docs](https://github.com/HEP-FCC/FCCAnalyses/actions/workflows/docs.yml/badge.svg)](https://github.com/HEP-FCC/FCCAnalyses/actions/workflows/docs.yml)\n[![bench](https://github.com/HEP-FCC/FCCAnalyses/actions/workflows/bench.yml/badge.svg)](https://github.com/HEP-FCC/FCCAnalyses/actions/workflows/bench.yml)\n\n`pre-edm4hep1`: [![test-pre-edm4hep1](https://github.com/HEP-FCC/FCCAnalyses/actions/workflows/test.yml/badge.svg?branch=pre-edm4hep1)](https://github.com/HEP-FCC/FCCAnalyses/actions/workflows/test.yml)\n\nCommon framework for FCC related analyses. This framework allows one to write\nfull analysis, taking [EDM4hep](https://github.com/key4hep/EDM4hep) input ROOT\nfiles and producing the plots.\n\n\n## Quick Start\n\nRunning analysis script can be done using `fccanalysis` command which is\nshipped in Key4hep stack:\n\n```sh\nsource /cvmfs/sw.hsf.org/key4hep/setup.sh\nfccanalysis run analysis_script.py\n```\n\n\n## Pre-generated Samples\n\n### Access\n\nTo have read access to the FCC pre-generated samples, one needs to be subscribed to\nthe following e-group (with owner approval): `fcc-eos-access`.\n\n\n### Winter 2023 and Spring 2021 Pre-generated Samples\n\nIn order to run over pre-generated samples from `winter2023` or `spring2021`\ncampaigns one needs to compile `pre-edm4hep1` branch of the FCCAnalyses in the\n`2024-03-10` release:\n\n   ```sh\n   source /cvmfs/sw.hsf.org/key4hep/setup.sh -r 2024-03-10\n   git clone --branch pre-edm4hep1 git@github.com:HEP-FCC/FCCAnalyses.git\n   cd FCCAnalyses\n   source ./setup.sh\n   fccanalysis build -j 8\n   ```\n\n\n### Sample Metadata\n\nAll sample information, including Key4hep stack used for the campaign, is\ncollected at the\n[FCC Physics Events](https://fcc-physics-events.web.cern.ch/)\nwebsite.\n\n\n## Documentation\n\nDetailed documentation can be found at the\n[FCCAnalyses](https://hep-fcc.github.io/FCCAnalyses/) webpage.\n\n\n## Contributing\n\nAs usual, if you aim at contributing to the repository, please fork it, develop\nyour feature/analysis and submit a pull requests.\n\n\n### Code Formating\n\nThe preferred style of the C++ code in the\n[FCCAnalyses](https://hep-fcc.github.io/FCCAnalyses/) is LLVM, which is checked\nby a CI job.\n\nTo apply formatting to a file:\n```\nclang-format -i -style=file /path/to/file.cpp\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhep-fcc%2Ffccanalyses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhep-fcc%2Ffccanalyses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhep-fcc%2Ffccanalyses/lists"}