ATLAS Offline Software
Simulation
G4Sim
MCTruth
src
AtlasG4EventUserInfo.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
MCTruth/AtlasG4EventUserInfo.h
"
6
#include "
AtlasHepMC/GenEvent.h
"
7
8
HepMC::GenEvent*
AtlasG4EventUserInfo::GetHepMCEvent
()
9
{
10
return
m_theEvent
;
11
}
12
13
void
AtlasG4EventUserInfo::SetHepMCEvent
(HepMC::GenEvent*
ev
)
14
{
15
m_theEvent
=
ev
;
16
}
AtlasG4EventUserInfo::GetHepMCEvent
HepMC::GenEvent * GetHepMCEvent()
return a pointer to the HepMC::GenEvent used to create the G4Event.
Definition:
AtlasG4EventUserInfo.cxx:8
GenEvent.h
AtlasG4EventUserInfo::SetHepMCEvent
void SetHepMCEvent(HepMC::GenEvent *)
set m_theEvent, the pointer to the HepMC::GenEvent used to create the G4Event.
Definition:
AtlasG4EventUserInfo.cxx:13
ev
int ev
Definition:
globals.cxx:25
AtlasG4EventUserInfo::m_theEvent
HepMC::GenEvent * m_theEvent
Definition:
AtlasG4EventUserInfo.h:105
AtlasG4EventUserInfo.h
Generated on Thu Nov 7 2024 21:10:28 for ATLAS Offline Software by
1.8.18