ATLAS Offline Software
Loading...
Searching...
No Matches
InitPyAnalysisCore.py
Go to the documentation of this file.
1import cppyy
2
3# load Dictionaries and Tools
4from PyAnalysisCore import PyEventTools
5from PyAnalysisCore import PyTruthTools
6from PyParticleTools import PyParticleTools
7from PyTriggerTools import PyTriggerTools
8
9# seek
10include ('AthenaServices/ReadAthenaPoolSeek_jobOptions.py')
11
12# this must be the last one, since proxy classes are patched by this
13include ('PyKernel/InitPyKernel.py')