Git Product home page Git Product logo

sialg_decoder's Introduction

toolapplication logo

Please clone/fork this repository to build your own ToolApplication in either ToolFramework or ToolDAQ

ToolApplication is a template repository for building your own applications in either:

  • ToolFramework:- an open source general modular C++ Framework.
  • ToolDAQ:- DAQ focused frameowrk built on ToolFramework

Installation


There are a few choices for installation, as mentioned this is an application template repository so the idea would be to fork or clone this repo into your own repo first, or build with it as a base. Some containers are provided for installation or trying out the code as well.

  1. Using Docker / Singularity

    • For testing a complete install of Toolframework and ToolDAQ can be used by either:
      • docker run --name=ToolFramework -it toolframework/toolframeworkapp
      • docker run --name=ToolDAQ -it tooldaq/tooldaqapp
    • If you want a container to use as a base for your own application container you can use either:
      • toolframework/centos7 which is a lightweight centos build with the prerequisites to install any ToolApplication from source
      • toolframework/core which is the same as above but with ToolFrameworkCore already installed in /opt/. This is a useful base for building ToolFramework containers
      • tooldaq/core which is the same as above but with ToolFrameworkCore, and ToolDAQframework plus its dependencies of boost and zmq already installed in /opt/. This is a useful base for building ToolDAQ containers
  2. Install from source

    • Install Prerequisites:

      • RHEL/Centos... yum install git make gcc-c++ zlib-devel dialog
      • Debian/Ubuntu.. apt-get install git make g++ libz-dev dialog
    • Then clone the repo with git clone https://github.com/ToolFramework/ToolApplication.git or more likely your own fork

    • Once clonned please run either:

      • ./GetToolFramework.sh to install dependances and files for creating a ToolFramework app
      • ./GetToolDAQ.sh to install dependances and files for creating a ToolDAQ app

(Note: if your doing this from inside one of the pre prepared core containers the core components will already be in the containers. In which case you should instead do:

  • ln -s /opt ./Dependencies

followed by either:

  • ./GetToolFramework.sh --Final
  • ./GetToolDAQ.sh --Final

To set up your application )


Concept


The main executable creates a ToolChain which is an object that holds Tools. Tools are added to the ToolChain and then the ToolChain can be told to Initialise Execute and Finalise each Tool in the chain.

The ToolChain also holds a uesr defined DataModel which each Tool has access too and can read ,update and modify. This is the method by which data is passed between Tools.

User Tools can be generated for use in the ToolChain by included scripts.

For more information consult the ToolFramework manual:

https://docs.google.com/document/d/18rgYMOAGt3XiW9i0qN9kfUK1ssbQgLV1gQgG3hyVUoA

or the Doxygen docs

Copyright (c) 2016 Benjamin Richards ([email protected])

sialg_decoder's People

Contributors

mbreisch 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.