public class ConcentrationAtCenterOfGravity extends Object implements stream.Processor
Modifier and Type | Field and Description |
---|---|
String |
cogKey |
String |
outputKey |
String |
photonChargeKey |
String |
sizeKey |
Constructor and Description |
---|
ConcentrationAtCenterOfGravity() |
Modifier and Type | Method and Description |
---|---|
stream.Data |
process(stream.Data item)
This function calculates the concentration at the center of gravity including the 2 nearest pixel
|
@Parameter(required=true, defaultValue="photonCharge", description="Key of the array of photoncharge.") public String photonChargeKey
@Parameter(required=true, description="Key of the center of gravity of shower. (generate by HillasParameters)") public String cogKey
@Parameter(required=true, defaultValue="Size", description="Key of the size of the event. (Generated e.g. by Size processor.)") public String sizeKey
@Parameter(required=true, defaultValue="concCOG", description="The key of the generated value.") public String outputKey
Copyright © 2019. All rights reserved.