|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A processor represents a reconstruction or MC processing stage, such as a track finder or cluster finder.
AbstractProcessor
,
Driver
Method Summary | |
void |
clearContext()
Called by the Driver when this processor is removed from the Driver |
String |
getName()
Called by the Driver to get the name of this processor |
void |
process(LCDEvent event)
Called by the driver when this processor should process an event. |
void |
setContext(ProcessorContext context)
Called by the Driver when this processor is added to the Driver |
void |
setDetector(Detector detector)
Called by the driver when a new detector geometry is set. |
void |
start()
Called at the beginning of processing |
void |
stop()
Called at the end of processing |
Method Detail |
public void process(LCDEvent event)
event
- The event to processpublic void setDetector(Detector detector)
public void start()
public void stop()
public void setContext(ProcessorContext context)
context
- the new ProcessorContextpublic void clearContext()
public String getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |