icecube.sim_services.gcd_validation.gcd_sanity_checker module

The I3GCDSanityChecker.

class icecube.sim_services.gcd_validation.gcd_sanity_checker.I3GCDSanityChecker(context)

Bases: I3Module

Check sanity of the GCD.

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(frame)

Only check the G,C, and D frames at the beginning of the first Q frame.

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>)