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 
4 class CMSTestAnalyzer(Analyzer):
5 
6  def process(self, event):
7  evid = event.input.eventAuxiliary().id()
8  print('run/lumi/event:', evid.run(), evid.luminosityBlock(), evid.event())
S & print(S &os, JobReport::InputFile const &f)
Definition: JobReport.cc:66