Skip to content

Commit

Permalink
Update treeCreatorTccToD0D0Pi.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbiao-phy authored Jan 21, 2025
1 parent 5c44f4c commit c033f61
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions PWGHF/TableProducer/treeCreatorTccToD0D0Pi.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,6 @@ struct HfTreeCreatorTccToD0D0Pi {

void init(InitContext const&)
{

std::array<bool, 1> doprocess{doprocessDataWithML};
if (std::accumulate(doprocess.begin(), doprocess.end(), 0) != 1) {
LOGP(fatal, "Only one process function can be enabled at a time.");
}
// soft pion setting take from Sigmac analysis by mattia
/// apply the global-track w/o dca cuts for soft pion BEFORE ALL OTHER CUSTOM CUTS
if (usePionIsGlobalTrackWoDCA) {
Expand Down Expand Up @@ -444,7 +439,6 @@ struct HfTreeCreatorTccToD0D0Pi {
runCandCreatorData<aod::hf_cand::VertexerType::DCAFitter>(collision, candwD0ThisColl, trackIdsThisCollision, tracks, bcs);
}
}
PROCESS_SWITCH(HfTreeCreatorTccToD0D0Pi, processDataWithML, "Process data with DCAFitterN", true);
};
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
{
Expand Down

0 comments on commit c033f61

Please sign in to comment.