Skip to content
forked from HEP-FCC/FCCSW

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

Notifications You must be signed in to change notification settings

donalhill/FCCSW

This branch is 1 commit ahead of, 161 commits behind HEP-FCC/FCCSW:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ec2ad1a · Sep 11, 2020
Oct 17, 2018
Jul 13, 2020
Jun 9, 2020
Jun 9, 2020
Jun 29, 2020
Sep 11, 2020
Jun 9, 2020
Jun 9, 2020
Jun 9, 2020
Jun 9, 2020
Oct 30, 2017
Mar 8, 2017
Jun 9, 2020
Jun 9, 2020
Aug 6, 2020
Mar 8, 2016
Jun 9, 2020
Jun 9, 2017
Jun 9, 2020
Dec 8, 2016

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

Packages

No packages published

Languages

  • C++ 65.9%
  • Python 20.1%
  • Tcl 9.5%
  • CMake 3.0%
  • Batchfile 0.7%
  • Makefile 0.4%
  • Other 0.4%