icecube.full_event_followup.I3FullEventFollowupWriter module

class icecube.full_event_followup.I3FullEventFollowupWriter.I3FullEventFollowupWriter(context)

Bases: I3Module

Sends a full frame packet (usually GCDQP) for each P-frame to a writer callback function provided to the module using the “WriterCallback” parameter. Use the “If” parameter to select P-frames to send and the “Keys” parameter to define a whitelist of the frame objects to include (all objects will be included if unset).

Configure((I3Module)arg1) None :
C++ signature :

void Configure(PythonModule<I3Module> {lvalue})

Physics((I3Module)arg1, (I3Frame)arg2) None :
C++ signature :

void Physics(PythonModule<I3Module> {lvalue},boost::shared_ptr<I3Frame>)

Process((I3Module)arg1) None :
C++ signature :

void Process(PythonModule<I3Module> {lvalue})