ATLAS Offline Software
Classes | Functions
POOL Namespace Reference

Classes

class  TEvent
 

Functions

IAppMgrUI * Init (const char *options="POOLRootAccess/basic.opts")
 Bootstraps (creates and configures) the Gaudi Application with the provided options file. More...
 

Function Documentation

◆ Init()

IAppMgrUI * POOL::Init ( const char *  options = "POOLRootAccess/basic.opts")

Bootstraps (creates and configures) the Gaudi Application with the provided options file.

Definition at line 29 of file PhysicsAnalysis/POOLRootAccess/src/TEvent.cxx.

29  {
30  return AAH::initGaudi(options); //see AthAnalysisHelper
31 }
python.AtlRunQueryLib.options
options
Definition: AtlRunQueryLib.py:379
AthAnalysisHelper::initGaudi
static IAppMgrUI * initGaudi(const char *options="")
initGaudi method starts the gaudi ApplicationMgr ready for working with all the components
Definition: AthAnalysisHelper.cxx:21