示例#1
0
    def beginFile(self, inputFile, outputFile, inputTree, wrappedOutputTree):
        for x in self._helpers:
            x.initInputTree(inputTree)
        self.initReaders(inputTree)
#        self.initWorkers(self.btagL_thr,self.btagM_thr)
        declareOutput(self, wrappedOutputTree, self.branches)
        for x in self._helpers: 
            x.initOutputTree(wrappedOutputTree.tree(), True);
示例#2
0
 def beginFile(self, inputFile, outputFile, inputTree, wrappedOutputTree):
     print self.outVars
     declareOutput(self, wrappedOutputTree, self.outVars)
示例#3
0
 def beginFile(self, inputFile, outputFile, inputTree, wrappedOutputTree):
     declareOutput(self, wrappedOutputTree, [(self.label, "I")])
示例#4
0
 def beginFile(self, inputFile, outputFile, inputTree, wrappedOutputTree):
     declareOutput(self, wrappedOutputTree, self.branches)
示例#5
0
 def beginFile(self, inputFile, outputFile, inputTree, wrappedOutputTree):
     declareOutput(self, wrappedOutputTree, [ ("n"+self.coll,"I"), ("n"+self.coll+"_"+self.label, "I"), (self.coll+"_"+self.label,"I",100,"n"+self.coll) ])