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,v 1.11 2005/08/10 00:56:33 tonyj Exp $
- Author:
- Tony Johnson (tonyj@slac.stanford.edu)
- Source Code:
- TKey.java
getCycle
public short getCycle()
- Get the cycle number for this key
getObject
public RootObject getObject()
throws RootClassNotFound,
IOException
- Get the object associated with this key.
- Throws:
RootClassNotFound
IOException
getObjectClass
public RootClass getObjectClass()
throws RootClassNotFound,
IOException
- Get the class of the object associated with this key.
- Throws:
RootClassNotFound
IOException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.