Go to the source code of this file.
◆ TEST_F() [1/3]
Definition at line 37 of file xAODJetCollectorTest.cxx.
40 constexpr std::size_t njets{11};
41 std::vector<xAOD::Jet> xaodjets (njets);
44 for(
unsigned int ijet = 0; ijet < njets; ++ijet){
51 EXPECT_FALSE(collector.
empty());
52 EXPECT_FALSE((collector.
xAODJets()).size() == 10);
◆ TEST_F() [2/3]
Definition at line 56 of file xAODJetCollectorTest.cxx.
59 unsigned int njets{11};
62 for(
unsigned int ijet = 0; ijet < njets; ++ijet){
71 EXPECT_FALSE(collector.
empty());
72 EXPECT_TRUE(collector.
size() == njets);
73 EXPECT_TRUE((collector.
hypoJets()).size() == njets);
74 EXPECT_TRUE((collector.
xAODJets()).size() == 0);
◆ TEST_F() [3/3]
◆ ATLAS_NO_CHECK_FILE_THREAD_SAFETY
ATLAS_NO_CHECK_FILE_THREAD_SAFETY |