icecube.rock_bottom.modules.SeedLogS125 module¶
- icecube.rock_bottom.modules.SeedLogS125.Projection(seed, newZ)¶
Simple geometric projection from a point seed to a given height newZ The particle will be moved along the ray defined by the location and direction of the seed
Inputs:
seed: I3Particle that will be projected based on its location and direction
newZ: height at which the new particle will be moved to
- Returns:
(x location, y location, time)
- class icecube.rock_bottom.modules.SeedLogS125.SeedLogS125(ctx)¶
Bases:
I3Module
I3Module to write I3Particle seed similar to ShowerCOG for uncontained events
- Configure((I3Module)arg1) None : ¶
- C++ signature :
void Configure(PythonModule<I3Module> {lvalue})
- Physics((I3Module)arg1, (I3Frame)arg2) None : ¶
- C++ signature :
void Physics(PythonModule<I3Module> {lvalue},boost::shared_ptr<I3Frame>)