#include <G4DCtable.hh>
Definition at line 50 of file G4DCtable.hh.
◆ G4DCtable()
◆ ~G4DCtable()
G4DCtable::~G4DCtable |
( |
| ) |
|
◆ entries()
G4int G4DCtable::entries |
( |
| ) |
const |
|
inline |
Definition at line 66 of file G4DCtable.hh.
std::vector< G4String > DClist
◆ GetCollectionID() [1/2]
Definition at line 46 of file G4DCtable.cc.
49 if(DCname.
index(
"/")==std::string::npos)
51 for(
int j=0;j<int(
DClist.size());j++)
62 for(
int j=0;j<int(
DClist.size());j++)
str_size index(const char *, G4int pos=0) const
std::vector< G4String > DClist
std::vector< G4String > DMlist
◆ GetCollectionID() [2/2]
Definition at line 77 of file G4DCtable.cc.
82 <<
"> does not have a registered digits collection." 89 <<
"> has more than one registered digits collections." 91 G4cerr <<
"Candidates are : ";
97 for(
size_t k=0;k<
DMlist.size();k++)
G4String GetCollectionName(G4int i) const
G4int GetNumberOfCollections() const
std::vector< G4String > DMlist
G4GLOB_DLL std::ostream G4cerr
◆ GetDCname()
Definition at line 73 of file G4DCtable.hh.
75 if(i<0||i>
entries())
return "***Not Defined***";
std::vector< G4String > DClist
◆ GetDMname()
Definition at line 68 of file G4DCtable.hh.
70 if(i<0||i>
entries())
return "***Not Defined***";
std::vector< G4String > DMlist
◆ Registor()
Definition at line 37 of file G4DCtable.cc.
39 for(
int i=0;i<int(
DClist.size());i++)
40 {
if(
DClist[i]==DCname &&
DMlist[i]==DMname)
return -1; }
std::vector< G4String > DClist
std::vector< G4String > DMlist
◆ DClist
◆ DMlist
The documentation for this class was generated from the following files: