 |
Belle II Software
release-05-02-19
|
16 #include <framework/database/DBObjPtr.h>
17 #include <calibration/CalibrationAlgorithm.h>
18 #include <ecl/dbobjects/ECLCrystalCalib.h>
28 class eclMergingCrystalEAlgorithm :
public CalibrationAlgorithm {
virtual EResult calibrate() override
..Run algorithm
DBObjPtr< ECLCrystalCalib > m_existingMuMu
ECLCrystalEnergyMuMu payloads that we want to read from the DB.
eclMergingCrystalEAlgorithm()
..Constructor
DBObjPtr< ECLCrystalCalib > m_existing
ECLCrystalEnergy payloads that we want to read from the DB.
Class for accessing objects in the database.
DBObjPtr< ECLCrystalCalib > m_existingGammaGamma
ECLCrystalEnergyGammaGamma payloads that we want to read from the DB.
virtual ~eclMergingCrystalEAlgorithm()
..Destructor
Abstract base class for different kinds of events.
const std::string m_payloadName
The output payload name.
EResult
The result of calibration.
DBObjPtr< ECLCrystalCalib > m_existing5x5
ECLCrystalEnergyee5x5 payloads that we want to read from the DB.
const int m_numCrystals
Number of Crystals expected.