Di Electron Analysis This site is dedicated to all informations related to CBM Di Electron analysis. Background rejection strategy Our background rejection st...
HowTo create a stable revision in SVN 1 On the repository server create the new relase branch as a copy the trunk branch. * svn copy https://subversion.g...
CBM Physics Report to the FAIR Scientific Council Main.VolkerFriese 25 Jul 2016 For its June 2016 meeting, the FAIR Scientific Council requested an update of ...
Installation of the Intel compiler suite * Get the installation packages from Intel (This is normally done by Helmut Kresier) * Get the license files and in...
Usefull Docker commands Create a new virtualbox container on Mac OSX when using boot2docker docker machine create driver virtualbox virtualbox cpu count 4 virt...
Publications J. Heuser and V. Friese (CBM Collaboration) Measurement of rare probes with the silicon tracking system of the CBM experiment at FAIR (Proceedings o...
Redmine Installation Instructions On the following page I will explain how to install Redmine together with the required packages on a virtual machine running on ...
How to catch the output which goes to stdout #define BOOST_TEST_DYN_LINK #define BOOST_TEST_MAIN #include #include #include BOOST_AUTO_TEST_SUITE( TestSuite1 )...
Customise this topic; samples and ideas available at TWiki:System.WebLeftBarExampleCookbook. * My links * My home page * edit * CV_PradeepGhosh.pdf: ...
Installation of CERN software Here I will explain in the following the installation of fortran based CERN software. The base of most of the software is n most cas...
ToDo Liste Open Topics which are late All Topics EOF Jahresbericht schreiben Erledigt 29.01.09 EOF EOF CbmRoot mit angestellten Warnungen bauen. Probl...
Download the iso image Get the ISO image of the 32bit Ubuntu desktop version from the official download location at Ubuntu.com. Create a new Virtual machine with...
Here you find information which packages are needed to be able to install FairRoot on a new system. The list for the different different Linux flavors must not be...
Prerequisites * A computer with Windows, Linux or Mac OSX and 20GB free disk space * VirtualBox * The archive containing the virtual machine * A Archive...
How to create a Debian backport The instructions can be found at http://wiki.debian.org/Backports and http://wiki.debian.org/SimpleBackportCreation . How to buil...
Customize this topic; samples and ideas available at TWiki:System.WebLeftBarExampleCookbook. //* Set ALLOWTOPICVIEW = Main.PeterZumbruch * My links ...
HowTo install AliEn from source Preconditions A working GNU tool chain (gcc, GNU make, flex, BSD yacc, gettext, autotools etc.) and additional GNU tools like tar...
HowTo install AliEn from source Manual HowTo upgrade to a new AliEn version Manual HowTo get debug output Add " debug 5" at the end of the alien call e.g. "ali...
git clone ssh://uhlig@lxetch32.gsi.de/misc/uhlig/GIT/cbmroot git pull to get changes git push to commit changes commits to svn should only be done from GSI mac...
* First of all compile the new version from the sources as described AlienInstallSourceFlorianUhlig (on all sites??). * Shutdown the central alien services as ...
Installation Follow the instruction on this webpage with some minor changes After downloading the project you should edit some additional files. If you want to ha...
Howto setup a trac instance at a differnt machine than the subversion repository. This is not directly foreseen (at least for trac 0.11.x), so we have to work aro...
Command to backup the database status in the old database mysqldump fairroot h lxsaliq.gsi.de P 3306 u fairroot password=strengGeheim mysql_backup_lxs...
This s the explanation how i installed Gentoo Linux on my Apple MacBook Pro (3rd generation). X This is the xorg.conf i use. I copied it from somewhere, don't kn...
Definition of the Floating Point Environment With the following function you get the actual environment settings Int_t result=gSystem GetFPEMask(); cout The...
HowTo use the CBM CVS A good Wikipage about CVS is http://ximbiot.com/cvs/wiki/index.php?title=Main_Page Use for all operations only mycvs which is defined in the...
HowTo start the Dashbord * Login as cbmsim on lxg1417 (This can be either with an ssh session, but better is to go to the computer center at ground floor in gs...
Runing cmake with differnt build target cmake ../cbmroot DCMAKE_BUILD_TYPE=debug where debug can be debug, debugfull etc. Documentation * CMake homepage *...