Belle II Software development
eclWaveformTemplateCalibrationC1Algorithm.h
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8
9#pragma once
10
11/* Basf2 headers. */
12#include <calibration/CalibrationAlgorithm.h>
13
14namespace Belle2 {
19 namespace ECL {
20
75 }
77} // namespace Belle2
78
79
EResult
The result of calibration.
CalibrationAlgorithm(const std::string &collectorModuleName)
Constructor - sets the prefix for collected objects (won't be accesses until execute(....
void setminWaveformLimit(int minWaveformLimit)
Setter for m_minWaveformLimit.
void setOutputName(const std::string &outputName)
Setter for m_outputName.
void setfractionLimitGeneral(float fractionLimitGeneral)
Setter for m_fractionLimitGeneral.
void setfractionLimitLowCounts(float fractionLimitLowCounts)
Setter for m_fractionLimitLowCounts.
void setLowCountThreshold(int LowCountThreshold)
Setter for m_LowCountThreshold.
int m_minWaveformLimit
min number of waveforms required per crystal to be considered low counts
float m_fractionLimitLowCounts
fraction of waveforms used for low count crystals
Abstract base class for different kinds of events.