Skip to content

GaelTouquet/fcc-edm

 
 

Repository files navigation

fcc-edm

FCC Event Data Model, version 1.

Prerequisite: before doing anything, compile albers-core and source its init script to set your environment for the use of this package.

Before compiling or using on lxplus:

source init.sh

Before compiling or using on mac os:

source init_macos.sh

Compilation:

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=../install ..
make -j 4 install
cd ..

Test:

./install/bin/fccedm-write
./install/bin/fccedm-read

About

FCC Event Data Model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.7%
  • CMake 4.1%
  • Shell 0.2%