public interface LCEvent
LCCollection
Modifier and Type | Method and Description |
---|---|
void |
addCollection(LCCollection col,
String name)
Adds a collection with the given name (has to be a valid C/C++ variable name).
|
LCCollection |
getCollection(String name)
Returns the collection for the given name.
|
String[] |
getCollectionNames()
Returns the names of the collections in the event.
|
String |
getDetectorName()
Returns the name of the detector setup used in the simulation.
|
int |
getEventNumber()
Returns this event's number .
|
LCParameters |
getParameters()
Parameters defined for this event.
|
int |
getRunNumber()
Return the run number off this event.
|
long |
getTimeStamp()
Returns the time stamp of the event.
|
double |
getWeight()
Returns the event weight.
|
void |
removeCollection(String name)
Removes (and deletes) the collection with name (if it exists in the event).
|
int getRunNumber()
int getEventNumber()
String getDetectorName()
long getTimeStamp()
double getWeight()
String[] getCollectionNames()
LCCollection getCollection(String name) throws DataNotAvailableException
DataNotAvailableException
void addCollection(LCCollection col, String name) throws EventException
EventException
validateCollectionName
void removeCollection(String name) throws ReadOnlyException
ReadOnlyException
LCParameters getParameters()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics