Skip to content

Commit 561e967

Browse files
authored
Merge pull request #4134 from pinkenburg/fix-oo-pileup
fix typo
2 parents 747eba0 + 45f47ca commit 561e967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offline/framework/frog/CreateFileList.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
{
198198
$pp_pileupstring = sprintf("_%dkHz",$pileup);
199199
$AuAu_pileupstring = sprintf("_%dkHz%s",$pileup, $AuAu_bkgpileup);
200-
$OO_pileupstring = sprintf("_%dkHz%s",$pileup,$ OO_bkgpileup);
200+
$OO_pileupstring = sprintf("_%dkHz%s",$pileup,$OO_bkgpileup);
201201
}
202202
if (defined $nobkgpileup)
203203
{

0 commit comments

Comments
 (0)