TrigDecisionTool+PixelCalibAlgs+TauAnalysisTools: Fix cppcheck warnings.
- Redundant map lookup.
- Pass std::string by const reference, not value.
- Prefer preincrement to postincrement for iterators.
- Shadowing of member names between base and derived classes.
- std::string should be passed by const reference, not value.
- Prefer initializing members in init clauses.