Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
PhysicsTools
HeppyCore
python
analyzers
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())
CMSTestAnalyzer.CMSTestAnalyzer.process
def process
Definition:
CMSTestAnalyzer.py:6
gpuClustering::id
uint16_t *__restrict__ id
Definition:
gpuClusterChargeCut.h:21
CMSTestAnalyzer.CMSTestAnalyzer
Definition:
CMSTestAnalyzer.py:4
print
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition:
Utilities.cc:47
Generated for CMSSW Reference Manual by
1.8.5