75 """Initialization signal at the start of the event processing"""
77 output_tfile = ROOT.TFile(self.output_file_name, "RECREATE")
79 # Substitute the output file with the common output file opened in this module.
80 for module in self.modules:
81 module.output_file_name = output_tfile
84 self.output_tfile = output_tfile