Feature #1366
Make InputCppDAQData to fill in the cpp Data structure.
Start date:
24 October 2013
Due date:
% Done:
100%
Estimated time:
Workflow:
New Issue
Description
The modified InputCppDAQData and the first map of the EMR reconstruction are now available at
lp:~yordan-karadzhov/maus/emr-devel
Now the Input has two functions
std::string InputCppDAQData::getCurEvent() which is doing nothing and
void InputCppDAQData::getCurEvent(MAUS::Data *data) which fills in the MAUS::Data object.
Please have a look and try to make the Input and the Map to exchange data trough the MAUS::Data object.
Updated by Rogers, Chris over 8 years ago
- Status changed from Open to Closed
- Assignee changed from Rogers, Chris to Rajaram, Durga
- % Done changed from 0 to 100
Durga did this.