4 from PhysicsTools.HeppyCore.framework.analyzer
import Analyzer
as CoreAnalyzer
7 '''Base Analyzer class. Used in Looper.''' 14 '''Automatically called by Looper, for all analyzers.''' 20 '''Automatically called by Looper, for all analyzers. 21 each analyzer in the sequence will be passed the same event instance. 22 each analyzer can access, modify, and store event information, of any type.''' 23 print self.cfg_ana.name
27 '''You must call this function at the beginning of the process 28 function of your child analyzer.''' 32 for str,handle
in self.handles.iteritems():
34 if self.cfg_comp.isMC:
35 for str,handle
in self.mchandles.iteritems():
def beginLoop(self, setup)
def readCollections(self, iEvent)