public interface HEPEvent
Modifier and Type | Method and Description |
---|---|
Object |
get(String key)
Get an object from the event
|
int |
getEventNumber() |
int |
getRunNumber() |
Map |
getTags()
An arbitrary set of tags that can be associated with the event.
|
long |
getTimeStamp()
Get the current timestamp.
|
Set |
keys() |
void |
put(String key,
Object component)
Puts an arbitrary object into the event
|
int getEventNumber()
int getRunNumber()
long getTimeStamp()
void put(String key, Object component)
key
- The key for this objectcomponent
- The object to addObject get(String key) throws IllegalArgumentException
key
- The key for the objectIllegalArgumentException
- if the specified object does not exist in the event.Map getTags()
Set keys()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics