CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CMSTestAnalyzer.py
Go to the documentation of this file.
1 from PhysicsTools.HeppyCore.framework.analyzer import Analyzer
2 
3 class CMSTestAnalyzer(Analyzer):
4 
5  def process(self, event):
6  evid = event.input.eventAuxiliary().id()
7  print 'run/lumi/event:', evid.run(), evid.luminosityBlock(), evid.event()