Code Monkey home page Code Monkey logo

r3bparams_workshop's Introduction

Purpose

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).

This repository contains all the parameters, root geometries and input files needed by R3BRoot for the simulation and data analysis of the different experiments.

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

Download

git clone https://github.com/R3BRootGroup/R3BParams.git
cd R3BParams
git checkout dev

Developers

First, fork the main repository of parameters from the GitHub account and then download it as follows

git clone https://github.com/user_name/R3BParams.git
cd R3BParams
git checkout dev

Now when your origin points to your fork. You need to add the main repo to your remotes as well. You should have "origin --> you fork" and "mainrepo --> the main repo".

git remote add mainrepo [email protected]:R3BRootGroup/R3BParams_template.git
git fetch mainrepo

Sync your feature branch

As often as possible sync your feature branch with the central dev.

Sync:

    git fetch mainrepo
    git checkout feature_branch
    git rebase mainrepo/dev
  • Resolve conflicts if any.

  • Stage each modified file "git add <file_name>" after conflicts are resolved.

  • You can also use "git checkout --theirs/--ours " to help to resolve conflicts.

  • Use "git rebase --continue" to continue rebasing.

    Push to your remote clone:

    git push origin

Naming Convention for Parameter Files and Folders

- detectorCalibParams_v$.par ($=version number)
- detectorMappingParams_v$.par
- detectorGeoParams_v$.par
- detectorHitParams_v$.par

Metafile

#RunID #ExpRun #TimeStamp #califaMapVersion #califaCalVersion #califaGeoVersion #gladFieldVersion #mwpc0CalVersion #fMwpc1CalVersion #mwpc2CalVersion #mwpc3CalVersion
(on the same line )  #mwpc0GeoVersion #fMwpc1GeoVersion #mwpc2GeoVersion #mwpc3GeoVersion #trimCalVersion #trimHitVersion #trimGeoVersion #twimCalVersion #twimHitVersion
(on the same line )  #twimGeoVersion #targetGeoVersion #sciCalVersion #tofCalVersion #tofHitVersion #tofGeoVersion #amsMapVersion #amsCalVersion

r3bparams_workshop's People

Contributors

gabrigarjim avatar jose-luis-rs avatar hapol avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.