AliceO2
AliceO2 copied to clipboard
O2 software project for the ALICE experiment at CERN
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 = }}...
Provide solution not using public inheritance which does not seem to apply here.
Displaying the generated man pages with `man` leads to strangely formatted output, at least it's different from what I'm used to from `man` Doesn't `man` invoke `nroff`directly in order to...
The readability and maintainability of the present (written in C++9x) ITS geometry code can be improved using new powerful features of C++11(14, ...). To start with, the raw pointers and...
I propose a consistent naming convention for MC simulation points / hits among detectors. Having consistent naming conventions improves the readability of the code. Since now AliceO2 has its own...
Using the the shell scripts in the O2 bulid folder for simulation/digitisation and clusteristiaon don't work. macro/run_*tpc.sh It seems that the library path is not set properly. For this reason,...
I think it would be nicer to have the "sim_tpc.C" tests under the tpc directory instead of "/macro".
As proposed today in https://indico.cern.ch/event/1416151/ this would implement option b (e.g. the inclusion of the time0 for tpc-only track with encoding of the deltaFwd/Bwd). @miranov25 If you could please have...