Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

ANNIEDAQ is a DAQ implimentation built using the modular ToolDAQ Framework core[1] to give separation between core and implementation code.

****************************
#Concept
****************************

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

Expand All @@ -14,25 +13,21 @@ User Tools can be generated for use in the tool chain by incuding a Tool header.

For more information consult the README files in the relavent directories

****************************
#Building
****************************

## Building

make clean
make


****************************
#Usage
****************************
## Usage

./main

note all configuration variables are passed through config files to the Tools

****************************
#Customising
****************************

## Customising

To adapt for your own uses you need to:

Expand Down