![]() |
Darwin
1.0
Event loop based prototype framework
|
#include <cstdlib>
#include <stdexcept>
#include <iostream>
#include <filesystem>
#include <string>
#include <optional>
#include <memory>
#include "darwin.h"
#include "Objects.h"
#include <boost/property_tree/ptree.hpp>
#include <TROOT.h>
#include <TFile.h>
#include <TTree.h>
#include <TH1.h>
Namespaces | |
Darwin | |
Darwin::Physics | |
Functions | |
void | example03 (const vector< fs::path > &inputs, const fs::path &output, const pt::ptree &config, const int steering, const DT::Slice slice={1, 0}) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |