Skip to content

bug fix for check of options in python

Sven Menke requested to merge master-CaloLocalHadCalib into master

replaced vars().has_key(...) with ... in dir() since the former syntax does not work anymore in rel22

Merge request reports