Skip to content
/ FCCSW Public
forked from HEP-FCC/FCCSW

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

Notifications You must be signed in to change notification settings

tonyPbA/FCCSW

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FCCSW

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

Installation

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

Clone your fork of this repository:

git clone [email protected]:[your-github-username]/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.py Examples/options/example_options.py

you can also sepcify 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++ 62.8%
  • Python 18.1%
  • Tcl 14.2%
  • CMake 3.7%
  • Batchfile 0.9%
  • Makefile 0.2%
  • Other 0.1%