Collection of various utilities and Marlin(MT) processors for timing studies
# Download it
git clone https://github.com/rete/TimingAnalysis.git
cd TimingAnalysis
# seclect a version (if any)
git tag
git checkout <version>
# source iLCSoft, e.g:
source /cvmfs/ilc.desy.de/sw/x86_64_gcc82_sl6/v02-02/init_ilcsoft.sh
# compile the software
mkdir build
cd build
cmake -C $ILCSOFT/ILCSoft.cmake [-DOPTION=ON/OFF] ..
make install
Options can be given to CMake:
- INSTALL_DOC (ON/OFF): to generate and install C++ API documentation using Doxygen
See doc/Readme.md for usage documentation
The examples provided in source/examples serve as documentation in addition to the C++ API documentation generated when configuring the software with -DINSTALL_DOC=ON
.
TimingAnalaysis is distributed under the BSD-3-Clause licence.