 |
Belle II Software
release-05-01-25
|
1 #include <ecl/dataobjects/ECLDigit.h>
3 #include <gtest/gtest.h>
22 EXPECT_EQ(myECLDigit.
getAmp(), 0);
32 const int timeFit = 1;
33 const int quality = 1;
40 EXPECT_EQ(myECLDigit.
getCellId(), cellId);
41 EXPECT_EQ(myECLDigit.
getAmp(), amp);
void setTimeFit(int TimeFit)
Set Fitting Time.
int getQuality() const
Get Fitting Quality.
void setQuality(int Quality)
Set Fitting Quality.
Abstract base class for different kinds of events.
int getCellId() const
Get Cell ID.
Class to store ECL digitized hits (output of ECLDigi) relation to ECLHit filled in ecl/modules/eclDig...
void setAmp(int Amp)
Set Fitting Amplitude.
int getTimeFit() const
Get Fitting Time.
TEST_F(ECLDigitTest, SettersAndGetters)
Test Setters and Getter.
int getAmp() const
Get Fitting Amplitude.
void setCellId(int CellId)
Set Cell ID.
Set up a few arrays and objects in the datastore.