Skip to content

Commit

Permalink
Small change for MC AOD refiltering also - train name for p-Pb
Browse files Browse the repository at this point in the history
  • Loading branch information
Catalin Ristea committed Jul 8, 2017
1 parent 4ef6d9c commit 7f4ec9a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions AOD/AODtrainsim_plugin.C
Original file line number Diff line number Diff line change
Expand Up @@ -950,16 +950,20 @@ void ProcessEnvironment()
iCollision = icoll;

if(icoll == kpA)
{
iCollision =kpp;
train_tag = "_p-Pb_";
}

if(icoll == kpp)
train_tag = "_p-p_";
}

if(iCollision == kPbPb)
{
useCentrality =kTRUE;
train_tag = "_Pb-Pb_";
}
else
train_tag = "_p-p_";
}
else
if(!localRunning)
Expand Down

0 comments on commit 7f4ec9a

Please sign in to comment.