module which checks the number of out of time digits in EventLevelClusteringInfo is as expected
Definition at line 128 of file eventLevelClusteringInfo_countOutOfTime.py.
◆ event()
event function
Definition at line 133 of file eventLevelClusteringInfo_countOutOfTime.py.
133 def event(self):
134 """
135 event function
136 """
138
139 tc = TestCase('__init__')
140
141 tc.assertEqual(eventLevelClusteringInfo.getNECLCalDigitsOutOfTimeFWD(), expectOutOfTime["FWD"])
142 tc.assertEqual(eventLevelClusteringInfo.getNECLCalDigitsOutOfTimeBarrel(), expectOutOfTime["BRL"])
143 tc.assertEqual(eventLevelClusteringInfo.getNECLCalDigitsOutOfTimeBWD(), expectOutOfTime["BWD"])
144 tc.assertEqual(eventLevelClusteringInfo.getNECLCalDigitsOutOfTime(),
145 expectOutOfTime["FWD"] + expectOutOfTime["BRL"] + expectOutOfTime["BWD"])
146
147
a (simplified) python wrapper for StoreObjPtr.
The documentation for this class was generated from the following file: