def getSBInFiles(self):
		return UserTask.getSBInFiles(self) + self.libFiles + [
			utils.Result(pathAbs = utils.pathShare('gc-run.root.sh'), pathRel = 'gc-run.root.sh')]
 def getSBInFiles(self):
     return UserTask.getSBInFiles(self) + self.libFiles + [
         utils.Result(pathAbs=utils.pathShare('gc-run.root.sh'),
                      pathRel='gc-run.root.sh')
     ]