Coder Social home page Coder Social logo

giovannimarchiori / fccanalyses Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hep-fcc/fccanalyses

0.0 0.0 0.0 11.45 MB

Common analysis framework for the Future Circular Collider

Home Page: https://hep-fcc.github.io/FCCAnalyses/

Shell 0.57% C++ 76.58% Python 18.13% C 0.05% CMake 4.67%

fccanalyses's Introduction

FCCAnalyses

Common framework for FCC related analyses. This framework allows one to write full analysis, taking EDM4hep input ROOT files and producing the plots.

Quick start

Running analysis script can be done using fccanalysis command which is shipped in Key4hep stack:

source /cvmfs/sw.hsf.org/key4hep/setup.sh
fccanalysis run analysis_script.py

To have access to the FCC pre-generated samples, one needs to be subscribed to one of the following e-groups (with owner approval) fcc-eos-read-xx with xx = ee,hh,eh.

Detailed documentation can be found at the FCCAnalyses webpage.

Running over pre-generated samples

In order to run over pre-generated samples from winter2023 or spring2021 campaigns one needs to use release v0.9.0 of FCCAnalyses:

  • Nightlies:

    source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh -r 2024-02-21
    git clone --branch v0.9.0 [email protected]:HEP-FCC/FCCAnalyses.git
    cd FCCAnalyses
    source ./setup.sh
    fccanalysis build -j 8
    
  • Stable stack:

    git clone --branch v0.9.0 [email protected]:HEP-FCC/FCCAnalyses.git
    cd FCCAnalyses
    source ./setup.sh
    fccanalysis build -j 8
    

Pre-generated Samples

All sample information, including Key4hep stack used for the campaign, is collected at the FCC Physics Events website.

Contributing

As usual, if you aim at contributing to the repository, please fork it, develop your feature/analysis and submit a pull requests.

Code formating

The preferred style of the C++ code in the FCCAnalyses is LLVM which is checked by CI job.

To apply formatting to a given file:

clang-format -i -style=file /path/to/file.cpp

fccanalyses's People

Contributors

clementhelsens avatar kjvbrt avatar selvaggi avatar davidjamin avatar vvolkl avatar emanuelperez avatar forthommel avatar brieucf avatar jeyserma avatar creakyorange969 avatar zuoxunwu avatar amanmdesai avatar gganis avatar javiercvilla avatar gartrog avatar jalimena avatar gavinsalam avatar atishelmanch avatar kunal2796 avatar matthewkenzie avatar tmadlener avatar inemegamaxi avatar imelnyk1337 avatar jmcarcell avatar portaleshep avatar bistapf avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.