#include <G4SubEvent.hh>
Definition at line 45 of file G4SubEvent.hh.
◆ G4SubEvent() [1/2]
G4SubEvent::G4SubEvent |
( |
| ) |
|
|
default |
◆ G4SubEvent() [2/2]
G4SubEvent::G4SubEvent |
( |
G4int | ty, |
|
|
std::size_t | maxEnt ) |
|
inlineexplicit |
Definition at line 50 of file G4SubEvent.hh.
51 : fSubEventType(ty), fMaxEnt(maxEnt) {;}
◆ ~G4SubEvent()
G4SubEvent::~G4SubEvent |
( |
| ) |
|
◆ clearAndDestroy()
void G4SubEvent::clearAndDestroy |
( |
| ) |
|
Definition at line 46 of file G4SubEvent.cc.
47{
48 for(auto & i : *this)
49 {
50 delete i.GetTrack();
51 delete i.GetTrajectory();
52 }
53 clear();
54}
Referenced by ~G4SubEvent().
◆ GetEvent()
G4Event * G4SubEvent::GetEvent |
( |
| ) |
const |
|
inline |
◆ GetMaxNTrack()
std::size_t G4SubEvent::GetMaxNTrack |
( |
| ) |
const |
|
inline |
◆ GetNTrack()
std::size_t G4SubEvent::GetNTrack |
( |
| ) |
const |
|
inline |
◆ GetSubEventType()
G4int G4SubEvent::GetSubEventType |
( |
| ) |
const |
|
inline |
◆ getTotalEnergy()
G4double G4SubEvent::getTotalEnergy |
( |
| ) |
const |
Definition at line 63 of file G4SubEvent.cc.
64{
66 for (const auto & i : *this)
67 {
68 totalEnergy += i.GetTrack()->GetDynamicParticle()->GetTotalEnergy();
69 }
70 return totalEnergy;
71}
◆ operator delete()
void G4SubEvent::operator delete |
( |
void * | anEvent | ) |
|
|
inline |
Definition at line 97 of file G4SubEvent.hh.
98{
100}
G4EVENT_DLL G4Allocator< G4SubEvent > *& aSubEventAllocator()
◆ operator new()
void * G4SubEvent::operator new |
( |
std::size_t | | ) |
|
|
inline |
◆ operator!=()
◆ operator=()
◆ operator==()
◆ PopFromStack()
Definition at line 56 of file G4SubEvent.cc.
57{
58 G4Exception(
"G4SubEvent::PopFromStack",
"EventStack0001",
60 return G4StackedTrack(nullptr);
61}
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
◆ PushToStack()
Definition at line 62 of file G4SubEvent.hh.
63 { push_back(aStackedTrack); }
◆ SetEvent()
void G4SubEvent::SetEvent |
( |
G4Event * | evt | ) |
|
|
inline |
The documentation for this class was generated from the following files: