Skip to content

A SN@ilWare module for testing a "database" calorimeter calibration for SuperNEMO

Notifications You must be signed in to change notification settings

xgarrido/TestCalorimeterCalibration

Repository files navigation

TestCalorimeterCalibration module

This repository holds a SN@ilWare module to test a calorimeter calibration based upon a database file.

Installation

First, you need to clone the repository into a local directory by doing

git clone https://github.com/xgarrido/TestCalorimeterCalibration.git

This implies to have git binary installed on your computer[fn:9d942c13]

Then, cd into you TestCalorimeterCalibration directory and create a build directory

mkdir -p build; cd build

Then, configure your installation by using cmake command i.e.

cmake \
    -DCMAKE_PREFIX_PATH=<falaise installation dir.> \
    -DCMAKE_INSTALL_PREFIX=../install ..

This will check for Falaise installation directory and install TestCalorimeterCalibration library into a dedicated directory ../install.

Given the cmake configuration has worked without errors, you finally have to do

make install

Resources files

See. resources directory within this repository.

Footnotes

[fn:9d942c13] on debian flavour machine, you can install it through sudo apt-get install git

About

A SN@ilWare module for testing a "database" calorimeter calibration for SuperNEMO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published