FreeHEP API
Version v1.1

hep.io.mcfio
Interface MCFIOEvent


public interface MCFIOEvent

An "event" read from an MCFIO file

Version:
$Id: MCFIOEvent.java,v 1.2 2000/10/25 19:55:43 tonyj Exp $
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

getRunNumber

public int getRunNumber()
                 throws IOException
IOException

getEventNumber

public int getEventNumber()
                   throws IOException
IOException

getStoreNumber

public int getStoreNumber()
                   throws IOException
IOException

getTrigMask

public int getTrigMask()
                throws IOException
IOException

getNBlocks

public int getNBlocks()
               throws IOException
IOException

getBlockID

public int getBlockID(int index)
               throws IOException
IOException

getBlock

public MCFIOBlock getBlock(int index)
                    throws IOException
IOException

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.