#include "Bootstrapper.h"
#include <utl/TabulatedFunctionErrors.h>
#include <utl/MultiTabulatedFunctionErrors.h>
#include <utl/ErrorLogger.h>
#include <utl/AugerException.h>
#include <assert.h>
#include <cmath>
#include <string>
#include <sstream>
#include <iostream>
#include <vector>
#include <algorithm>
Go to the source code of this file.
Estimate the uncertainty of the light-collection efficiency with the bootstrap method
Definition in file Bootstrapper.cc.