public class LightDistributionFit extends Object implements stream.Processor
| Modifier and Type | Class and Description |
|---|---|
class |
LightDistributionFit.LightDistributionNegLogLikelihood |
| Modifier and Type | Field and Description |
|---|---|
String |
cleaningPixelKey |
String |
initialRKey |
String |
initialXKey |
String |
initialYKey |
String |
outputKey |
String |
photonchargeKey |
| Constructor and Description |
|---|
LightDistributionFit() |
@Parameter(required=false,
description="key containing the photoncharges",
defaultValue="photoncharge")
public String photonchargeKey
@Parameter(required=false,
description="key containing the pixel that survided cleaning",
defaultValue="shower")
public String cleaningPixelKey
@Parameter(required=false,
description="key containing the initial guess for the radius, if not given 100mm is used",
defaultValue="null")
public String initialRKey
@Parameter(required=false,
description="key containing the initial guess for center x, if not given 0 is used",
defaultValue="null")
public String initialXKey
@Parameter(required=false,
description="key containing the initial guess for center y, if not given 0 is used",
defaultValue="null")
public String initialYKey
@Parameter(required=false,
description="outputkey basis, r,x,y,rho,phi,eps are appended to it",
defaultValue="muonfit_")
public String outputKey
Copyright © 2019. All rights reserved.