Code Monkey home page Code Monkey logo

a2goat's Introduction

a2GoAT {#mainpage}

GoAT == Generation of Analysis Trees

This code is designed to be an analysis package for a tree based analysis of a2 data. A correlated ("physics") class exists inside of the A2 AcquRoot code named TA2GoAT. This class is specifically designed for use with a2GoAT.

The idea: AcquRoot (when used with the TA2GoAT physics class) produces basic track information, but nothing more. Clustering and track reconstruction is completed but any further physics evaluation will be handled by a2GoAT. This includes particle reconstruction, missing masses/energies, etc.

Basic Code:

  • Tree Managers exist to handle the incoming and outgoing tree files.
  • Reconstruction classes will exist to do particle reconstruction, lin pol reconstruction, etc.
  • A sorting class will exist to provide reduced data sets for fast physics analysis

Installation

With CMake, it is required to build "outside" of the source directory (e.g. in an empty subfolder). Thus, we create an extra build sub-directory including all Makefiles (execute in "a2GoAT" basedir containing folders named cmake, inc, src, ...):

mkdir build && cd build && cmake ..

Note that the two dots in the end really mean the parent directory (where the central CMakeLists.txt is located). Furthermore, it defaults to Debug mode and tells you exactly where the to-be-built libraries and binaries are located. You might want to add the binary path to your PATH environment (but if you use QtCreator, not even that is required).

Then start the parallel compilation for example on a QuadCore machine as (from inside the build directory!)

make -j5

a2goat's People

Contributors

physott avatar collicott avatar ppmartel avatar osteffen avatar mferretti84 avatar linturi 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.