Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4CollectionNameVector Class Reference

#include <G4CollectionNameVector.hh>

+ Inheritance diagram for G4CollectionNameVector:

Public Member Functions

 G4CollectionNameVector ()
 
virtual ~G4CollectionNameVector ()
 
void insert (G4String str)
 

Detailed Description

Definition at line 36 of file G4CollectionNameVector.hh.

Constructor & Destructor Documentation

◆ G4CollectionNameVector()

G4CollectionNameVector::G4CollectionNameVector ( )
inline

Definition at line 39 of file G4CollectionNameVector.hh.

39{}

◆ ~G4CollectionNameVector()

virtual G4CollectionNameVector::~G4CollectionNameVector ( )
inlinevirtual

Definition at line 40 of file G4CollectionNameVector.hh.

40{}

Member Function Documentation

◆ insert()

void G4CollectionNameVector::insert ( G4String str)
inline

Definition at line 42 of file G4CollectionNameVector.hh.

42{ push_back(str); }

Referenced by G4MultiFunctionalDetector::RegisterPrimitive().


The documentation for this class was generated from the following file: