public class ConcentrationCore extends Object implements stream.Processor
Modifier and Type | Field and Description |
---|---|
String |
cogKey |
String |
deltaKey |
String |
lengthKey |
String |
outputKey |
String |
photonChargeKey |
String |
pixelSetKey |
String |
sizeKey |
String |
widthKey |
Constructor and Description |
---|
ConcentrationCore() |
Modifier and Type | Method and Description |
---|---|
stream.Data |
process(stream.Data item)
Calculate the percentage of photons inside the Hillas Ellipse
aka.
|
@Parameter(required=true) public String outputKey
@Parameter(required=true, description="Key of the Center of Gravity") public String cogKey
@Parameter(required=true, description="Key of the delta angle") public String deltaKey
@Parameter(required=true, description="Key of the sizeKey") public String sizeKey
@Parameter(required=true, description="Key of the photoncharge array") public String photonChargeKey
@Parameter(required=true, description="Key of the shower pixel array") public String pixelSetKey
@Parameter(required=true, description="Key of the shower width") public String widthKey
@Parameter(required=true, description="Key of the shower lengthKey") public String lengthKey
Copyright © 2019. All rights reserved.