33#define G4SubEvent_hh 1
51 : fSubEventType(ty), fMaxEnt(maxEnt) {;}
56 inline void *
operator new(std::size_t);
57 inline void operator delete(
void* anEvent);
63 { push_back(aStackedTrack); }
69 inline std::size_t
GetNTrack()
const {
return size(); }
80 G4int fSubEventType = -1;
81 std::size_t fMaxEnt = 1000;
88inline void* G4SubEvent::operator
new(std::size_t)
97inline void G4SubEvent::operator
delete(
void* aSubEvent)
G4EVENT_DLL G4Allocator< G4SubEvent > *& aSubEventAllocator()
G4SubEvent & operator=(const G4SubEvent &)=delete
G4bool operator==(const G4SubEvent &) const =delete
G4int GetSubEventType() const
G4double getTotalEnergy() const
G4StackedTrack PopFromStack()
void SetEvent(G4Event *evt)
G4SubEvent(G4int ty, std::size_t maxEnt)
std::size_t GetMaxNTrack() const
void PushToStack(const G4StackedTrack &aStackedTrack)
std::size_t GetNTrack() const
G4Event * GetEvent() const
G4bool operator!=(const G4SubEvent &) const =delete