#include <iostream>
#include <fstream>
Go to the source code of this file.
|
| typedef unsigned int | uint |
| |
| typedef unsigned int uint |
Definition at line 6 of file scripttable.cpp.
8 string g[3]={
"0",
"1",
"2"};
11 string sg[3]={
"1st",
"2nd",
"3rd"};
12 string su[3]={
"Down",
"Up"};
14 for(
uint qup=0;qup<2;qup++)
15 for(
uint gL=0;gL<3;gL++)
17 for(
uint lup=0;lup<2;lup++)
18 for(
uint gQ=0;gQ<3;gQ++){
24 ifstream ff((
string(
"pdfs/T_BD/maxs_")+
string(name)+
string(
".out")).c_str());
26 cout<<
"ERROR: maxs_*.out not found"<<endl;
29 double McH=0,MR=0,MI=0;
31 cout<<name<<
" "<<McH<<
" "<<MR<<
" "<<MI<<endl;