#include "GeneratorModules/GenBase.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/DataSvc.h"
#include <fstream>
Go to the source code of this file.
◆ ATLAS_NOT_CONST_THREAD_SAFE()
Access the current event's McEventCollection.
Definition at line 28 of file GenBase.cxx.
31 if (!evtStore()->contains<McEventCollection>(m_mcEventKey) && m_mkMcEvent) {
32 ATH_MSG_DEBUG(
"Creating new McEventCollection in the event store");
34 if (evtStore()->record(mcevents, m_mcEventKey).isFailure())
40 if (evtStore()->
retrieve (mecc, m_mcEventKey).isFailure())