You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PWGHF: first checked implementation of Xic->pKpi filtering (#5436)
* PWGHF: first checked code of Xic->pKpi filtering
* Update HFSecondaryVertex.h
* Update HFXicCandidateSelector.cxx
* Fix code with camelCase syntax conventions
* Fix code syntax conventions for Xic methods
* PWGHF: further fixes for Xic to pKpi filtering and analysis
- (HFCandidateCreator3Prong.cxx) remove refuse std::move, forgot in the middle of the for loop
- (HFCandidateCreator3Prong.cxx) fix if statement condition for isMatchedMCGen
- (taskXic.cxx) fix MC histogram titles
* PWGHF: avoid storing return values of RecoDecay::getMatchedMCRec and isMatchedMCGen for Xic->pKpi
* PWGHF: pair Xic code with adaptAnalysisTask and charge() changes
* PWGHF: remove check for charge to be different from 0
* PWGHF: change label_as into mcParticle_as in taskXic
* PWGHF: fix particle label for ct distribution in taskXic
* PWGHF: remove selection flag for Xicbar (obsolete) from taskXic
Co-authored-by: Mattia Faggin <mfaggin@cern.ch>
int nCutStatus2ProngBit = TMath::Power(2, nCuts2Prong) - 1; //bit value for selection status for each 2 prongs candidate where each selection is one bit and they are all set it 1
rowProng3CutStatus(Prong3CutStatus[0], Prong3CutStatus[1], Prong3CutStatus[2]); //FIXME when we can do this by looping over n3ProngDecays
643
+
rowProng3CutStatus(Prong3CutStatus[0], Prong3CutStatus[1], Prong3CutStatus[2], Prong3CutStatus[3]); //FIXME when we can do this by looping over n3ProngDecays
rowProng3CutStatus(Prong3CutStatus[0], Prong3CutStatus[1], Prong3CutStatus[2]); //FIXME when we can do this by looping over n3ProngDecays
816
+
rowProng3CutStatus(Prong3CutStatus[0], Prong3CutStatus[1], Prong3CutStatus[2], Prong3CutStatus[3]); //FIXME when we can do this by looping over n3ProngDecays
0 commit comments