Public Member Functions | |
def | __init__ |
def | __str__ |
def | beginLoop |
def | endLoop |
def | process |
def | write |
Public Attributes | |
averages | |
beginLoopCalled | |
cfg_ana | |
cfg_comp | |
class_object | |
counters | |
dirName | |
instance_label | |
looperName | |
mainLogger | |
name | |
verbose | |
Base Analyzer class. Used in Looper. Your custom analyzers should inherit from this class
Definition at line 11 of file analyzer.py.
def analyzer.Analyzer.__init__ | ( | self, | |
cfg_ana, | |||
cfg_comp, | |||
looperName | |||
) |
Create an analyzer. Parameters (also stored as attributes for later use): cfg_ana: configuration parameters for this analyzer (e.g. a pt cut) cfg_comp: configuration parameters for the data or MC component (e.g. DYJets) looperName: name of the Looper which runs this analyzer. Attributes: dirName : analyzer directory, where you can write anything you want
Definition at line 17 of file analyzer.py.
def analyzer.Analyzer.__str__ | ( | self | ) |
A multipurpose printout. Should do the job for most analyzers.
Definition at line 75 of file analyzer.py.
References analyzer.Analyzer.averages, analyzer.Analyzer.cfg_ana, join(), and str.
def analyzer.Analyzer.beginLoop | ( | self, | |
setup | |||
) |
def analyzer.Analyzer.endLoop | ( | self, | |
setup | |||
) |
Automatically called by Looper, for all analyzers.
Definition at line 55 of file analyzer.py.
References str.
def analyzer.Analyzer.process | ( | self, | |
event | |||
) |
Automatically called by Looper, for all analyzers. each analyzer in the sequence will be passed the same event instance. each analyzer can access, modify, and store event information, of any type.
Definition at line 62 of file analyzer.py.
References print().
def analyzer.Analyzer.write | ( | self, | |
setup | |||
) |
Called by Looper.write, for all analyzers. Just overload it if you have histograms to write.
Definition at line 69 of file analyzer.py.
References analyzer.Analyzer.dirName, and MuonIsolationDQM.dirName.
analyzer.Analyzer.averages |
Definition at line 51 of file analyzer.py.
Referenced by analyzer.Analyzer.__str__(), core.PileUpAnalyzer.PileUpAnalyzer.process(), and objects.VertexAnalyzer.VertexAnalyzer.process().
analyzer.Analyzer.beginLoopCalled |
Definition at line 46 of file analyzer.py.
analyzer.Analyzer.cfg_ana |
Definition at line 32 of file analyzer.py.
Referenced by objects.LeptonAnalyzer.LeptonAnalyzer.__init__(), analyzer.Analyzer.__str__(), DiLeptonAnalyzer.DiLeptonAnalyzer.beginLoop(), core.AutoFillTreeProducer.AutoFillTreeProducer.declareCoreVariables(), core.AutoFillTreeProducer.AutoFillTreeProducer.declareVariables(), gen.GeneratorAnalyzer.GeneratorAnalyzer.makeMCInfo(), objects.TauAnalyzer.TauAnalyzer.makeTaus(), objects.METAnalyzer.METAnalyzer.makeTkMETs(), JetAnalyzer.JetAnalyzer.process(), objects.VertexAnalyzer.VertexAnalyzer.process(), core.AutoFillTreeProducer.AutoFillTreeProducer.process(), DiLeptonAnalyzer.DiLeptonAnalyzer.selectionSequence(), DiLeptonAnalyzer.DiLeptonAnalyzer.shiftEnergyScale(), and DiLeptonAnalyzer.DiLeptonAnalyzer.trigMatched().
analyzer.Analyzer.cfg_comp |
Definition at line 33 of file analyzer.py.
Referenced by looper.Looper._build(), core.AutoFillTreeProducer.AutoFillTreeProducer.fillCoreVariables(), looper.Looper.loop(), and JetAnalyzer.JetAnalyzer.process().
analyzer.Analyzer.class_object |
Definition at line 28 of file analyzer.py.
analyzer.Analyzer.counters |
Definition at line 50 of file analyzer.py.
Referenced by counter.Counters.__str__(), counter.Counters.addCounter(), counter.Counters.counter(), and counter.Counters.write().
analyzer.Analyzer.dirName |
Definition at line 36 of file analyzer.py.
Referenced by addOnTests.testit.run(), analyzer.Analyzer.write(), and core.JSONAnalyzer.JSONAnalyzer.write().
analyzer.Analyzer.instance_label |
Definition at line 29 of file analyzer.py.
Referenced by config.Analyzer.build_name(), config.Service.build_name(), Filter.Filter.process(), SimpleJetAnalyzer.SimpleJetAnalyzer.process(), and ResonanceBuilder.ResonanceBuilder.process().
analyzer.Analyzer.looperName |
Definition at line 34 of file analyzer.py.
analyzer.Analyzer.mainLogger |
Definition at line 44 of file analyzer.py.
analyzer.Analyzer.name |
Definition at line 30 of file analyzer.py.
Referenced by FWLite.ElectronMVAID.__call__(), dirstructure.Directory.__create_pie_image(), DisplayManager.DisplayManager.__del__(), dqm_interfaces.DirID.__eq__(), dirstructure.Directory.__get_full_path(), dirstructure.Comparison.__get_img_name(), dataset.Dataset.__getDataType(), dataset.Dataset.__getFileInfoList(), dirstructure.Comparison.__make_image(), dirstructure.Directory.__repr__(), dqm_interfaces.DirID.__repr__(), dirstructure.Comparison.__repr__(), config.Service.__setattr__(), config.CFG.__str__(), counter.Counter.__str__(), average.Average.__str__(), FWLite.WorkingPoints._reformat_cut_definitions(), dirstructure.Directory.calcStats(), geometryComparison.GeometryComparison.createScript(), validation.Sample.digest(), python.rootplot.utilities.Hist.divide(), python.rootplot.utilities.Hist.divide_wilson(), DisplayManager.DisplayManager.Draw(), utils.StatisticalTest.get_status(), production_tasks.Task.getname(), dataset.CMSDataset.getPrimaryDatasetEntries(), dataset.PrivateDataset.getPrimaryDatasetEntries(), primaryVertexResolution.PrimaryVertexResolution.getRepMap(), primaryVertexValidation.PrimaryVertexValidation.getRepMap(), zMuMuValidation.ZMuMuValidation.getRepMap(), VIDSelectorBase.VIDSelectorBase.initialize(), dirstructure.Directory.print_report(), dataset.BaseDataset.printInfo(), dataset.Dataset.printInfo(), production_tasks.MonitorJobs.run(), python.rootplot.utilities.Hist.TGraph(), python.rootplot.utilities.Hist.TH1F(), counter.Counter.write(), and average.Average.write().
analyzer.Analyzer.verbose |
Definition at line 31 of file analyzer.py.
Referenced by python.diff_provenance.difference.list_diff(), python.diffProv.difference.list_diff(), python.diff_provenance.difference.module_diff(), python.diffProv.difference.module_diff(), python.diff_provenance.difference.onefilemodules(), and python.diffProv.difference.onefilemodules().