71 std::vector< double>* aLogProbVector,
size_t n_pro_decade){
81 std::vector< size_t>* aLogProbVectorIndex = 0;
84 if (n_pro_decade > 0 && aLogProbVector->size()>0) {
85 aLogProbVectorIndex =
new std::vector< size_t>();
86 dlog=std::log(10.)/n_pro_decade;
92 aLogProbVectorIndex->push_back(theInterpolator->
FindPosition(log_val,(*aLogProbVector)));
109 std::vector< double>*& aLogProbVector, std::vector< size_t>*& aLogProbVectorIndex)
124 { std::fstream FileOutput(file_name, std::ios::out);
125 FileOutput<<std::setiosflags(std::ios::scientific);
126 FileOutput<<std::setprecision(6);
135 if (j1<10) FileOutput<<
'\t';
141 if (j1>0) FileOutput<<
G4endl;
147 if (j1<10) FileOutput<<
'\t';
153 if (j1>0) FileOutput<<
G4endl;
171 for (
size_t i=0; i<
n1;i++){
180 for (
size_t j=0; j<n2;j++){
186 for (
size_t j=0; j<n2;j++){