Skip to content

Commit

Permalink
Merge branch 'master' of https://git.cern.ch/reps/AliRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
lramona committed Oct 7, 2014
2 parents 074dca6 + 6d4805e commit 2056830
Show file tree
Hide file tree
Showing 6 changed files with 863 additions and 83 deletions.
5 changes: 5 additions & 0 deletions ANALYSIS/AliAnalysisTaskPIDResponse.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ void AliAnalysisTaskPIDResponse::UserCreateOutputObjects()
fPIDResponse->SetCustomTPCpidResponse(resp.Data());
AliInfo(Form("Setting custom TPC response file: '%s'",resp.Data()));
}
else if (resp.BeginsWith("TPC-Maps:")){
resp.ReplaceAll("TPC-Maps:","");
fPIDResponse->SetCustomTPCetaMaps(resp.Data());
AliInfo(Form("Setting custom TPC eta maps file: '%s'",resp.Data()));
}
}
delete arr;
}
Expand Down
Loading

0 comments on commit 2056830

Please sign in to comment.