Legacy numass repository
Go to file
2016-08-14 16:24:12 +03:00
numass-control Fixed tests. Moved unsupported modules out of project 2016-05-29 19:44:02 +03:00
numass-main Grind dsl refinement + task & workspace fixes 2016-08-14 16:24:12 +03:00
numass-storage Trying to implement caching 2016-07-17 17:35:07 +03:00
numass-viewer working on grind multi threading and dsl 2016-08-12 18:04:42 +03:00
.hgignore Initial commit for new gradle model 2015-12-18 16:20:47 +03:00
build.gradle [no commit message] 2016-06-23 15:37:41 +03:00
gradle.properties Initial commit for new gradle model 2015-12-18 16:52:01 +03:00
numass.gradle [no commit message] 2016-04-24 22:17:52 +03:00
README.md README.md edited online with Bitbucket 2015-12-18 13:40:44 +00:00
settings.gradle Initial commit for new gradle model 2015-12-18 16:20:47 +03:00

Purpose

This repository contains tools and utilities for Trotsk nu-mass experiment.

Set-up

This project build using DataForge framework. Currently in order to compile numass tools, one need to download dataforge gradle project here. If both projects (numass and dataforge) are in the same directory, everything will work out of the box, otherwise, one needs to edit gradle.properties file in the root of numass project and set dataforgePath to the relative path of dataforge directory.

It is intended to fix this problem with public maven repository later.