icecube.dst.dsttest module¶
- class icecube.dst.dsttest.CheckFrameIndex(context)¶
Bases:
I3Module
Check that frame order is preserved after buffering
- Calibration((I3Module)arg1, (I3Frame)arg2) None : ¶
- C++ signature :
void Calibration(PythonModule<I3Module> {lvalue},boost::shared_ptr<I3Frame>)
- Configure((I3Module)arg1) None : ¶
- C++ signature :
void Configure(PythonModule<I3Module> {lvalue})
- DAQ((I3Module)arg1, (I3Frame)arg2) None : ¶
- C++ signature :
void DAQ(PythonModule<I3Module> {lvalue},boost::shared_ptr<I3Frame>)
- DetectorStatus((I3Module)arg1, (I3Frame)arg2) None : ¶
- C++ signature :
void DetectorStatus(PythonModule<I3Module> {lvalue},boost::shared_ptr<I3Frame>)
- Finish((I3Module)arg1) None : ¶
- C++ signature :
void Finish(PythonModule<I3Module> {lvalue})
- Geometry((I3Module)arg1, (I3Frame)arg2) None : ¶
- C++ signature :
void Geometry(PythonModule<I3Module> {lvalue},boost::shared_ptr<I3Frame>)
- Physics((I3Module)arg1, (I3Frame)arg2) None : ¶
- C++ signature :
void Physics(PythonModule<I3Module> {lvalue},boost::shared_ptr<I3Frame>)
- check_frame(frame, index, label)¶