Skip to content

curly-wei/HoughTrigMapping_dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hough Map generator

Generate Hough Map for 2D Trigger in Belle-II

1. How to build

This porject only support 64 bits OS now.

1.1 On the Windows

1.1.1 Requirement

  • git
  • cmake (version > 3.13)
  • Visual Studio 2019 build tool (or Visual Studio 2019), ensure following SDKs of VS2019 has been installed pic1-requirement pic2-requirement

1.1.2 Build this project

1.1.2.1 Debug Mode

Assume user now at directory of readme.md

mkdir build
cd build
cmake -G "Visual Studio 16 2019" -DCMAKE_CONFIGURATION_TYPES="Debug;Release" -A x64 ../src
cmake --build . --config Debug

1.1.2.2 Run after build

Assume user now at directory of build

./output/bin/Debug/<exec-file>

The files of result generated in:

Assume user now at directory of build

./result

1.2 On the Linux

1.2.1 Requirement

  • git
  • cmake (version > 3.13)
  • gcc (version > 8.1)

1.2.2 Build this project

1.2.2.1 Debug Mode

Assume user now at directory of readme.md

mkdir build
cd build
cmake -DCMAKE_CONFIGURATION_TYPES="Debug;Release" ../src
cmake --build . --config Debug

1.2.2.2 Run after build

Assume user now at directory of build

./output/bin/<exec-file>

The files of result generated in:

Assume user now at directory of build

./result

2. Technical report

refer to here

3. Papers

refer to here

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors