26 floatvec_t const vf{1.0, 1.1, 2.0, 2.1, 3.0, 3.1};
28 floatvec_t const vtest{2.0, 2.1, 4.0, 4.1, 6.0, 6.1};
35 for (
long unsigned int i = 0; i < 3; ++i) {
37 for (
long unsigned int j = 0; j < 2; ++j) {
48 auto floats = [&fvec](
auto const&
l,
auto rs) {
51 fvec.push_back((**
f) +
l);
57 for (
auto i = 0; i < 6; ++i) {
58 std::cout << fvec[i] <<
"\n";
59 if (fvec[i] != vtest[i]) {
61 <<
"Float #" << i <<
"expected to be '" << vtest[i] <<
"', got '" 62 << fvec[i] <<
"' instead!\n";
end
while True: pbar.update(maxval-len(onlies[E][S])) #print iS, "/", len(onlies[E][S]) found = False for...
assns_abd_t::const_iterator ci_t
std::vector< short > shortvec_t
std::vector< int > intvec_t
void for_each_group_with_left(art::Assns< A, B, D > const &assns, F func)
std::vector< float > floatvec_t
std::vector< std::string > strvec_t
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
void addSingle(Ptr< left_t > const &left, Ptr< right_t > const &right, data_t const &data)
decltype(auto) constexpr begin(T &&obj)
ADL-aware version of std::begin.
typename art::const_AssnsIter< L, R, D, Direction::Forward > const_iterator