forked from JPETTomography/j-pet-framework-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
51 lines (30 loc) · 2.22 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
J-PET Analysis Framework
This README file describes the Repository of Usage Examples of the J-PET Analysis Framework.
For details of the Framework refer to the following file:
j-pet-framework/README
What is it ?
------------
J-PET Analysis Framework is a flexible analysis framework which serves as a backbone system for the reconstruction algorithms and calibration procedures used during the data processing and standardize the common operations, e.g: input/output process, access to the detector geometry parameters and more.
It is written in C++ using the object-oriented approach. It is based on the ROOT libraries combined with some BOOST packages. The quality of the code is assured by the automatized set of unit tests. The documentation of the code is generated by Doxygen.
The J-PET Framework Examples Repository is a set of programs built on top of the J-PET Analysis Framework C++ library. These programs are meant to demonstrate the usage of this library as well as to be starting point for new analysis programs created by users.
The J-PET Framework library is a separate git repository available at:
github.com/JPETTomography/j-pet-framework.git
It is a sumodule of this (examples) repository. If you follow the instruction below, the sources of the The J-PET Framework library will be automatically downloaded and placed in a firectory named 'j-pet-framework'.
The Latest Version
------------------
The latest stable version can be downloaded from the github repository. You must have git client istalled and do:
git clone --recursive https://github.com/JPETTomography/j-pet-framework-examples.git
If you have already a directory with the code and you want to update it, just write:
git pull && git submodule update
Installation
------------
Please see the file called INSTALL.
Authors
-------
J-PET Analysis Framework is being developed by Wojciech Krzemien, Aleksander Gajos, Szymon Niedźwiecki, Oleksandr Rundel, Tomasz Kisielewski, Nikodem Krawczyk and Klara Muzalewska.
The former developers are Karol Stola, Damian Trybek and Andrzej Gruntowski.
Bug Reporting & Contact
-----------------------
If you have any question or comment please write to:
or better post it to the Redmine list.