40#ifndef G4TDigiCollection_h
41#define G4TDigiCollection_h 1
63#if defined G4DIGI_ALLOC_EXPORT
80 inline void*
operator new(std::size_t);
81 inline void operator delete(
void* aDC);
101 theDigiCollection->push_back(aHit);
102 return theDigiCollection->size();
109 return theDigiCollection->size();
135 auto theDigiCollection =
new std::vector<T*>;
143 auto theDigiCollection =
new std::vector<T*>;
151 for (
const auto* digi : *theDigiCollection) {
154 theDigiCollection->clear();
155 delete theDigiCollection;
168 for (
auto* digi : *theDigiCollection) {
177 for (
auto* digi : *theDigiCollection) {
G4DLLIMPORT G4Allocator< G4DigiCollection > *& aDCAllocator_G4MT_TLS_()
~G4DigiCollection() override=default
G4VDigiCollection()=default
G4bool operator==(const G4DigiCollection &right) const
void DrawAllDigi() override
G4VDigi * GetDigi(std::size_t i) const override
std::size_t entries() const
G4bool operator==(const G4TDigiCollection &right) const
std::size_t GetSize() const override
void PrintAllDigi() override
~G4TDigiCollection() override
std::vector< T * > * GetVector() const
std::size_t insert(T *aHit)
T * operator[](std::size_t i) const
G4VDigiCollection()=default