Geant4 11.3.0
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 (const G4String &str)
 

Detailed Description

Definition at line 37 of file G4CollectionNameVector.hh.

Constructor & Destructor Documentation

◆ G4CollectionNameVector()

G4CollectionNameVector::G4CollectionNameVector ( )
inline

Definition at line 40 of file G4CollectionNameVector.hh.

40{}

◆ ~G4CollectionNameVector()

virtual G4CollectionNameVector::~G4CollectionNameVector ( )
inlinevirtual

Definition at line 41 of file G4CollectionNameVector.hh.

41{}

Member Function Documentation

◆ insert()

void G4CollectionNameVector::insert ( const G4String & str)
inline

Definition at line 43 of file G4CollectionNameVector.hh.

43{ push_back(str); }

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