Skip to content

clementhelsens/FCCSW

 
 

Repository files navigation

FCCSW

Common software for all FCC experiments. This software is based on Gaudi.

Installation

Log in to lxplus (CentOS7). Please note that these instructions might not work on another CentOS7 machine.

Clone your fork of this repository:

git clone https://github.com/HEP-FCC/FCCSW.git
cd FCCSW

Set up your environment, as everytime you want to build or use this software:

source ./init.sh

Compile the FCC software:

make -j 12

Test

./run fccrun Examples/options/example_options.py

you can also specify some options like number of events and output file

./run fccrun.py Examples/options/example_options.py --outputfile=my_own_output.root --nevents=1000

You should see an HepMC printout. More tests can be executed with

make test

Documentation

Please consult FCCSW documentation

About

FCC software, common to FCC-hh, -ee, and -eh.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 67.3%
  • Python 19.2%
  • Tcl 9.2%
  • CMake 2.9%
  • Batchfile 0.7%
  • Makefile 0.3%
  • Other 0.4%