Main Page
Namespaces
Classes
Package Documentation
PhysicsTools
HeppyCore
python
analyzers
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()
CMSTestAnalyzer.CMSTestAnalyzer
Definition:
CMSTestAnalyzer.py:3
triggerObjects_cff.id
id
Definition:
triggerObjects_cff.py:32
CMSTestAnalyzer.CMSTestAnalyzer.process
def process(self, event)
Definition:
CMSTestAnalyzer.py:5
Generated for CMSSW Reference Manual by
1.8.11