self.__log.error('Isolation cut %s not defined!',self.isoInfo())
self.__log.debug('Configuring Isolation cut %s with values %s for [topoetcone20/et, topoetcone30/et, topoetcone40/et]',self.isoInfo(),str(self.__caloIsolationCut[self.isoInfo()]))
self.__log.debug(' and offset values %s for [topoetcone20/et, topoetcone30/et, topoetcone40/et]',self.isoInfo(),str(self.__caloIsolationOffset[self.isoInfo()]))
self.__log.debug('Configuring Isolation cut %s for [topoetcone20/et, topoetcone30/et, topoetcone40/et]',self.isoInfo())
self.__log.debug(' with values = %s and offsets = %s',
str(self.__caloIsolationCut[self.isoInfo()]),
str(self.__caloIsolationOffset[self.isoInfo()]))
else:
self.__log.debug('Configuring Isolation to AcceptAll (not applying any cut)')