1 from __future__
import print_function
5 from PhysicsTools.HeppyCore.framework.analyzer
import Analyzer
as CoreAnalyzer
8 '''Base Analyzer class. Used in Looper.''' 15 '''Automatically called by Looper, for all analyzers.''' 21 '''Automatically called by Looper, for all analyzers. 22 each analyzer in the sequence will be passed the same event instance. 23 each analyzer can access, modify, and store event information, of any type.''' 24 print(self.cfg_ana.name)
28 '''You must call this function at the beginning of the process 29 function of your child analyzer.''' 35 if self.cfg_comp.isMC:
def beginLoop(self, setup)
def readCollections(self, iEvent)
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)