Skip to content

Commit

Permalink
Remove the obsolete NotBadFlagExample (#13152)
Browse files Browse the repository at this point in the history
* Remove the obsolete NotBadFlagExamply

* remove from the test
  • Loading branch information
knopers8 authored Jun 21, 2024
1 parent 1ff1138 commit 0167484
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion DataFormats/QualityControl/etc/flagTypes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
12,"BadEMCalorimetry","Bad EM Calorimetry",1,0
13,"BadPhotonCalorimetry","Bad Photon Calorimetry",1,0
14,"Unknown","Unknown",1,0
65501,"NotBadFlagExample","Not bad flag example",0,0
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ BOOST_AUTO_TEST_CASE(test_QualityControlFlagCollection_IO)
qcfc1.insert({51, 77, FlagTypeFactory::Invalid()});
qcfc1.insert({1234, 3434, FlagTypeFactory::LimitedAcceptanceMCNotReproducible()});
qcfc1.insert({50, 77, FlagTypeFactory::LimitedAcceptanceMCNotReproducible()});
qcfc1.insert({43434, 63421, FlagTypeFactory::NotBadFlagExample()});
qcfc1.insert({43434, 63421, FlagTypeFactory::Good()});

std::stringstream store;
qcfc1.streamTo(store);
Expand Down

0 comments on commit 0167484

Please sign in to comment.