CMS 3D CMS Logo

CMSTestAnalyzer.py
Go to the documentation of this file.
1 from __future__ import print_function
2 from PhysicsTools.HeppyCore.framework.analyzer import Analyzer
3 
5 
6  def process(self, event):
7  evid = event.input.eventAuxiliary().id()
8  print('run/lumi/event:', evid.run(), evid.luminosityBlock(), evid.event())
CMSTestAnalyzer.CMSTestAnalyzer
Definition: CMSTestAnalyzer.py:4
remoteMonitoring_LED_IterMethod_cfg.Analyzer
Analyzer
Definition: remoteMonitoring_LED_IterMethod_cfg.py:32
print
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition: Utilities.cc:46
CMSTestAnalyzer.CMSTestAnalyzer.process
def process(self, event)
Definition: CMSTestAnalyzer.py:6
triggerObjects_cff.id
id
Definition: triggerObjects_cff.py:31