Skip to content

Commit 98bf395

Browse files
authored
Update GeneratorGraniitti.C
1 parent 9c5ee41 commit 98bf395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/config/PWGUD/external/generator/GeneratorGraniitti.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public:
3131
}
3232

3333
auto fname = ((TObjString*)parts->At(1))->GetString();
34-
hepmcFile =(std::string)fname.ReplaceAll("\"", "").ReplaceAll(",", "") + ".hepmc3";
34+
hepmcFile = gSystem->Getenv("PWD")+"/"+(std::string)fname.ReplaceAll("\"", "").ReplaceAll(",", "")+".hepmc3";
3535
return true;
3636
}
3737

0 commit comments

Comments
 (0)