1 from PhysicsTools.HeppyCore.framework.analyzer
import Analyzer
8 servname =
'_'.
join([
'PhysicsTools.HeppyCore.framework.services.tfile.TFileService',
9 self.cfg_ana.file_label
11 tfileservice = setup.services[servname]
12 tfileservice.file.cd()
13 self.
hist = TH1F(
"hist",
"an histogram", 200, 0, 200)
16 self.hist.Fill(event.iEv)
static std::string join(char **cmd)