Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 509 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 509 Bytes

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