CMS 3D CMS Logo

List of all members | Public Member Functions
CMSTestAnalyzer.CMSTestAnalyzer Class Reference
Inheritance diagram for CMSTestAnalyzer.CMSTestAnalyzer:

Public Member Functions

def process (self, event)
 

Detailed Description

Definition at line 4 of file CMSTestAnalyzer.py.

Member Function Documentation

def CMSTestAnalyzer.CMSTestAnalyzer.process (   self,
  event 
)

Definition at line 6 of file CMSTestAnalyzer.py.

References triggerObjects_cff.id, and edm.print().

6  def process(self, event):
7  evid = event.input.eventAuxiliary().id()
8  print('run/lumi/event:', evid.run(), evid.luminosityBlock(), evid.event())
9 
S & print(S &os, JobReport::InputFile const &f)
Definition: JobReport.cc:65