Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
PhysicsTools
HeppyCore
python
analyzers
Printer.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
Printer
(Analyzer):
5
6
def
beginLoop
(self, setup):
7
super(Printer, self).
beginLoop
(setup)
8
self.
firstEvent
=
True
9
10
def
process
(self, event):
11
if
self.
firstEvent
:
12
event.input.Print()
13
self.
firstEvent
=
False
14
print
(
"printing event"
, event.iEv,
'var1'
, event.input.var1)
15
Printer.Printer.process
def process
Definition:
Printer.py:10
Printer.Printer.beginLoop
def beginLoop
Definition:
Printer.py:6
print
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition:
Utilities.cc:47
Printer.Printer
Definition:
Printer.py:4
Printer.Printer.firstEvent
firstEvent
Definition:
Printer.py:8
Generated for CMSSW Reference Manual by
1.8.5