Skip to content

Commit

Permalink
Comment the call to AddStandardV0HypSel
Browse files Browse the repository at this point in the history
  • Loading branch information
fprino committed Feb 14, 2020
1 parent e05f180 commit 3abbfaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AOD/main_AODtrainRawAndMC.C
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,8 @@ void AddAnalysisTasks(const char *cdb_location, Bool_t isMC)
AliAnalysisTaskWeakDecayVertexer *taskWDV = AddTaskWeakDecayVertexer();
if(AliAnalysisTaskWeakDecayVertexer::Class()->GetMethodAny("SetUseImprovedFinding")) taskWDV -> SetUseImprovedFinding();
taskWDV -> SetupLooseVertexing();
if(AliAnalysisTaskWeakDecayVertexer::Class()->GetMethodAny("AddStandardV0HypSel")) taskWDV -> AddStandardV0HypSel();
// 15/02/2020: comment the call to AddStandardV0HypSel while debugging it
// if(AliAnalysisTaskWeakDecayVertexer::Class()->GetMethodAny("AddStandardV0HypSel")) taskWDV -> AddStandardV0HypSel();
}

//PWGAgammaconv
Expand Down

0 comments on commit 3abbfaa

Please sign in to comment.