GithubHelp home page GithubHelp logo

lhcb_cellularautomata_trackreconstruction's Introduction

CellularAutomaton

This is a standalone track reconstruction algorithm for the LHCb experiment based on a Cellular Automaton approach. The master repo contains everything needed, including 20 input files in the correct data structure.

You can use cmake and make to compile the repo; you'll need GCC 5.4+.

  1. cmake CMakeLists.txt
  2. make
  3. run using: ./CellularAutomaton pathToFolderContaintingData #FilesToBeProcessed

The thesis to the repo can be found here.

PCM

We used Processor Counter Monitor (PCM) to read several of the hardware counters. Its possible to add hardware counters for performance indicators such as FLOPs, Cache hit ratio, bytes read and written. You'll need the PCM repo from here.

Additionally, you'll need to uncomment 4 lines in the CMakeLists.txt file.

Project structure

The src folder contains:

  1. main.cpp
  2. main_pcm.cpp (main file incase you want to use PCM)
  3. runCellularAutomaton.cpp (the actual CA algorithm)
  4. Tools.cpp (several functions for reading the input data by Daniel Campora.

The input folder contains 20 simulated event files.

The include folder contains:

  1. Common.h (defines things like the Event, doublet, track object)
  2. computation.h (header for runCellularAutomaton)
  3. Tools.h

The FLOPS folder contains a file detailing the umask of the used FLOP hardware counter.

lhcb_cellularautomata_trackreconstruction's People

Watchers

James Cloos 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.