Skip to content

Commit

Permalink
fix saving of SPD traklets in muon AOD for muon_calo passes
Browse files Browse the repository at this point in the history
  • Loading branch information
pillot authored and fprino committed Oct 25, 2017
1 parent f860eec commit 71ed389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AOD/AODtrain.C
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ void AddAnalysisTasks(const char *cdb_location)
mgr->RegisterExtraFile("AliAOD.Muons.root");
}

Bool_t muonWithSPDTracklets = (iCollision==kPbPb || iCollision==kXeXe || isMuonCaloPass) ? kFALSE : kTRUE; // add SPD information to muon AOD only for pp
Bool_t muonWithSPDTracklets = (iCollision==kPbPb || iCollision==kXeXe) ? kFALSE : kTRUE; // add SPD information to muon AOD only for pp

AliAnalysisTaskESDfilter *taskesdfilter =
AddTaskESDFilter(useKFILTER,
Expand Down

0 comments on commit 71ed389

Please sign in to comment.