hep.io.root.reps
Class TKeyRep

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

public abstract class TKeyRep
extends AbstractRootObject
implements TKey

Version:
$Id: TKeyRep.java 13619 2009-04-10 00:28:43Z tonyj $
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.interfaces.TNamed
getName, getTitle
 
Methods inherited from interface hep.io.root.interfaces.TObject
getBits, getUniqueID
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 

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


Copyright © 2000-2013 FreeHEP. All Rights Reserved.