8#include <ecl/dataobjects/ECLHitAssignment.h>
10#include <gtest/gtest.h>
29 EXPECT_EQ(myECLHitAssignment.
getCellId(), 0);
30 const int showerId = 1;
33 EXPECT_EQ(myECLHitAssignment2.
getShowerId(), showerId);
34 EXPECT_EQ(myECLHitAssignment2.
getCellId(), cellId);
40 const int showerId = 1;
45 EXPECT_EQ(myECLHitAssignment.
getShowerId(), showerId);
46 EXPECT_EQ(myECLHitAssignment.
getCellId(), cellId);
Set up a few arrays and objects in the datastore.
int getCellId() const
The method to get cell id.
int getShowerId() const
The method to get shower id.
void setCellId(int cellId)
The method to set cell id.
void setShowerId(int showerId)
The method to set shower id.
TEST_F(GlobalLabelTest, LargeNumberOfTimeDependentParameters)
Test large number of time-dep params for registration and retrieval.
Abstract base class for different kinds of events.