Package iceprod :: Package modules :: Module sorting :: Class PhysicsFile
[hide private]
[frames] | no frames]

Class PhysicsFile

source code

       object --+        
                |        
      ??.instance --+    
                    |    
icecube.dataio.I3File --+
                        |
                       PhysicsFile

Nested Classes [hide private]

Inherited from icecube.dataio.I3File: Mode

Instance Methods [hide private]
 
pop_physics(self)
pop_physics( (I3File)arg1) -> I3Frame : Return the next physics frame from the file, skipping frames on other streams.
source code
 
peak(self) source code

Inherited from icecube.dataio.I3File: __init__, __iter__, __reduce__, close, more, next, open_file, pop_frame, push, rewind

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  current = None

Inherited from icecube.dataio.I3File: Closed, Reading, Writing, __instance_size__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

pop_physics(self)

source code 

pop_physics( (I3File)arg1) -> I3Frame :
    Return the next physics frame from the file, skipping frames on other streams.

    C++ signature :
        boost::shared_ptr<I3Frame> pop_physics(I3::dataio::python::I3SequentialFile {lvalue})

Overrides: icecube.dataio.I3File.pop_physics
(inherited documentation)