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 and the in-ice array. For IceTop two kinds of containment are defined: OnionContainment (number) and FractionContainment (number). + InFillContainment (bool). Additionally, InIceFractionContainment (number) is put in the frame.
- 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>)