BM1D
Go to file
Gyongyosi Balazs b2332bbea0 minor fixes and optimsiation 2018-01-24 10:40:46 +01:00
.idea Version 1.5 - Added cleaner script, modified setup script and added command line inputs 2017-10-31 10:39:23 +01:00
include minor fixes and optimsiation 2018-01-24 10:40:46 +01:00
src minor fixes and optimsiation 2018-01-24 10:40:46 +01:00
BM1D.cc minor fixes and optimsiation 2018-01-24 10:40:46 +01:00
BM1D.cc_ early release of the multi threaded Crusher and minor fixes 2018-01-23 20:10:54 +01:00
CMakeLists.txt Version 1.2 - Upload to repo 2017-10-29 12:17:15 +01:00
README.md Version 1.5.1 - Added cleaner script, modified setup script and added command line inputs (modified readme) 2017-10-31 10:40:21 +01:00
clean.sh Version 1.5 - Added cleaner script, modified setup script and added command line inputs 2017-10-31 10:39:23 +01:00
createruns.sh Ready for typeofrun 2017-11-02 20:11:28 +01:00
result.root add instances to Plotter constructor 2017-10-30 12:48:49 +01:00
setup.sh minor fixes and optimsiation 2018-01-24 10:40:46 +01:00

README.md

BM1D

Brownian movement in one dimension. Starter pack for data processing course from 2017/10/30 to 2017/11/03.

Authors

  • Balázs Demeter - University of Debrecen - E-mail
  • Balázs Ujvári - University of Debrecen - E-mail
  • Dávid Baranyai - University of Debrecen - E-mail

Requirements

  • Linux (Tested on Ubuntu 16.04 LTS)
  • CERN ROOT (Tested on v6.10/08)

Via Git:

git clone https://github.com/dbalazs92/BM1D.git

Direct link:

https://github.com/dbalazs92/BM1D/archive/master.zip

Build

In the directory of program (BM1D), open a terminal window and enter:

chmod 744 setup.sh

After giving the necessary permissions for setup script, run:

./setup.sh

Running the simulation

After build, in the directory of build (bm1d_build), open a terminal window and enter:

./BM1D <openrootfile_or_simulation> 

If there's command line argument, then program opens the created root file. Name of file can be found in main file (BM1D.cc) .

Updates

  • 2017/10/31 - 'v1.5' - Added cleaner script, modified setup script and added command line inputs

  • 2017/10/30 - 'v1.4' - New Structure

  • 2017/10/29 - 'v1.3.1' - Release Candidate

  • 2017/10/29 - 'v1.3' - Minor fixes in Progress

  • 2017/10/29 - 'v1.2' - Creation of reloaded version and it's repository

  • 2015/10/27 - 'v1.0' - Creation of program