yoda is hosted by Hepforge, IPPP Durham
YODA - Yet more Objects for Data Analysis 2.0.0
TestHelpers.h File Reference
#include <vector>
#include <fstream>

Go to the source code of this file.

Classes

struct  TestHelpers::TestData
 Precalculated data with it's properties used in statistical objects tests. More...
 

Namespaces

namespace  TestHelpers
 

Functions

void TestHelpers::skip_lines (std::istream &pStream, size_t pLines)
 From here: https://stackoverflow.com/a/2581839.