Skip to content

Commit 13fe493

Browse files
committed
fixed path error
1 parent fb65caa commit 13fe493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎MC/config/PWGLF/ini/tests/GeneratorLF_phiphi2.C‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
int External()
22
{
3-
const std::string path{"/home/sawan/alice/practice/testMC/PhiPhi/o2sim_Kine.root"};
3+
const std::string path{"o2sim_Kine.root"};
44

55
TFile file(path.c_str(), "READ");
66
if (file.IsZombie())

0 commit comments

Comments
 (0)