Sandro Wenzel
Sandro Wenzel
Vc-revision: 080116dec206dca965f01a9b19e6885e0f9a0cac OS: CentOS7 Compiler: g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4) Flags: see attachment ( combination of sse + -ffast-math ) CPU: does not matter (reproduced on different architectures)...
Loading the o2 module from `cvmfs/alice-nightlies.cern.ch` gives (using `module list`): ``` 1) BASE/1.0 10) GEANT4/v10.3.3-3 19) ZeroMQ/v4.1.5-6 28) HepMC3/v3.0.0+git_d43693ce0e-1 2) GSL/v1.16-26 11) vgm/v4-4-12 20) nanomsg/v1.0.0+git_c52f1bedca-1 29) O2HLTCATracking/hlt_o2_ca_tracking-v1.7-3 3) FreeType/v2.6-35 12)...
As a user I want to be able to create build recipes for situations in which a git repositories are hooked into mother git repositories (this is the case for...
As a user I would like to type as few text as possible. A bash completion module for alibuild + alienv would be fantastic.
Many users of alibuild don't need tarballs created from build artefacts. It would be good to offer an option not to create them. Unfortunately, the tarball creation may take a...
Adding energy component to MCTrack properties. Needs to be done since AOD also has energy and we need to store generator particles for which we don't know the mass (strings,...
I ran into the following problem: a) I do not set HEADERS explicitely in my cmake b) I set LINKDEF to some LinkDef.h Since HEADERS are not set, `O2_GENERATE_LIBRARY` will...
We need to put a unit test that runs the whole sequence to algorithms and performs a final check on some numbers (like tracking efficiency).
Make sure detectors have a correct default constructor such that reading from FairParBaseSet (done by FairRunAna) does not crash or investigate why default constructors don't work. Detectors having only `Detector()...
Prefer ``` namespace o2 { namespace det { class Detector { public: using HitType = } }}} ``` over ``` namespace o2 { namespace det { using HitType = }}...