Skip to content

Commit 303ed96

Browse files
lupengzhongmpucciochiarazampolli
authored
Add "processDecayToEESkimmedWithColl" to the init function of the AnalysisSameEventPairing task in tableReader.cxx (#3885)
* Skip DF with 0 collisions (#2351) * PWGHF: Add KFParticle to D0 creator * PWGHF: Added topological chi2 to HfCand2Prong table * PWGHF: Add topological chi2 to treeCreatorD0ToKPi * PWGHF: Added histograms for D0 and D0bar after topological constraint * PWGHF: Add geometrical mass to the output table * PWGHF: Use the extra table to store KFParticle topological chi2 and geometrical mass * PWGHF: git-cland-format for candidateCreator2Prong * PWGHF:git-clang-format * PWGHF: candidateCreator2Prong.cxx with git-clang-format * PWGHF: optimize the code to add Kf to D0 * PWGHF: candidateSelectorD0.cxx conflict fix * Merge commit '76acd5f6ff94b2fa82fd234526cf84f09daf68a9', fix conflicts in PWGHF/TableProducer/candidateCreatorD0.cxx * Updates for adding KF to HF-D0 * git-clang-format for "PWGHF/DataModel/CandidateReconstructionTables.h" * PWGHF: Try to respect the grouping and sorting of the head files * Update PR * Update PR * PWGHF: update PR * PWGHF: update git-clang-format * PWGHF: update PR * PWGHF: update PR * Remove unused variables in runCreator2ProngWithKFParticle * PWGDQ: Add "processDecayToEESkimmedWithColl" to the init function of the AnalysisSameEventPairing task in tableReader.cxx --------- Co-authored-by: Maximiliano Puccio <mpuccio@users.noreply.github.com> Co-authored-by: Chiara Zampolli <Chiara.Zampolli@cern.ch>
1 parent 0b7f5e0 commit 303ed96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGDQ/Tasks/tableReader.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ struct AnalysisSameEventPairing {
809809
}
810810
}
811811

812-
if (context.mOptions.get<bool>("processDecayToEESkimmed") || context.mOptions.get<bool>("processDecayToEESkimmedWithCov") || context.mOptions.get<bool>("processDecayToEEVertexingSkimmed") || context.mOptions.get<bool>("processVnDecayToEESkimmed") || context.mOptions.get<bool>("processDecayToEEPrefilterSkimmed") || context.mOptions.get<bool>("processDecayToPiPiSkimmed") || context.mOptions.get<bool>("processAllSkimmed")) {
812+
if (context.mOptions.get<bool>("processDecayToEESkimmed") || context.mOptions.get<bool>("processDecayToEESkimmedWithCov") || context.mOptions.get<bool>("processDecayToEEVertexingSkimmed") || context.mOptions.get<bool>("processVnDecayToEESkimmed") || context.mOptions.get<bool>("processDecayToEEPrefilterSkimmed") || context.mOptions.get<bool>("processDecayToEESkimmedWithColl") || context.mOptions.get<bool>("processDecayToPiPiSkimmed") || context.mOptions.get<bool>("processAllSkimmed")) {
813813
TString cutNames = fConfigTrackCuts.value;
814814
if (!cutNames.IsNull()) { // if track cuts
815815
std::unique_ptr<TObjArray> objArray(cutNames.Tokenize(","));

0 commit comments

Comments
 (0)