ATLAS Offline Software
Public Member Functions | List of all members
xAODRootTest.AllocTestRead Class Reference
Collaboration diagram for xAODRootTest.AllocTestRead:

Public Member Functions

def execute (self, event)
 

Detailed Description

Definition at line 372 of file xAODRootTest.py.

Member Function Documentation

◆ execute()

def 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 

The documentation for this class was generated from the following file:
LArG4FSStartPointFilterLegacy.execute
execute
Definition: LArG4FSStartPointFilterLegacy.py:20
print
void print(char *figname, TCanvas *c1)
Definition: TRTCalib_StrawStatusPlots.cxx:26