- Mar 19, 2019
-
-
Cenk Yildiz authored
The output event is created using following from HLT Result FullEventFragment: - Header (It is guaranteed to include all fields) - HLT result ROBs - L1 Simulation ROBs (Optional) and following from input FullEventFragment: - ROBs that are not already in the HLT Result event In this way, if HLT has re-run L1 simulation, its FullEventFragment will also include L1 ROBs, and these will override ones from the input event. Function to merge hlt result and input events are moved to a new file so that it can be used in different dfinterface implementations
-
- Mar 15, 2019
-
-
Cenk Yildiz authored
-
- Mar 14, 2019
-
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
Cenk Yildiz authored
- Only calculate and print statistics if ROS2ROB is in configuration - Make statistics file name configurable - Implement python related part (command line arguments and adding relevant nodes in configuration ptree)
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
Cenk Yildiz authored
- Statistics are copied to the shared memory, as a json string. The size is rounded to 4 decimal digits. - clear() method is fixed by only resetting Hits.
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
Cenk Yildiz authored
Send number of hits and rob sizes in each getRobs and getAllRobs call. In Session::ROSHits class, do all necessary calculation. For now printing all the result for debugging. Instead, the information should be converted into json and put into the shared memory area, to be read by DcmEmulator
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
- Mar 11, 2019
-
-
Frank Winklmeier authored
-
- Feb 26, 2019
-
-
Cenk Yildiz authored
-
Cenk Yildiz authored
Instead it can be done in athenaHLT
-
Cenk Yildiz authored
-
Cenk Yildiz authored
- TDAQ_APPLICATION_NAME is used to determine shared memory file name for communication between each DFDcmEmuSession and DcmEmulator. In python, PID of mother is appended to TDAQ_APPLICATION_NAME, so multiple instances of DcmEmulator has seperate shared memory names. - If childLogName is specified, TDAQ_APPLICATION_NAME won't be used. Log file of child will only consist of childLogName and fork id.
-
- Feb 19, 2019
-
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
- Feb 18, 2019
-
-
Cenk Yildiz authored
-
Cenk Yildiz authored
As xml doesn't provide a string conversion with pretty formatting, a new function prettyxml is added to HLTMPPy
-
- Feb 05, 2019
-
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
- Jan 31, 2019
-
-
Cenk Yildiz authored
-
- Jan 28, 2019
-
-
Cenk Yildiz authored
-
- Jan 24, 2019
-
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
- Jan 23, 2019
-
-
Cenk Yildiz authored
-
- Jan 15, 2019
-
-
Cenk Yildiz authored
This method used to return the ROBs that were already requested, now it returns the ones that are not yet requested
-
Cenk Yildiz authored
-
Cenk Yildiz authored
For compatibility with current dfinterfaceDcm: While filling L1 results, append unchecked fragments to write::FullEventFragment
-
- Jan 14, 2019
-
-
Cenk Yildiz authored
-
- Jan 10, 2019
-
-
Cenk Yildiz authored
-