12#ifndef EMCALRAWFITTERSTANDARD_H_
13#define EMCALRAWFITTERSTANDARD_H_
70 std::tuple<
float,
float,
float>
fitRaw(
int firstTimeBin,
int lastTimeBin) const;
Container class to hold results from fitting.
Raw data fitting: standard TMinuit fit.
CaloFitResults evaluate(const gsl::span< const Bunch > bunchvector) final
Evaluation Amplitude and TOF.
static double rawResponseFunction(double *x, double *par)
Approximate response function of the EMCal electronics.
~CaloRawFitterStandard() final=default
Destructor.
CaloRawFitterStandard()
Constructor.
std::tuple< float, float, float > fitRaw(int firstTimeBin, int lastTimeBin) const
Fits the raw signal time distribution using TMinuit.
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Defining DataPointCompositeObject explicitly as copiable.