#include <G4ping.hh>
Definition at line 34 of file G4ping.hh.
◆ G4ping()
G4ping::G4ping |
( |
const G4String & | aName | ) |
|
|
inline |
◆ dump()
Definition at line 44 of file G4ping.hh.
45 {
46 if(std::getenv(theName))
47 {
48 std::size_t i(0);
49 for(i=0; i<theS.size(); ++i)
50 {
52 }
53 for(i=0; i<theD.size(); ++i)
54 {
56 }
57 for(i=0; i<theV.size(); ++i)
58 {
60 }
62 }
63 theS.clear();
64 theD.clear();
65 theV.clear();
66 }
G4GLOB_DLL std::ostream G4cout
◆ push_back() [1/3]
◆ push_back() [2/3]
void G4ping::push_back |
( |
const G4String & | aS | ) |
|
|
inline |
◆ push_back() [3/3]
The documentation for this class was generated from the following file: