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 297 of file xAODRootTest.py.

Member Function Documentation

◆ execute()

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

Definition at line 298 of file xAODRootTest.py.

298  def execute (self, tree, event=None):
299  cont = tree.AllocTest
300  print ('AllocTest: ', end='')
301  for a in cont:
302  print (a.atInt1(), a.atInt2(), end=' ')
303  print()
304  return
305 
306 
307 

The documentation for this class was generated from the following file:
LArG4FSStartPointFilterLegacy.execute
execute
Definition: LArG4FSStartPointFilterLegacy.py:20
Muon::print
std::string print(const MuPatSegment &)
Definition: MuonTrackSteering.cxx:28