Belle II Software development
eclWaveformTemplateCalibrationC1Collector.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//Calibration
12#include <calibration/CalibrationCollectorModule.h>
13
14//Framework
15#include <framework/database/DBObjPtr.h>
16#include <framework/datastore/StoreArray.h>
17
18#include <ecl/dbobjects/ECLCrystalCalib.h>
19
20//Root
21#include <TH2F.h>
22
23namespace Belle2 {
28
29 class ECLDigit;
30 class ECLDsp;
31
80
81} // end Belle2 namespace
CalibrationCollectorModule()
Constructor. Sets the default prefix for calibration dataobjects.
Class for accessing objects in the database.
Definition DBObjPtr.h:21
Class to store ECL digitized hits (output of ECLDigi) relation to ECLHit filled in ecl/modules/eclDig...
Definition ECLDigit.h:24
Class to store ECL ShaperDSP waveform ADC data.
Definition ECLDsp.h:25
Accessor to arrays stored in the data store.
Definition StoreArray.h:113
Type-safe access to single objects in the data store.
Definition StoreObjPtr.h:96
double m_MaxEnergyThreshold
Maximum energy threshold of online fit result for Fitting Waveforms.
StoreArray< ECLDigit > m_eclDigits
Required input array of ECLDigits.
void collect() override
Select events and crystals and accumulate histograms.
void prepare() override
Define histograms and read payloads from DB.
double m_MinEnergyThreshold
Minimum energy threshold of online fit result for Fitting Waveforms.
Abstract base class for different kinds of events.