Skip to content

jose-luis-rs/frs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

FRS folder inside R3BRoot describes the FRS detectors which are going to be employed for the FRS and R3B experiments. The R3BRoot software is based on the FairRoot framework and can be used to perform Monte Carlo simulations and experimental data analysis of the R3B (Reactions with Relativistic Radioactive Beams) nuclear physics experiments at the FAIR research center (Facility for Antiproton and Ion Research).

For the software-related user support you can post a new topic on our forum.

Download

git clone https://github.com/R3BRootGroup/frs.git

Install

Required software

First, you will need to install FairSoft and FairRoot. For more details: instructions.

Installation of R3BRoot and FRS (as part of R3BRoot)

export SIMPATH=%PATH_TO_FAIRSOFT%
export FAIRROOTPATH=%PATH_TO_FAIRROOT%
git clone https://github.com/R3BRootGroup/R3BRoot.git
cd R3BRoot
git checkout dev
git clone https://github.com/R3BRootGroup/frs.git
cd frs
git checkout dev
cd ..
cd ..
mkdir build
cd build
cmake ../R3BRoot/
. config.sh
make -j4

Data Analysis

Data analysis is included inside the frs directory, where you can find the next subdirectories:

frsdata

This directory contains all the classes for the different data levels of the detectors: mapped, cal, hit and analysis.

frssource

This directory contains all the readers needed to analize the data obained from the FRS detectors.

frsdetectors

This directory contains all the classes for the mapping, calibration, and hit reconstructions of physical events as well as some classes for the analysis of the FRS experiments (S0 to S4). The identification from S0 to S8 is ongoing!

About

Software for the FRS experiments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.9%
  • C 16.3%
  • CMake 2.2%
  • Objective-C 0.6%