ATLAS Offline Software
|
#include <iostream>
#include <string>
#include "GaudiKernel/IClassManager.h"
#include "GaudiKernel/IProperty.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/SmartIF.h"
#include "GaudiKernel/IAppMgrUI.h"
#include "GaudiKernel/IClassIDSvc.h"
#include "GaudiKernel/Bootstrap.h"
#include "AthenaKernel/errorcheck.h"
#include <boost/program_options.hpp>
Go to the source code of this file.
Functions | |
int | doBanner () |
int | inputError (const std::string &errDescr, const po::options_description &optDescr) |
IAppMgrUI * | initGaudi (const std::string &options, bool verbose, ISvcLocator *&svcLocator) |
int | main (int argc, char *argv[]) |
int doBanner | ( | ) |
Definition at line 23 of file genCLIDDB.cxx.
IAppMgrUI* initGaudi | ( | const std::string & | options, |
bool | verbose, | ||
ISvcLocator *& | svcLocator | ||
) |
Definition at line 31 of file genCLIDDB.cxx.
Definition at line 25 of file genCLIDDB.cxx.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 50 of file genCLIDDB.cxx.