Skip to content

Commit

Permalink
Use HLT TPC-compression-only mode by default (#248)
Browse files Browse the repository at this point in the history
Merging! Thanks!
  • Loading branch information
davidrohr authored and chiarazampolli committed Mar 21, 2019
1 parent 6698bc8 commit b04450c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MC/SimulationConfig.C
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#include "TROOT.h"
#endif

#include "../Utils/CheckAliRootVersion.C"

enum ESimulation_t {
kSimulationDefault,
kSimulationMuon,
Expand Down Expand Up @@ -230,6 +232,7 @@ void SimulationDefault(AliSimulation &sim)
//
// HLT settings
TString hltConfig = "auto";
if (IsAliPhysicsMoreRecentThanOrEqualTo("v5-09-46")) hltConfig = "auto chains=TPC-compression-only";
if (gSystem->Getenv("CONFIG_HLT"))
hltConfig = gSystem->Getenv("CONFIG_HLT");
sim.SetRunHLT(hltConfig.Data());
Expand Down

0 comments on commit b04450c

Please sign in to comment.