ATLAS Offline Software
Functions
EvtExternalGenFactory.cxx File Reference
#include "EvtGen_i/EvtGenExternal/EvtExternalGenFactory.hh"
#include "EvtGenBase/EvtPatches.hh"
#include "EvtGenBase/EvtReport.hh"
#include "EvtGen_i/EvtGenExternal/EvtPythiaEngine.hh"
#include "EvtGen_i/EvtGenExternal/EvtPhotosEngine.hh"
#include "EvtGen_i/EvtGenExternal/EvtTauolaEngine.hh"
#include <iostream>
Include dependency graph for EvtExternalGenFactory.cxx:

Go to the source code of this file.

Functions

EvtExternalGenFactory *EvtExternalGenFactory::getInstance_mutable ATLAS_NOT_THREAD_SAFE ()
 Install fatal handler with default options. More...
 

Function Documentation

◆ ATLAS_NOT_THREAD_SAFE()

EvtExternalGenFactory* EvtExternalGenFactory::getInstance_mutable ATLAS_NOT_THREAD_SAFE ( )
inline

Install fatal handler with default options.

This is meant to be easy to call from python via ctypes.

Definition at line 57 of file EvtExternalGenFactory.cxx.

58 {
59  return const_cast<EvtExternalGenFactory*>(getInstance());
60 }