Skip to content
nsoblath edited this page Apr 14, 2014 · 36 revisions

Katydid

Katydid logo v1.6.0

Katydid is a C++-based analysis toolkit for the Project 8 experiment.

Resources

  • Wiki -- this document
  • Reference Manual -- Doxygen class documentation included with the package

Contents

Getting Help

  • Send your question by email to Noah Oblath: nsoblath-at-mit.edu
  • For installation problems: Katydid Installation
  • Found a bug or have a suggestion: submit an issue
  • For ROOT problems: ROOT Website

Requirements

  • Tested on: Mac OS X and Linux
  • Compilers tested: gcc and LLVM
  • CMake 2.8 or higher
  • Monarch (included as a submodule of Katydid)
  • Protobuf
  • Boost -- headers, plus the following libraries: date_time, filesystem, program_options, system, thread
  • FFTW3 -- version 3.3 or newer
  • Eigen -- optional, though some functionality will not be available without it
  • ROOT -- optional, though some functionality will not be available without it
  • log4cxx -- optional

More detailed information can be found on the Library-Version-Information page.

Copyright and Licensing

  • The copyright for all original code in Katydid belongs to the the authors of Katydid and their institutions.
  • Katydid is an open-source distribution. See the LICENSE file in the distribution for the full license text.
Clone this wiki locally