Package | Description |
---|---|
hep.wired.cut |
Modifier and Type | Method and Description |
---|---|
Cut.Result |
Cut.pass(Map<String,org.freehep.util.Value> data,
boolean invert)
Tells the client whether this cut is satisfied by the supplied data.
|
Cut.Result |
Cut.pass(Map<String,org.freehep.util.Value> data,
Object moreData,
boolean invert)
Tells the client whether this cut is satisfied by the supplied data.
|
static Cut.Result |
Cut.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cut.Result[] |
Cut.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 1996-2014 FreeHEP. All Rights Reserved.