1 from PhysicsTools.HeppyCore.framework.analyzer
import Analyzer
2 from PhysicsTools.HeppyCore.statistics.tree
import Tree
8 super(SimpleTreeProducer, self).
beginLoop(setup)
12 self.
tree = Tree( self.cfg_ana.tree_name,
13 self.cfg_ana.tree_title )
14 self.tree.var(
'test_variable')
17 self.tree.fill(
'test_variable', event.input.var1)
static std::string join(char **cmd)