def writeConfig(self): """Writes all of the initialization variables to the config file called <basename>.cfg""" qU.writeConfig(quickLogger=self.logger, commonDictionary=self.commonConf, likelihoodDictionary=self.likelihoodConf)
def writeConfig(self): """Writes all of the initialization variables to the config file called <basename>.cfg.""" qU.writeConfig(quickLogger=self.logger, commonDictionary=self.commonConf, analysisDictionary=self.analysisConf)