TrigPSC: Code cleanup
Some C++ and Python cleanup:
- Use
unique_ptr
forConfig
object - Use
override
for virtual methods - Use
nullptr
where appropriate - Remove unnecessary includes
- Some python3 fixes and general cleanup
Some C++ and Python cleanup:
unique_ptr
for Config
objectoverride
for virtual methodsnullptr
where appropriate