Frederik Beaujean
Frederik Beaujean
...when building the first compiled example. It works for in-source builds. An example error: ``` Making all in systematics make[6]: Entering directory '/home/beaujean/workspace/bat/build_master/BAT-1.0.0-RC2/_build/sub/examples/advanced/mtf/systematics' /bin/bash ../../../../libtool --tag=CXX --mode=link g++ -I../../../../src/.includes -I../../../../models/base/.includes...
Examples and template have commented code that users can try out. Let's verify this compiles before releasing 1.0
From a user: Two things are still a bit strange though: 1. In some cases I get an uncertainty of 0, like for example: Detail : Running Cuba (Divonne) integration...
We want to keep `INSTALL.md` the only file with instructions but it would be nice to also have it rendered in the manual's pdf instead of just refering to the...
That would slow down synchronization overhead. Should be not too hard now that more information is inside `ThreadLocalStorage`
Just before the release of 1.0, run some examples with - [ ] ROOT 5 or 6 - [ ] valgrind, `g++ -fsanitize=address`, and intel inspector to check for memory...
The memory management is broken here. There are leaks and copy construction of an `BCMTF` leads to double delete. In `examples/advanced/mtf/systematics`: ```c++ ... // perform analysis facility.PerformSingleSystematicAnalyses("systematics"); // testing copy...
This is a request I hear from users again and again although not every user sees a need for it since BAT is meant for people who know how to...
We need an option to turn off building the docs so on mac we don't need latex. This should allow us to test our code in automated way on mac,...
This one is from an old todo ``` c++ void BCMTF::PrintStack(int channelindex, const std::vector& parameters, const std::string& filename, const std::string& options) { // todo: // - add difference/ratio/significance plot below...