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, tree, event=None)
 

Detailed Description

Definition at line 376 of file xAODRootTest.py.

Member Function Documentation

◆ execute()

def xAODRootTest.AllocTestRead.execute (   self,
  tree,
  event = None 
)

Definition at line 377 of file xAODRootTest.py.

377  def execute (self, tree, event=None):
378  cont = tree.AllocTest
379  print ('AllocTest: ', end='')
380  for a in cont:
381  print (a.atInt1(), a.atInt2(), end=' ')
382  print()
383  return
384 
385 
386 

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:25