 |
Belle II Software
release-05-02-19
|
12 #include <ecl/calibration/eclCosmicEAlgorithm.h>
13 #include <calibration/CalibrationAlgorithm.h>
25 class eclCosmicEAlgorithm :
public CalibrationAlgorithm {
int cellIDLo
Parameters to control Novosibirsk fit to signal measured in each crystal.
int iterations
fit reached max number of iterations, but is useable
int atLimit
a parameter is at the limit; fit not useable
virtual ~eclCosmicEAlgorithm()
Destructor.
int poorFit
low chi square; fit not useable
int noPeak
Novosibirsk component of fit is negligible; fit not useable.
eclCosmicEAlgorithm()
Constructor.
int cellIDHi
Last cellID to be fit.
int storeConst
controls which values are written to the database.
double tRatioMax
Fit range is adjusted so that fit at upper endpoint is between tRatioMin and tRatioMax of peak.
Abstract base class for different kinds of events.
int maxIterations
no more than maxIteration iterations
EResult
The result of calibration.
int minEntries
All crystals to be fit must have at least minEntries events in the fit range.
bool performFits
if false, input histograms are copied to output, but no fits are done.
bool findExpValues
if true, fits are used to find expected energy deposit for each crystal instead of the calibration co...
double tRatioMin
Fit range is adjusted so that fit at upper endpoint is between tRatioMin and tRatioMax of peak.
virtual EResult calibrate() override
Run algorithm on events.
int notFit
no fit performed