62 theChannelData =
nullptr;
69 std::istringstream theChannel(filename, std::ios::in);
71 man->GetDataStream(filename, theChannel);
75 G4cout <<
"G4ParticleHPIsoData::Init = " << filename <<
" " <<
A <<
" " << Z <<
G4endl;
78 if (Z == 1 && (aFile.
GetZ() != Z || aFile.
GetA() !=
A)) {
80 G4cout <<
"Skipped = " << filename <<
" " <<
A <<
" " << Z <<
G4endl;
87 if (theChannel.eof()) {
91 theChannel >> dummy >> dummy;
95 theChannelData->Init(theChannel, nData, CLHEP::eV, abundance * CLHEP::barn);
const G4String & GetName() const
G4bool Init(G4int A, G4int Z, G4double abun, const G4String &dirName, const G4String &aFSType)
G4String GetName(G4int A, G4int Z, const G4String &base, const G4String &rest)
void FillChannelData(G4ParticleHPVector *aBuffer)
static G4ParticleHPManager * GetInstance()
const G4ParticleHPDataPoint & GetPoint(G4int i) const
G4int GetVectorLength() const