def fileName(self, index=None): return "/".join([supy.whereami(), configuration.localpath(), "%d.root" % index])
def fileName(): return "%s/%s/skim.root" % (supy.whereami(), configuration.localpath())
def listOfSampleDictionaries(self) : localDict = supy.samples.SampleHolder() filePath = "%s/%s/integers.root"%(supy.whereami(),configuration.localpath()) localDict.add('integers','["%s"]'%filePath, lumi=0.009) return [localDict]
def fileName(min, max): dir = "%s/%s" % (supy.whereami(), configuration.localpath()) return '%s/skim_%s.root' % (dir, stem(min, max))
def filePath() : return "%s/%s/typetree.root"%(supy.whereami(),configuration.localpath())