Skip to content

Commit

Permalink
Small changes to further improve CPU time (from Yuri Kharlov)
Browse files Browse the repository at this point in the history
  • Loading branch information
miweberSMI committed Sep 21, 2017
1 parent da054aa commit 8c5605e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion MC/ReconstructionConfig.C
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,11 @@ ReconstructionConfig(AliReconstruction &rec, EReconstruction_t tag)
rec.SetRunReconstruction("PHOS");
rec.SetRunTracking("PHOS");
rec.SetFillESD("PHOS");
rec.SetRunQA("PHOS:ALL");
rec.SetRunQA(":");
rec.SetWriteESDfriend(kFALSE);
rec.SetRunPlaneEff(kFALSE);
rec.SetRunMultFinder(kFALSE);
rec.SetRunVertexFinder(kFALSE);
return;

// ITSpureSA
Expand Down
2 changes: 1 addition & 1 deletion MC/SimulationConfig.C
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void SimulationConfig(AliSimulation &sim, ESimulation_t tag)
sim.SetMakeDigits("PHOS");
sim.SetMakeDigitsFromHits("");
sim.SetRunHLT("");
sim.SetRunQA("PHOS:ALL");
sim.SetRunQA(":");
return;

// EmbedBkg
Expand Down

0 comments on commit 8c5605e

Please sign in to comment.