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