No Description

Petr Parfenov 5c769ad61e Latest version of P. Batyuk's code 1 year ago
KFParticle 5c769ad61e Latest version of P. Batyuk's code 1 year ago
bbc 5c769ad61e Latest version of P. Batyuk's code 1 year ago
bmd 5c769ad61e Latest version of P. Batyuk's code 1 year ago
clustering 5c769ad61e Latest version of P. Batyuk's code 1 year ago
cmake 5c769ad61e Latest version of P. Batyuk's code 1 year ago
config 5c769ad61e Latest version of P. Batyuk's code 1 year ago
cpc 5c769ad61e Latest version of P. Batyuk's code 1 year ago
dch 5c769ad61e Latest version of P. Batyuk's code 1 year ago
emc 5c769ad61e Latest version of P. Batyuk's code 1 year ago
etof 5c769ad61e Latest version of P. Batyuk's code 1 year ago
eventdisplay 5c769ad61e Latest version of P. Batyuk's code 1 year ago
ffd 5c769ad61e Latest version of P. Batyuk's code 1 year ago
fsa 5c769ad61e Latest version of P. Batyuk's code 1 year ago
gconfig 5c769ad61e Latest version of P. Batyuk's code 1 year ago
generators 5c769ad61e Latest version of P. Batyuk's code 1 year ago
geometry 5c769ad61e Latest version of P. Batyuk's code 1 year ago
input 5c769ad61e Latest version of P. Batyuk's code 1 year ago
kalman 5c769ad61e Latest version of P. Batyuk's code 1 year ago
lhetrack 5c769ad61e Latest version of P. Batyuk's code 1 year ago
macro 5c769ad61e Latest version of P. Batyuk's code 1 year ago
mcord 5c769ad61e Latest version of P. Batyuk's code 1 year ago
mcstack 5c769ad61e Latest version of P. Batyuk's code 1 year ago
mpdbase 5c769ad61e Latest version of P. Batyuk's code 1 year ago
mpddst 5c769ad61e Latest version of P. Batyuk's code 1 year ago
mpdfield 5c769ad61e Latest version of P. Batyuk's code 1 year ago
mpdpid 5c769ad61e Latest version of P. Batyuk's code 1 year ago
ndet 5c769ad61e Latest version of P. Batyuk's code 1 year ago
passive 5c769ad61e Latest version of P. Batyuk's code 1 year ago
physics 5c769ad61e Latest version of P. Batyuk's code 1 year ago
scripts 5c769ad61e Latest version of P. Batyuk's code 1 year ago
sft 5c769ad61e Latest version of P. Batyuk's code 1 year ago
shield_pack 5c769ad61e Latest version of P. Batyuk's code 1 year ago
strawECT 5c769ad61e Latest version of P. Batyuk's code 1 year ago
strawendcap 5c769ad61e Latest version of P. Batyuk's code 1 year ago
sts 5c769ad61e Latest version of P. Batyuk's code 1 year ago
stt 5c769ad61e Latest version of P. Batyuk's code 1 year ago
tgem 5c769ad61e Latest version of P. Batyuk's code 1 year ago
tof 5c769ad61e Latest version of P. Batyuk's code 1 year ago
tpc 5c769ad61e Latest version of P. Batyuk's code 1 year ago
zdc 5c769ad61e Latest version of P. Batyuk's code 1 year ago
.gitignore 5c769ad61e Latest version of P. Batyuk's code 1 year ago
.gitlab-ci.yml 5c769ad61e Latest version of P. Batyuk's code 1 year ago
.gitmodules 5c769ad61e Latest version of P. Batyuk's code 1 year ago
CDash_Env_MpdRoot.sh 5c769ad61e Latest version of P. Batyuk's code 1 year ago
CDash_ShortHelp.txt 5c769ad61e Latest version of P. Batyuk's code 1 year ago
CDash_Test.sh 5c769ad61e Latest version of P. Batyuk's code 1 year ago
CMakeLists.txt 5c769ad61e Latest version of P. Batyuk's code 1 year ago
CMakeListst_new.txt 5c769ad61e Latest version of P. Batyuk's code 1 year ago
CTestConfig.cmake 5c769ad61e Latest version of P. Batyuk's code 1 year ago
CTestCustom.cmake 5c769ad61e Latest version of P. Batyuk's code 1 year ago
Dart.sh 5c769ad61e Latest version of P. Batyuk's code 1 year ago
INSTALL 5c769ad61e Latest version of P. Batyuk's code 1 year ago
INSTALL.JINR 5c769ad61e Latest version of P. Batyuk's code 1 year ago
MpdRoot_test.cmake 5c769ad61e Latest version of P. Batyuk's code 1 year ago
MpdRoot_test1.cmake 5c769ad61e Latest version of P. Batyuk's code 1 year ago
README.md 5c769ad61e Latest version of P. Batyuk's code 1 year ago
SetEnv.sh 5c769ad61e Latest version of P. Batyuk's code 1 year ago

