public class NNAlgoClusterDriver extends Driver
Driver.AbortRunException, Driver.NextEventException
Modifier and Type | Field and Description |
---|---|
private NNAlgo |
_clusterer |
private String[] |
_collNames |
private int |
_dLayer |
private boolean |
_doall |
private int |
_dU |
private int |
_dV |
private String |
_nameExt |
private double |
_thresh |
private boolean |
debug |
HLEVEL_DEFAULT, HLEVEL_FULL, HLEVEL_HIGH, HLEVEL_NORMAL, HLEVEL_OFF
Constructor and Description |
---|
NNAlgoClusterDriver()
Creates a new instance of NNAlgoClusterDriver
|
NNAlgoClusterDriver(int dU,
int dV,
int dLayer,
double threshold) |
Modifier and Type | Method and Description |
---|---|
protected void |
process(EventHeader event)
Called by the framework to process an event.
|
add, clearStatistics, contains, detectorChanged, drivers, endOfData, getConditionsManager, getHistogramLevel, getLogger, getName, getRandom, printStatistics, processChildren, remove, resume, setHistogramLevel, setLogLevel, setRandom, startOfData, suspend
private int _dU
private int _dV
private int _dLayer
private double _thresh
private NNAlgo _clusterer
private boolean _doall
private String[] _collNames
private String _nameExt
private boolean debug
public NNAlgoClusterDriver()
public NNAlgoClusterDriver(int dU, int dV, int dLayer, double threshold)
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.