hep.io.root.core
Class Clone

java.lang.Object
  extended by hep.io.root.core.Clone
All Implemented Interfaces:
TObject, RootObject

public abstract class Clone
extends Object
implements RootObject, TObject

A base class for a member of a ClonesArray read in split mode

Author:
Tony Johnson

Constructor Summary
Clone()
           
 
Method Summary
 int getBits()
           
 RootClass getRootClass()
          Get the class of this object
 int getUniqueID()
           
abstract  void setData(int index, Clones clones)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Clone

public Clone()
Method Detail

setData

public abstract void setData(int index,
                             Clones clones)

getBits

public int getBits()
Specified by:
getBits in interface TObject

getRootClass

public RootClass getRootClass()
Description copied from interface: RootObject
Get the class of this object

Specified by:
getRootClass in interface RootObject
Returns:
The RootClass for this object

getUniqueID

public int getUniqueID()
Specified by:
getUniqueID in interface TObject


Copyright © 2000-2013 FreeHEP. All Rights Reserved.