#include "WireCellUtil/Persist.h"
#include <random>
#include <iostream>
#include <functional>
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 10 of file test_persist.cxx.
15 std::uniform_real_distribution<double> distribution(0.0,1.0);
16 auto uni = std::bind(distribution, generator);
18 const int nbins = 500;
19 const int narrays = 100;
21 for (
int ind=0; ind<narrays; ++ind) {
23 for (
int ibin=0; ibin<
nbins; ++ibin) {
GenericValue< UTF8<> > Value
GenericValue with UTF8 encoding.
void dump(const IFrame::pointer frame)
def load(filename, jpath="depos")