Code Monkey home page Code Monkey logo

kaltest's Introduction

KalTest

Build Status Coverity Scan Build Status

KalTest is distributed under the GPLv3 License

License

Organization of the KalTest package

  • bin: contains shell scripts to configure your system
  • conf:contains an Imake template
  • doc:documments
  • examples/kaltest: sample programs to illustrate usage of the libraries
  • src/geomlib:geometry liabrary containing classes to describe track models and measurement layers
  • kallib: general purpose abstract base classes to implement Kalman filter algorithm (TVKalSystem, TVKalSite, TVKalState)
  • kaltracklib: derived classes that implement pure virtuals of kallib for track fitting purpose and abstract base classes to describe a. individual measurement layers (TVMeasLayer) b. detector system as a collection of measurement layers carrying information on the material budget (TVKalDetector) c. hit point on each measurement layer (TVTrackHit)
  • utils: a set of utility classes extracted from LEDA
  • Makefile: makefile to build the libraries
  • README: this file
  • setup: script to setup environmental variables to run the sample programs

How to Build the Kalman Filter Libraries

  • Install ROOT if you haven't.

How to Run Test Programs

  • cd to the examples/kaltest subdirectory.
  • Choose one of the subsubdirectories in it: cdc: track fitting example for a jet-chamber-like central tracker ct: track fitting example for a simple cylindrical tracker hybrid: hybrid track fitting example for VTX+IT(Barell/Fwd/Bwd)+TPC simple: a simple line fit example using the base kallib libraries only
  • cd into the subsubdirectory you chose, build the test program, and run as follows:

For hybrid:

make
cd main/prod
./EXKalTest [-b] [# events] [pt in GeV] [t0 in ns]
//Notice that without -b, you will get into event display mode.

For others:

xmkmf -a
make
cd prod
./EXKalTest [# events] [pt in GeV]

License and Copyright

Copyright (C), KalTest Authors

KalTest is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License long with this program. If not, see http://www.gnu.org/licenses/.

kaltest's People

Contributors

kefujii avatar jengels avatar gaede avatar voutsi avatar andresailer avatar

Stargazers

Pierfrancesco Butti avatar

Watchers

James Cloos avatar

Forkers

pbutti

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.