icecube.filterscripts.offlineL2.ClipStartStop module

class icecube.filterscripts.offlineL2.ClipStartStop.ClipStartStop(context)

Bases: I3Module

Run startup is complicated, and data may be recorded before it is complete. As a result, we need to listen to what the DAQ says was the range of times when everything was really up and running, and discard events outside.

It only does something if the GoodRunStartTime and the GoodRunEndTime are specified. They are usually available in D frames of GCD files for seasons >= 2013.

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

void Configure(PythonModule<I3Module> {lvalue})

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

void Process(PythonModule<I3Module> {lvalue})