icecube.full_event_followup.I3FullEventFollowupReader module¶
- class icecube.full_event_followup.I3FullEventFollowupReader.I3FullEventFollowupReader(context)¶
Bases:
I3Module
Acts as a driving module / reader. This module will use a callback function accepting a full frame packet (usually GCDQP). This is not meant for standard data processing as it circumvents the frame mix-in mechanism on purpose. It can be used to feed modules from data from the full-event followup (used for the HESE follow-up, for example). If the callback function returns None, processing will be stopped.
- Configure((I3Module)arg1) None : ¶
- C++ signature :
void Configure(PythonModule<I3Module> {lvalue})
- Process((I3Module)arg1) None : ¶
- C++ signature :
void Process(PythonModule<I3Module> {lvalue})