#include "CAFAna/Analysis/CSVMaker.h"
#include <functional>
#include <iomanip>
#include <iostream>
#include <limits>
#include <stdexcept>
#include <vector>
#include "CAFAna/Core/Var.h"
#include "CAFAna/Core/MultiVar.h"
#include "StandardRecord/Proxy/SRProxy.h"
Go to the source code of this file.
Namespaces | |
ana | |
Cuts and Vars for the 2020 FD DiF Study. | |
Functions | |
template<class T , class S > | |
bool | ana::printSeparatedValues (std::ostream &output, const std::vector< T > &values, bool firstValuePrinted, S separator, std::function< void(std::ostream &, const T &)> printValue) |