8#include <ecl/dataobjects/ECLDigit.h>
10#include <gtest/gtest.h>
29 EXPECT_EQ(myECLDigit.
getAmp(), 0);
39 const int timeFit = 1;
40 const int quality = 1;
47 EXPECT_EQ(myECLDigit.
getCellId(), cellId);
48 EXPECT_EQ(myECLDigit.
getAmp(), amp);
Set up a few arrays and objects in the datastore.
Class to store ECL digitized hits (output of ECLDigi) relation to ECLHit filled in ecl/modules/eclDig...
int getAmp() const
Get Fitting Amplitude.
int getQuality() const
Get Fitting Quality.
int getCellId() const
Get Cell ID.
void setAmp(int Amp)
Set Fitting Amplitude.
void setTimeFit(int TimeFit)
Set Fitting Time.
void setCellId(int CellId)
Set Cell ID.
void setQuality(int Quality)
Set Fitting Quality.
int getTimeFit() const
Get Fitting Time.
Abstract base class for different kinds of events.