|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HEPEvent
A simple event structure. Designed to be used as a base class for experiment specific event descriptions.
Method Summary | |
---|---|
java.lang.Object |
get(java.lang.String key)
Get an object from the event |
int |
getEventNumber()
|
int |
getRunNumber()
|
java.util.Map |
getTags()
An arbitrary set of tags that can be associated with the event. |
long |
getTimeStamp()
Get the current timestamp. |
java.util.Set |
keys()
|
void |
put(java.lang.String key,
java.lang.Object component)
Puts an arbitrary object into the event |
Method Detail |
---|
int getEventNumber()
int getRunNumber()
long getTimeStamp()
void put(java.lang.String key, java.lang.Object component)
key
- The key for this objectcomponent
- The object to addjava.lang.Object get(java.lang.String key) throws java.lang.IllegalArgumentException
key
- The key for the object
java.lang.IllegalArgumentException
- if the specified object does not exist in the event.java.util.Map getTags()
java.util.Set keys()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |