- [x] Fix typo [daighterId](https://github.com/AliceO2Group/O2Physics/blob/2715176a4b611501234e6c074f9b5c6e1ee84325/DPG/Tasks/TPC/tpcSkimsTableCreator.cxx#L453) - [x] Value-initialize `OccupancyValues occValues` [link](https://github.com/AliceO2Group/O2Physics/blob/2715176a4b611501234e6c074f9b5c6e1ee84325/DPG/Tasks/TPC/tpcSkimsTableCreator.cxx#L828) - [x] Get rid of redundant `&` (where the r.h.s. is an rvalue) [link](https://github.com/AliceO2Group/O2Physics/blob/2715176a4b611501234e6c074f9b5c6e1ee84325/DPG/Tasks/TPC/tpcSkimsTableCreator.cxx#L416-L418) and similar - [x] Decompose **if** constituents into booleans [link](https://github.com/AliceO2Group/O2Physics/blob/2715176a4b611501234e6c074f9b5c6e1ee84325/DPG/Tasks/TPC/tpcSkimsTableCreator.cxx#L833-L837) - [x] Get rid of **inlinene**ss of **template**d functions [link](https://github.com/AliceO2Group/O2Physics/blob/2715176a4b611501234e6c074f9b5c6e1ee84325/DPG/Tasks/TPC/utilsTpcSkimsTableCreator.h#L49).
OccupancyValues occValueslink&(where the r.h.s. is an rvalue) link and similar