Project

General

Profile

Feature #725

Unpacker should make one line per spill

Added by Rogers, Chris over 11 years ago. Updated over 10 years ago.

Status:
Rejected
Priority:
Normal
Category:
Input
Target version:
Start date:
04 October 2011
Due date:
% Done:

0%

Estimated time:
Workflow:

Description

In MAUS we assume one line per spill as our data structure. InputCppDaqData however creates three lines per spill - start_of_burst, physics_event, end_of_burst. We need to fix this. Propose some structure like

{
"daq_data":{"start_of_burst":{<DATA>}, "physics_event":{<DATA>}, "end_of_burst":{<DATA>}}
}

Sounds sensible?


Files

InputCppDAQData.hh (5.67 KB) InputCppDAQData.hh Rogers, Chris, 12 October 2011 10:51
InputCppDAQData.cc (10.2 KB) InputCppDAQData.cc Rogers, Chris, 12 October 2011 10:51
InputCppDAQData.i (341 Bytes) InputCppDAQData.i Rogers, Chris, 12 October 2011 10:51
test_InputCppDAQData.py (3.41 KB) test_InputCppDAQData.py Rogers, Chris, 12 October 2011 10:51
InputCppDAQData.hh_diff (1.7 KB) InputCppDAQData.hh_diff Rogers, Chris, 12 October 2011 10:52
InputCppDAQData.cc_diff (2.64 KB) InputCppDAQData.cc_diff Rogers, Chris, 12 October 2011 10:52
InputCppDAQData.i_diff (508 Bytes) InputCppDAQData.i_diff Rogers, Chris, 12 October 2011 10:52
test_InputCppDAQData.py_diff (1.93 KB) test_InputCppDAQData.py_diff Rogers, Chris, 12 October 2011 10:52

Related issues

Related to MAUS - Support #592: Code Review InputRealDataClosedKaradzhov, Yordan20 July 2011

Actions

Also available in: Atom PDF