CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
CMSTestAnalyzer.CMSTestAnalyzer Class Reference
Inheritance diagram for CMSTestAnalyzer.CMSTestAnalyzer:

Public Member Functions

def process
 

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 gpuClustering.id, and print().

6 
7  def process(self, event):
8  evid = event.input.eventAuxiliary().id()
9  print('run/lumi/event:', evid.run(), evid.luminosityBlock(), evid.event())
uint16_t *__restrict__ id
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition: Utilities.cc:47