hep.ilc.marlin.jni
Class LCEvent

java.lang.Object
  extended by hep.ilc.marlin.jni.LCEvent
Direct Known Subclasses:
LCEventAdapter, LCEventAdapter

public class LCEvent
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  LCEvent()
           
protected LCEvent(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void addCollection(LCCollection col, String name)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 LCCollection getCollection(String name)
           
 StringVector getCollectionNames()
           
protected static long getCPtr(LCEvent obj)
           
 String getDetectorName()
           
 int getEventNumber()
           
 LCParameters getParameters()
           
 int getRunNumber()
           
 long getTimeStamp()
           
 int hashCode()
           
 LCParameters parameters()
           
 void removeCollection(String name)
           
protected  void swigDirectorDisconnect()
           
 void swigReleaseOwnership()
           
 void swigTakeOwnership()
           
 LCCollection takeCollection(String name)
           
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

LCEvent

protected LCEvent(long cPtr,
                  boolean cMemoryOwn)

LCEvent

public LCEvent()
Method Detail

getCPtr

protected static long getCPtr(LCEvent obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

delete

public void delete()

swigDirectorDisconnect

protected void swigDirectorDisconnect()

swigReleaseOwnership

public void swigReleaseOwnership()

swigTakeOwnership

public void swigTakeOwnership()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getRunNumber

public int getRunNumber()

getEventNumber

public int getEventNumber()

getDetectorName

public String getDetectorName()

getTimeStamp

public long getTimeStamp()

getCollectionNames

public StringVector getCollectionNames()

getCollection

public LCCollection getCollection(String name)

takeCollection

public LCCollection takeCollection(String name)

addCollection

public void addCollection(LCCollection col,
                          String name)

removeCollection

public void removeCollection(String name)

getParameters

public LCParameters getParameters()

parameters

public LCParameters parameters()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.