1 from __future__
import print_function
5 from PhysicsTools.HeppyCore.framework.analyzer
import Analyzer
as CoreAnalyzer
9 '''Base Analyzer class. Used in Looper.''' 16 '''Automatically called by Looper, for all analyzers.''' 22 '''Automatically called by Looper, for all analyzers. 23 each analyzer in the sequence will be passed the same event instance. 24 each analyzer can access, modify, and store event information, of any type.''' 25 print(self.cfg_ana.name)
29 '''You must call this function at the beginning of the process 30 function of your child analyzer.''' 34 for str,handle
in six.iteritems(self.
handles):
36 if self.cfg_comp.isMC:
37 for str,handle
in six.iteritems(self.
mchandles):
S & print(S &os, JobReport::InputFile const &f)
def beginLoop(self, setup)
def readCollections(self, iEvent)