AliceO2 icon indicating copy to clipboard operation
AliceO2 copied to clipboard

Modernization of the ITS geometry code

Open iouribelikov opened this issue 8 years ago • 0 comments

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 dynamically allocated arrays could (almost always) be replaced with smart pointers and STL containers.

iouribelikov avatar Jun 14 '17 10:06 iouribelikov