FreeHEP API
Version v1.2.2

hep.io.root.reps
Class TKeyRep

java.lang.Object
  |
  +--hep.io.root.core.AbstractRootObject
        |
        +--hep.io.root.reps.TKeyRep
All Implemented Interfaces:
RootObject, TKey, TNamed, TObject

public abstract class TKeyRep
extends AbstractRootObject
implements TKey

Version:
$Id: TKeyRep.java,v 1.3 2003/05/23 20:59:15 duns Exp $
Author:
Tony Johnson (tonyj@slac.stanford.edu)

Field Summary
 
Fields inherited from interface hep.io.root.interfaces.TNamed
rootIOVersion
 
Constructor Summary
TKeyRep()
           
 
Method Summary
 RootObject getObject()
          Get the object corresonding to this key
 RootClass getObjectClass()
          Get the class of the object associated with this key.
 void readMembers(RootInput in)
           
 
Methods inherited from class hep.io.root.core.AbstractRootObject
dump, getRootClass, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hep.io.root.interfaces.TKey
getCycle
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 
Methods inherited from interface hep.io.root.interfaces.TNamed
getName, getTitle
 
Methods inherited from interface hep.io.root.interfaces.TObject
getBits, getUniqueID
 

Constructor Detail

TKeyRep

public TKeyRep()
Method Detail

getObject

public RootObject getObject()
                     throws RootClassNotFound,
                            IOException
Get the object corresonding to this key

Specified by:
getObject in interface TKey
RootClassNotFound
IOException

getObjectClass

public RootClass getObjectClass()
                         throws RootClassNotFound,
                                IOException
Description copied from interface: TKey
Get the class of the object associated with this key.

Specified by:
getObjectClass in interface TKey
RootClassNotFound
IOException

readMembers

public void readMembers(RootInput in)
                 throws IOException
Overrides:
readMembers in class AbstractRootObject
IOException

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.