Aachen-3A / PxlAnalyzer

The PxlAnalyzer serves as the framework to run dedicated Analysis on pxlio files created by the PxlSkimmer
1 stars 0 forks source link

Refactoring: apply coding conventions #32

Open jojonas opened 8 years ago

jojonas commented 8 years ago

Just taking a look at Main/Systematics.cc, there are many variable names written in uppercase, alongside other conventions. This makes reading and understanding the code unnecessary complicated because one cannot distinguish between class names and instance names.

In one refactoring commit, these variable names should be fixed and the result tested.