hep.io.mcfio
Interface MCFIOEvent


public interface MCFIOEvent

An "event" read from an MCFIO file


Method Summary
 MCFIOBlock getBlock(int index)
           
 int getBlockID(int index)
           
 int getEventNumber()
           
 int getNBlocks()
           
 int getRunNumber()
           
 int getStoreNumber()
           
 int getTrigMask()
           
 

Method Detail

getRunNumber

public int getRunNumber()
                 throws java.io.IOException

getEventNumber

public int getEventNumber()
                   throws java.io.IOException

getStoreNumber

public int getStoreNumber()
                   throws java.io.IOException

getTrigMask

public int getTrigMask()
                throws java.io.IOException

getNBlocks

public int getNBlocks()
               throws java.io.IOException

getBlockID

public int getBlockID(int index)
               throws java.io.IOException

getBlock

public MCFIOBlock getBlock(int index)
                    throws java.io.IOException