FreeHEP API
Version current

hep.io.root.core
Class Clone2

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

public abstract class Clone2
extends Object
implements RootObject, TObject

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

Author:
Tony Johnson
Source Code:
Clone2.java

Constructor Summary
Clone2()
           
 
Method Summary
 RootClass getRootClass()
          Get the class of this object
abstract  void setData(int index, Clones2 clones)
           
 
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.TObject
getBits, getUniqueID
 

Constructor Detail

Clone2

public Clone2()
Method Detail

setData

public abstract void setData(int index,
                             Clones2 clones)

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.