Uses of Interface
hep.io.root.core.RootClassFactory

Packages that use RootClassFactory
hep.io.root Classes for opening and reading a Root file. 
hep.io.root.core   
 

Uses of RootClassFactory in hep.io.root
 

Methods in hep.io.root that return RootClassFactory
 RootClassFactory RootFileReader.getClassFactory()
           
 RootClassFactory RootFileReader.getFactory()
           
 

Uses of RootClassFactory in hep.io.root.core
 

Classes in hep.io.root.core that implement RootClassFactory
 class DefaultClassFactory
          The root class factory is used to create instances of RootClass object.
 class FileClassFactory
          A class factory used inside a RootFileReader.
 

Methods in hep.io.root.core that return RootClassFactory
 RootClassFactory RootRandomAccessFile.getFactory()
           
 RootClassFactory FastInputStream.getFactory()
           
 RootClassFactory RootInput.getFactory()
           
 RootClassFactory RootDaemonInputStream.getFactory()
           
 

Methods in hep.io.root.core with parameters of type RootClassFactory
 void Clones2Builder.populateStatics(Class hollowClass, RootClassFactory factory)
           
 void HollowBuilder.populateStatics(Class hollowClass, RootClassFactory factory)
           
 void StreamerInfoNew.resolve(RootClassFactory factory)
           
 

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



Copyright © 2000-2008 FreeHEP. All Rights Reserved.