- 13 Mar, 2019 1 commit
-
-
Jens Kroeger authored
-
- 12 Mar, 2019 1 commit
-
-
Jens Kroeger authored
-
- 11 Mar, 2019 5 commits
-
-
Jens Kroeger authored
EventLoaderEUDAQ2: rewrote and simplified how process_event() is called such that identical code blocks don't coexist
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
EventLoaderEUDAQ2: restructuring function process_event() and simplifying logic. process_tlu_event() can now be called from inside process_event()
-
Jens Kroeger authored
-
- 01 Mar, 2019 12 commits
-
-
Jens Kroeger authored
Event.hpp: changed std::vector for trigger list to std::map and simplified the functions add_trigger() and has_trigger_id(), verified functionality by re-analysing run 190 -> I get the same number of TLU/Mimosa events in frame
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
EventLoaderEUDAQ2: rewrote the README to implement feedback, correct errors, improve on the explanation and fix multiple places where I used LaTeX syntax instead of markdown
-
Jens Kroeger authored
-
Jens Kroeger authored
Sorry, previous commit was not complete. Now I completely removed the old function increment_event_type_counters() and corrected setting the default values for the new parameters
-
Jens Kroeger authored
-
Jens Kroeger authored
EventLoaderEUDAQ2: removed function increment_event_type_counter() as it was replaced by std::map event_counts and event_counts_inframe
-
Jens Kroeger authored
added std::map<> event_counts and event_counts_inframe as a more elegant and generic way than increment_event_type_counter. Kept the latter to confirm that both count equally. Will remove that function in the next commit.
-
Jens Kroeger authored
-
Jens Kroeger authored
-
- 27 Feb, 2019 8 commits
-
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
-
- 26 Feb, 2019 7 commits
-
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
Test of changing CMakeLists.txt to check if this solves the problem related to the missing library links when running corryvreckan. It doesn't solve the problem so this commit might be undone, but I don't like a dirty git repo
-
Jens Kroeger authored
removing AnalysisTiming again which I accidentally committed yesterday --> this will be a separate merge request soon
-
- 25 Feb, 2019 5 commits
-
-
Jens Kroeger authored
-
Jens Kroeger authored
changed type of trigger_ts in event class from uint64_t to double (default unit of corryvreckan is ns) and changed the EventLoaderEUDAQ2.cpp accordingly to match the types
-
Jens Kroeger authored
-
Jens Kroeger authored
changed usage of event->add_trigger_id to add_trigger according to last commit (change of event class), also added 1 histogram for event (frame) time - trigger time
-
Jens Kroeger authored
changed Event.hpp: now we have a vector of std::pair{trigger_id, trigger_ts} such that later we can not only check for an existing trigger ID but also retrieve the corresponding time stamp, also added the corresponding function get_trigger_time()
-
- 24 Feb, 2019 1 commit
-
-
Jens Kroeger authored
-