icecube.common_variables.hit_statistics.I3HitStatisticsCalculator module¶
This python module contains the I3HitStatisticsCalculator icetray module.
- class icecube.common_variables.hit_statistics.I3HitStatisticsCalculator.I3HitStatisticsCalculator(context)¶
Bases:
I3ConditionalModule
This icetray module calculates the hit statistics variables, e.g. COG, PulseTimeSpan, QMinDoms, QMaxDoms, QTotPulses, ZMean, ZSigma, and ZTravel.
This icetray module puts an
icecube.common_variables.hit_statistics.I3HitStatisticsValues
I3FrameObject, holding the calculated values, into the frame. Its name will be the one specified through the OutputI3HitStatisticsValuesName module parameter.- Configure((I3ConditionalModule)arg1) None : ¶
- C++ signature :
void Configure(PythonModule<I3ConditionalModule> {lvalue})
- property OutputI3HitStatisticsValuesName¶
The name of the output I3HitStatisticsValues frame object.
- Physics((I3ConditionalModule)arg1, (I3Frame)arg2) None : ¶
- C++ signature :
void Physics(PythonModule<I3ConditionalModule> {lvalue},boost::shared_ptr<I3Frame>)
- property PulseSeriesMapName¶
The frame object name of the pulse series map used to calculate the hit statistics values.
- property PyLogLevel¶
The Python
logging
module log level for this module.