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)
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.