1 #include "boost/test/unit_test.hpp" 15 "The 'expected' parameter specifies the number of events that are\n" 16 "expected to be processed, based on the corresponding " 18 "and 'RejectEvents' parameters."}};
20 using Parameters = Table<Config>;
22 : SharedAnalyzer{p}, expected_{
p().expected()}
24 async<art::InEvent>();
37 BOOST_TEST(n_ == expected_);
40 unsigned const expected_;
41 std::atomic<unsigned> n_{};
def analyze(root, level, gtrees, gbranches, doprint)
typename config_impl< T >::type Config
#define DEFINE_ART_MODULE(klass)