forked from eudaq/eudaq
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Andrey Pozdnyakov edited this page May 24, 2017
·
17 revisions
Welcome to the HGCAL DAQ wiki for 2017 Test Beams!
We base our DAQ on eudaq framework, forking it from the stable tag 1.6.0. To get started have a read at the main README.md file. Then:
- Read the manual and continue with ExampleProducer.
- After that, you can have a look either at RpiProducer code (which was used for data-taking during beam test on 8-15 May of 2017) or IPbus which is to be used for future beam tests in July of 2017.
- Checkout tb2017 branch
- Create your own branch from it (e.g.
git checkout -b dev-username
), develop in that branch - Commit/push all the changes into your branch
- Make pull request to HGCDAQ/tb2017 from your development branch
See Projects for the ongoing work needed to be done for beam tests in July.