class EventPrintLoopAdapter extends Object implements org.freehep.record.loop.RecordListener
Modifier and Type | Field and Description |
---|---|
private long |
eventSequence
Sequence number of events processed.
|
private static Logger |
LOGGER
Setup the logger.
|
private long |
printInterval
Event print interval which means every Nth event will be printed.
|
Constructor and Description |
---|
EventPrintLoopAdapter(long printInterval)
Class constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
recordSupplied(org.freehep.record.loop.RecordEvent recordEvent)
Process an event and print the event information.
|
private static Logger LOGGER
private long eventSequence
private long printInterval
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.