40#ifndef G4THitsCollection_h
41#define G4THitsCollection_h 1
62#if defined G4DIGI_ALLOC_EXPORT
79 inline void*
operator new(std::size_t);
80 inline void operator delete(
void* anHC);
101 theHitsCollection->push_back(aHit);
102 return theHitsCollection->size();
109 return theHitsCollection->size();
135 auto theHitsCollection =
new std::vector<T*>;
143 auto theHitsCollection =
new std::vector<T*>;
151 for (
const auto* hit : *theHitsCollection) {
154 theHitsCollection->clear();
155 delete theHitsCollection;
168 for (
auto* hit : *theHitsCollection) {
177 for (
auto* hit : *theHitsCollection) {
G4DLLIMPORT G4Allocator< G4HitsCollection > *& anHCAllocator_G4MT_TLS_()
G4VHitsCollection()=default
G4bool operator==(const G4HitsCollection &right) const
~G4HitsCollection() override=default
G4VHit * GetHit(std::size_t i) const override
std::size_t insert(T *aHit)
std::size_t entries() const
std::vector< T * > * GetVector() const
void PrintAllHits() override
G4bool operator==(const G4THitsCollection< T > &right) const
~G4THitsCollection() override
T * operator[](std::size_t i) const
void DrawAllHits() override
std::size_t GetSize() const override
G4VHitsCollection()=default