hep.io.root.interfaces
Interface TKey

All Superinterfaces:
RootObject, TNamed, TObject
All Known Subinterfaces:
TBasket
All Known Implementing Classes:
TBasketRep, TKeyRep

public interface TKey
extends RootObject, TNamed

Version:
$Id: TKey.java 8584 2006-08-10 23:06:37Z duns $
Author:
Tony Johnson (tonyj@slac.stanford.edu)

Field Summary
 
Fields inherited from interface hep.io.root.interfaces.TNamed
rootIOVersion
 
Method Summary
 short getCycle()
          Get the cycle number for this key
 RootObject getObject()
          Get the object associated with this key.
 RootClass getObjectClass()
          Get the class of the object associated with this key.
 
Methods inherited from interface hep.io.root.interfaces.TNamed
getName, getTitle
 
Methods inherited from interface hep.io.root.interfaces.TObject
getBits, getUniqueID
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 

Method Detail

getCycle

short getCycle()
Get the cycle number for this key


getObject

RootObject getObject()
                     throws RootClassNotFound,
                            IOException
Get the object associated with this key.

Throws:
RootClassNotFound
IOException

getObjectClass

RootClass getObjectClass()
                         throws RootClassNotFound,
                                IOException
Get the class of the object associated with this key.

Throws:
RootClassNotFound
IOException


Copyright © 2000-2013 FreeHEP. All Rights Reserved.