Skip to content

Commit

Permalink
set CleanESD off by default (#368)
Browse files Browse the repository at this point in the history
Co-authored-by: shahoian <ruben.shahoyan@cern.ch>
  • Loading branch information
shahor02 and shahor02 authored May 10, 2020
1 parent 4f28f3f commit f14bd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MC/ReconstructionConfig.C
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ void ReconstructionDefault(AliReconstruction &rec)

//
// switch off cleanESD if LPMESDCLEANOFF is set to 1 in the JDL (default now is ON)
TString envClean = gSystem->Getenv("ALIEN_JDL_LPMESDCLEANOFF");
TString envClean = gSystem->Getenv("ALIEN_JDL_LPMESDCLEANON");
rec.SetCleanESD( envClean.Atoi() == 1 ? kFALSE : kTRUE );
rec.SetStopOnError(kFALSE);
rec.SetWriteESDfriend();
Expand Down

0 comments on commit f14bd93

Please sign in to comment.