Uses of Interface
hep.io.root.interfaces.TKey

Packages that use TKey
hep.io.root Classes for opening and reading a Root file. 
hep.io.root.core   
hep.io.root.interfaces Public interfaces implemented by objects read from a Root file. 
hep.io.root.reps   
 

Uses of TKey in hep.io.root
 

Methods in hep.io.root that return TKey
 TKey RootFileReader.getKey(int index)
           
 TKey RootFileReader.getKey(String name)
           
 TKey RootFileReader.getKey(String name, int cycle)
           
 TKey RootFileReader.getKeyForTitle(String name)
           
 TKey RootFileReader.streamerInfoKey()
           
 

Uses of TKey in hep.io.root.core
 

Constructors in hep.io.root.core with parameters of type TKey
FileClassFactory(TKey streamerInfo, RootClassFactory defaultClassFactory, RootFileReader rfr)
           
 

Uses of TKey in hep.io.root.interfaces
 

Subinterfaces of TKey in hep.io.root.interfaces
 interface TBasket
           
 

Methods in hep.io.root.interfaces that return TKey
 TKey TDirectory.getKey(int index)
           
 TKey TDirectory.getKey(String name)
          Gets the key for a specific name.
 TKey TDirectory.getKey(String name, int cycle)
          Gets the key for a specific name and cycle
 TKey TDirectory.getKeyForTitle(String title)
           
 TKey TFile.streamerInfoKey()
           
 

Uses of TKey in hep.io.root.reps
 

Classes in hep.io.root.reps that implement TKey
 class TBasketRep
           
 class TKeyRep
           
 

Methods in hep.io.root.reps that return TKey
 TKey TDirectoryRep.getKey(int index)
           
 TKey TDirectoryRep.getKey(String name)
           
 TKey TDirectoryRep.getKey(String name, int cycle)
           
 TKey TDirectoryRep.getKeyForTitle(String title)
           
 



Copyright © 2000-2013 FreeHEP. All Rights Reserved.