README.md

The MpdRoot Framework

The main framework for the MPD experiment at NICA.
http://mpd.jinr.ru/

Based on:
FairSoft and FairRoot

Getting started

Install Prerequisites

for RedHat-based OS (eg, CentOS, Scientific Linux):

sudo su 
yum install subversion git make cmake gcc-gfortran gcc-c++ \
binutils file patch redhat-lsb-core libX11-devel libXmu-devel \
libXpm-devel libXft-devel libXext-devel mesa-libGLU-devel \
libxml2-devel expat-devel zlib-devel postgresql-devel \
mysql-devel openssl-devel curl-devel automake libtool fftw3-devel \

for Debian-based OS (eg, Ubuntu):

sudo su 
apt install subversion git make cmake g++ gcc gfortran binutils \
patch lsb-release libx11-dev libxmu-dev libxpm-dev libxft-dev \
libxext-dev dpkg-dev xlibmesa-glu-dev libglew-dev libxml2-dev \
libexpat1-dev zlib1g-dev libpqxx-dev libmysqlclient-dev libssl-dev \
libcurl4-openssl-dev automake libtool fftw3-dev 

Install FairSoft

After cloning FairSoft make sure to check fairsoft/DEPENDENCIES

export INSTALLATION_PATH=/opt  
cd $INSTALLATION_PATH  
git clone https://github.com/FairRootGroup/FairSoft.git fairsoft  
cd fairsoft  
git checkout jun19_patches
./configure.sh

 1) GCC (on Linux)  
 1) No Debug Info / or Optimize and Debug if you prefer  
 2) No (do not install FairMQ Only)  
 1) Yes (install Simulation engines and event generators)  
 2) Internet (install G4 files from internet)  
 2) No (do not compile Geant4 in multihreaded mode)  
 2) No (do not install the python bindings)   
 path: $INSTALLATION_PATH/fairsoft/install  

#### Install FairRoot

export INSTALLATION_PATH=/opt  
cd $INSTALLATION_PATH  
export SIMPATH=$INSTALLATION_PATH/fairsoft/install
export PATH=$SIMPATH/bin:$PATH
git clone https://github.com/FairRootGroup/FairRoot.git fairroot
cd fairroot 
git checkout v18.2_patches
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX="$INSTALLATION_PATH/fairroot/install" ..
make
make install

Install MpdRoot

dev - developer branch - contains latest changes
pro - master stable branch

HTTPS (read-only access, e.g. for regular users)

git clone -b dev --recursive https://git.jinr.ru/nica/mpdroot.git  

SSH (for developers)

git clone -b dev --recursive git@git.jinr.ru:nica/mpdroot.git 
cd mpdroot  
mkdir build  

By default, in the SetEnv.sh file SIMPATH points to /opt/fairsoft/mpd/new, and
FAIRROOTPATH – /opt/fairroot/mpd/new directories. If you installed FairSoft or FairRoot to another directory,
please, change SIMPATH and FAIRROOTPATH variables in the file to correct install paths.
e.g.

export SIMPATH=/opt/fairsoft/install  
export FAIRROOTPATH=/opt/fairroot/install  
    . SetEnv.sh  
    cd build  
    cmake ..  
    make  
    . config.sh  

Make sure you use the config file in each new terminal.