FreeHEP API
Version current

hep.io.root.core
Class Clone

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

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
Source Code:
Clone.java

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.