FreeHEP API
Version current

hep.io.root.reps
Class TKeyRep

java.lang.Object
  extended byhep.io.root.core.AbstractRootObject
      extended byhep.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.4 2005/05/17 05:13:57 tonyj Exp $
Author:
Tony Johnson (tonyj@slac.stanford.edu)
Source Code:
TKeyRep.java

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
Throws:
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
Throws:
RootClassNotFound
IOException

readMembers

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.