27 floatvec_t const vf{1.0, 1.1, 2.0, 2.1, 3.0, 3.1};
29 intvec_t const vtest{1, 1, 2, 2, 3, 3};
36 for (
long unsigned int i = 0; i < 3; ++i) {
40 std::list<short>
data;
41 for (
long unsigned int j = 0; j < 2; ++j) {
42 p2s.emplace_back(vfid, &vf[
k], k);
43 data.push_back(vs[k]);
53 auto floats = [&fvec](
auto fs) {
61 for (
auto i = 0; i < 5; ++i) {
62 if (fvec[i] != vf[i]) {
64 <<
"Float #" << i <<
"expected to be '" << vf[i] <<
"', got '" 65 << fvec[i] <<
"' instead!\n";
end
while True: pbar.update(maxval-len(onlies[E][S])) #print iS, "/", len(onlies[E][S]) found = False for...
std::vector< short > shortvec_t
static constexpr double fs
void addMany(Ls const &lefts, Ptr< right_t > const &right, Ds const &data)
std::vector< int > intvec_t
std::vector< float > floatvec_t
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
void for_each_group(art::Assns< A, B, D > const &assns, F func)
Helper functions to access associations in order.
decltype(auto) constexpr begin(T &&obj)
ADL-aware version of std::begin.