hep.io.mcfio
Interface MCFIOEvent


public interface MCFIOEvent

An "event" read from an MCFIO file

Version:
$Id: MCFIOEvent.java 9131 2006-10-13 04:55:11Z tonyj $
Author:
Tony Johnson (tonyj@slac.stanford.edu)

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

Method Detail

getBlock

MCFIOBlock getBlock(int index)
                    throws java.io.IOException
Throws:
java.io.IOException

getBlockID

int getBlockID(int index)
               throws java.io.IOException
Throws:
java.io.IOException

getEventNumber

int getEventNumber()
                   throws java.io.IOException
Throws:
java.io.IOException

getNBlocks

int getNBlocks()
               throws java.io.IOException
Throws:
java.io.IOException

getRunNumber

int getRunNumber()
                 throws java.io.IOException
Throws:
java.io.IOException

getStoreNumber

int getStoreNumber()
                   throws java.io.IOException
Throws:
java.io.IOException

getTrigMask

int getTrigMask()
                throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2000-2010 FreeHEP. All Rights Reserved.