Bug #1346
InputCppDAQOfflineData and Number_of_DAQ_Events flag
Status:
Open
Priority:
Normal
Assignee:
Category:
RealData
Target version:
Start date:
24 September 2013
Due date:
% Done:
0%
Estimated time:
Workflow:
New Issue
Description
Issue in InputCppDAQOfflineData when Number_of_DAQ_Events is different from -1.
In few words: the member variable _eventsCount needs to be initialized and then incremented in InputCppDAQOfflineData::readNextEvent().
Updated by Rogers, Chris about 10 years ago
- Category set to RealData
- Assignee set to Karadzhov, Yordan
- Target version set to Future MAUS release
Yordan, can you have a look at this please?
Updated by Karadzhov, Yordan about 10 years ago
OK. I see the problem. The declaration of _eventsCount has to be removed from the header file of InputCppDAQOfflineData because _eventsCount is actually a member variable of the mother class (InputCppDAQData). I will fix this.