GithubHelp home page GithubHelp logo

arazquinliz / acts-comet-ii Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 109 KB

Implementation of the ACTS tracking software into the COMET Phase-II experiment

License: Apache License 2.0

C++ 93.64% C 6.36%
acts cpp fitting root-cern track-reconstruction tracking-algorithm comet-experiment

acts-comet-ii's Introduction

acts-comet-II

Implementation of the ACTS tracking software into the COMET Phase-II experiment.

This folder contains the required modules to perform track reconstruction using ACTS in the context of the COMET Phase-II experiment. The files starting with uppercase are essential for the reconstruction process, files starting with "track" are programs that contain the essential structure to perform the process in the name. How to run them is explained inside each file. Files starting with "final" are the completed programs to perform seeding, fitting, finding and reconstruction with realistic COMET data. The files containing the actual data are not given for privacy purposes. Finally, files ending in .c are analysis tools that can give comprehensive plots from the output data of the aforementioned programs.

A helloworld.cpp program is present to make sure that all the modules work fine.

Usage

Compile the code:

        Logger.cpp KalmanFitting.cpp Writer.cpp Estimator.cpp -o helloworld.x 
        -L/path/to/acts_install/lib -lActsPluginTGeo -lActsPluginJson -lActsCore 
        -I/path/to/acts_install/include/ -I$(root-config --incdir) 
        -I$(root-config --evelibs) $(root-config --libs) 
        -lGeom -I/usr/include/eigen3

And run the code: ./helloworld.x

Each program requires input files in the form of .root files. Please do look into the required files and create them as needed.

Requirements

ACTS 28.2.0 (and dependencies)

ROOT 6.28/04 or newer.

Note

ACTS is a fast-changing toolkit, the code here presented might have some syntax differences from the current version. Some little code updates might be required to execute the programs.

LICENSE

Apache License 2.0


Date: September 25 2023

acts-comet-ii's People

Contributors

arazquinliz avatar

Watchers

 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.