bug fix for SimCheckerConfig.txt renamed
This commit is contained in:
parent
bba74763f0
commit
90df60b650
|
@ -28,7 +28,7 @@
|
|||
plotID StringToPlotID(TString str);
|
||||
|
||||
void SimChecker(TString filename = "transfer.root",
|
||||
TString configFile = "../working/SimChecker_Config.txt",
|
||||
TString configFile = "../working/SimCheckerConfig.txt",
|
||||
Int_t padSize = 500,
|
||||
bool outputCanvas = false){
|
||||
|
||||
|
|
|
@ -362,7 +362,7 @@ void MyMainFrame::OpenFile(int ID){
|
|||
if ( ID == 6 ) fileName = "../working/DWBA.out";
|
||||
if ( ID == 7 ) fileName = "../working/DWBA.Xsec.txt";
|
||||
|
||||
if ( ID == 4 ) fileName = "../working/SimChecker_Config.txt";
|
||||
if ( ID == 4 ) fileName = "../working/SimCheckerConfig.txt";
|
||||
if ( ID == 8 ) fileName = isoFileName;
|
||||
|
||||
//test if file exist
|
||||
|
|
Loading…
Reference in New Issue
Block a user