public class RemoveUnusedTrackerHits extends Driver
Driver.AbortRunException, Driver.NextEventException
Modifier and Type | Field and Description |
---|---|
protected boolean |
clearRawTrackerHits |
protected String |
trackCollection |
protected String |
trackHitCollection |
HLEVEL_DEFAULT, HLEVEL_FULL, HLEVEL_HIGH, HLEVEL_NORMAL, HLEVEL_OFF
Constructor and Description |
---|
RemoveUnusedTrackerHits() |
Modifier and Type | Method and Description |
---|---|
protected void |
process(EventHeader event)
Called by the framework to process an event.
|
void |
setClearRawTrackerHits(boolean clearRawTrackerHits) |
void |
setTrackCollection(String trackCollection) |
void |
setTrackHitCollection(String trackHitCollection) |
add, clearStatistics, contains, detectorChanged, drivers, endOfData, getConditionsManager, getHistogramLevel, getLogger, getName, getRandom, printStatistics, processChildren, remove, resume, setHistogramLevel, setLogLevel, setRandom, startOfData, suspend
protected String trackHitCollection
protected String trackCollection
protected boolean clearRawTrackerHits
public void setTrackCollection(String trackCollection)
public void setTrackHitCollection(String trackHitCollection)
public void setClearRawTrackerHits(boolean clearRawTrackerHits)
protected void process(EventHeader event)
Driver
super.process(event)
to cause the child processes to be executed.
In addition the process event call can throw some special exceptions:
process
in class Driver
event
- The event to be processedDriver.NextEventException
,
Driver.AbortRunException
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.