ATLAS Offline Software
Loading...
Searching...
No Matches
xAODRootTest.AllocTestRead Class Reference
Collaboration diagram for xAODRootTest.AllocTestRead:

Public Member Functions

 execute (self, event)

Detailed Description

Definition at line 372 of file xAODRootTest.py.

Member Function Documentation

◆ execute()

xAODRootTest.AllocTestRead.execute ( self,
event )

Definition at line 373 of file xAODRootTest.py.

373 def execute (self, event):
374 cont = event['AllocTest']
375 print ('AllocTest: ', end='')
376 for a in cont:
377 print (a.atInt1(), a.atInt2(), end=' ')
378 print()
379 return
380
381
382
void print(char *figname, TCanvas *c1)

The documentation for this class was generated from the following file: