icecube.icetop_Level3_scripts.modules.CheckContainment module

class icecube.icetop_Level3_scripts.modules.CheckContainment.CheckContainment(ctx)

Bases: I3ConditionalModule

I3Module to check if a list of I3Particles is contained within IceTop. Two kinds of containment are defined: OnionContainment (number) and FractionContainment (number). + InFillContainment (bool).

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

void Configure(PythonModule<I3ConditionalModule> {lvalue})

Geometry((I3ConditionalModule)arg1, (I3Frame)arg2) None :
C++ signature :

void Geometry(PythonModule<I3ConditionalModule> {lvalue},boost::shared_ptr<I3Frame>)

GetNearestString(particle, geometry)
Physics((I3ConditionalModule)arg1, (I3Frame)arg2) None :
C++ signature :

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