- 20 Dec, 2016 5 commits
-
-
Georg Auzinger authored
all working and sort of understood - I can read stubs but I still need to understand the stub position codes better - get feedback from Mark - I also prepared the updated config file so all CBC3 settings can be accessed in human readable format - this needs an implementation in ConfipParser class though - to do in the new year
-
Georg Auzinger authored
-
Georg Auzinger authored
fixed data format with stub addresses, fixed Threshold visitor and found settings that allow to view the test pulse in the data
-
Georg Auzinger authored
-
Georg Auzinger authored
-
- 19 Dec, 2016 2 commits
-
-
Georg Auzinger authored
-
Georg Auzinger authored
-
- 15 Dec, 2016 5 commits
-
-
Georg Auzinger authored
-
Georg Auzinger authored
-
Georg Auzinger authored
-
Georg Auzinger authored
-
Georg Auzinger authored
-
- 13 Dec, 2016 1 commit
-
-
Georg Auzinger authored
-
- 12 Dec, 2016 7 commits
-
-
Georg Auzinger authored
-
Georg Auzinger authored
-
Georg Auzinger authored
-
Georg Auzinger authored
-
Georg Auzinger authored
-
Georg Auzinger authored
updated FileHandler to use a thread-safe queue for sharing data between the main(readout) and write(file writing) threads
-
Georg Auzinger authored
-
- 09 Dec, 2016 1 commit
-
-
Georg Auzinger authored
updated address table and FwInterface procedures for CBC3 according to Kirika's instruction on Dec. 7th
-
- 01 Dec, 2016 2 commits
-
-
Georg Auzinger authored
-
Georg Auzinger authored
implemented bugfix to DataHexString() in both event classes and made the program exit if CBC file is not found
-
- 25 Nov, 2016 1 commit
-
-
Georg Auzinger authored
-
- 24 Nov, 2016 16 commits
-
-
Georg Auzinger authored
propagated latency and trheshold visitors to all tools to make them compativle with cbc3 - compiles, needs testing
-
Georg Auzinger authored
added ChipType enum to FrontEndDescription and thus to Cbc and Module classes - these are determined automatically at construction of the Cbc object or when adding Cbcs to a module by checking the presence of the VCth register in the Cbc reg map - furthermore introduced visitors to write and read TriggerLatency and Threshold since these span multiple registers on the CBC3
-
Georg Auzinger authored
-
Georg Auzinger authored
harmonized use of BoardType enum accross all code and removed std::ostream& os from Configure Hardware
-
Georg Auzinger authored
-
Georg Auzinger authored
debugged GetNHits() and implemented handling of comments in CBC config files - testing with datatest and calibration shows that new Event structure and ownership of Data seems to work
-
Georg Auzinger authored
first implementation of Cbc3 event class and polymorphism - let's hope this works. It compiles at least
-
Georg Auzinger authored
-
Georg Auzinger authored
-
Georg Auzinger authored
-
Georg Auzinger authored
re-factored ReadData mechanism for all FWInterfaces: now fData is a member of SystemController and not part of the FWInterface any more - also re-structured the internals of Data class - needs testing
-
Georg Auzinger authored
added Cbc3 HWDescription file and updated config parser to create the corresponding FWInterfaces and parse nested Register nodes
-
Georg Auzinger authored
-
Georg Auzinger authored
initial commit: added Cbc3Fc7Interface class and cbc3_system_address_table.xml - this compils but Cbc3 Data is not handled yet and the config parser etc have not been updated to actually instantiate a Cbc3Fc7Interface
-
Georg Auzinger authored
fixed BiasSweep so that it can compile and edited makefiles for top level, src and tools to use exported environment variables from setup.sh
-
Georg Auzinger authored
-