Check_Simulation_Config.C should be under working

This commit is contained in:
Ryan Tang 2023-04-03 16:07:53 -04:00
parent eb2d06e67b
commit c7623f2c45

View File

@ -48,7 +48,7 @@ enum plotID { pEZ, /// 0
pEmpty }; /// 17
plotID StringToPlotID(TString str);
void Check_Simulation(TString filename = "transfer.root",
TString configFile = "../Armory/Check_Simulation_Config.txt",
TString configFile = "../working/Check_Simulation_Config.txt",
Int_t padSize = 500,
bool outputCanvas = false){