Skip to content

Collection of various utilities and Marlin(MT) processors for timing studies

License

Notifications You must be signed in to change notification settings

rete/TimingAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimingAnalysis

Collection of various utilities and Marlin(MT) processors for timing studies

Build Status

Installation

# 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

Usage

See doc/Readme.md for usage documentation

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.

Copyright and Licence

TimingAnalaysis is distributed under the BSD-3-Clause licence.

About

Collection of various utilities and Marlin(MT) processors for timing studies

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published